I was going through this lab just now and I couldn’t figure out one thing.
The sigmoid model was created using Sequential but I failed to see where the training step of the model happened. There is no step between Sequential and get_weights where the sigmoid neural network model was trained using X-train. I would like to know if there is something that I missed in there.
Thanks