Questions
Let’s test what we’ve learned in this chapter using the CIFAR-10 notebook:
- Build a neural network using our three-step approach.
- Increase the number of neurons from 5 to 100 in the hidden layer.
- Use a custom callback to stop training when the training accuracy is 90%.
- Try out the following learning rates: 5, 0.5, 0.01, 0.001. What did you observe?