Menu

Aim of the Project

Aim of the Project

The main objective of this project is to build an Image Classification System using deep learning. Throughout the project, learners will explore the complete workflow of image classification, from loading the dataset to predicting image classes.

The project aims to:

  • Load and explore the CIFAR-10 dataset.
  • Preprocess image data.
  • Build an Artificial Neural Network (ANN).
  • Build a Convolutional Neural Network (CNN).
  • Compare the performance of ANN and CNN.
  • Predict image classes using the trained model.
  • Evaluate model performance using accuracy and loss.