Playground (Hyperparameters Galore)
Test and create a convolutional neural network created using Keras on CIFAR-10.
Revision
Before we move on, let’s practice the code for a little while. That’s optional, but it’s a good way to revise these concepts.
Go through all the codes which we have covered in this chapter by launching the below app:
Please login to launch live app!
Hands-on
A CNN has a lot of hyperparameters On top of the usual hyperparameters of fully connected layers, we also have to pick the number and size of filters in each layer. ...