Run on Convolutions

Learn and test CNN used for CIFAR-10.

We'll cover the following...

CNN for CIFAR-10

A convolutional neural network for CIFAR-10 is:

In the code below, our Cifar-10 classifier undergoes training for 3 epochs, but to obtain better accuracy we must increase the number of epochs. The results of training the classifier for 20 ...