In this project, we try to predict the class of images in CIFAR10 dataset. This project was done as a part of Udacity Neural Networks Foundations Nanodegree program.
The Jupyter notebook with standard cnn model can be found here. Jupyter Notebook with image augmentation included is here.
The final Jupyter notebook file with vgg16 model for transfer learning is here and vgg19 model for transfer learning is here.
The resources that helped me are: