Convolutional Neural Networks Model is created to classify the CIFAR10 dataset into 10 categories
- Airplane
- Automobile
- Bird
- Cat
- Deer
- Dog
- Frog
- Horse
- Ship
- Truck
CIFAR10 dataset is taken from tensorflow.keras.datasets
.
- Python 3
- an IDE (preferably Google Colab)
- Pandas
- Numpy
- Matplotlib
- Seaborn
- Sklearn
- Keras
- Tensorflow
- OpenCV
All the external dependencies can be installed by using pip install -r requirements.txt
Please refer to the colab notebook here
- Rishikesh Sivakumar