An image classifier that uses the CIFAR-10 data set for training. This is Project-2 of Udacity's Deep Learning Foundations Nanodegree.
An image classifier that can classify images pertaining to the following categories:
It uses the CIFAR-10 data set for training, and uses a convolutional network (along with a few fully connected layers) as its basic architecture. This is Project-2 of Udacity’s Deep Learning Foundations Nanodegree.
Install all requirements using:pip install -r requirements.txt