In this project, we classify images from the CIFAR-10 dataset. The dataset consists of airplanes, dogs , cats, and other objects. Here, we preprocessed the data, then train a convolutional neural network on all the samples. We normalize the images, one-hot encode the labels, build a convolutional layer, max pool layer, and fully connected layer. At then end, we inspect their predictions on the sample images
In ,this project we had to build and run a Convolutional Neural Networkusing TensorFlow and use it to classify images from the CIFAR-10 dataset. The project was written in Python (on a Jupyter Notebook).
- Numpy
- Pickle
- Tensorflow
- Deep Neural Networks
- Convolutional Neural Networks (CNN)
- Max pooling
- Dropout
- TensorFlow

