DS_Image_Classification

In this project, I have implemented Alexnet model to classify images of CIFAR-10 dataset(https://www.cs.toronto.edu/~kriz/cifar.html). The dataset consists of airplanes, dogs, cats, and other objects.I have preprocessed the images, then trained AlexNet convolutional neural network on all the samples.
In Validation :
Top-1 Error : 22.78% %
Top-5 Error : ~2%