This repository is dedicated to the application of Convolutional Neural Networks (CNN) for image classification on the CIFAR-10 dataset. The main objective is to leverage machine learning techniques to analyze and predict the classes of images within the CIFAR-10 dataset.
The dataset employed in this project is the CIFAR-10 dataset, which consists of 60,000 32x32 colour images across 10 distinct classes. Each class contains 6,000 images, with a division of 50,000 for training and 10,000 for testing.
- Airplane
- Automobile
- Bird
- Cat
- Deer
- Dog
- Frog
- Horse
- Ship
- Truck
Convolutional Neural Networks (CNNs) play a crucial role in this project, as they are well-suited for image classification tasks. CNNs excel at capturing spatial hierarchies and learning intricate patterns from image data.
The documentation for this assignment can be found here
This assignment was completed in Google Colab, an online platform for Python programming and Machine Learning.
This project is licensed under the MIT License.