Skip to content

Repository files navigation

AI/ML Image Classification using CNN (CIFAR-10 Dataset)

This project demonstrates the implementation of a Convolutional Neural Network (CNN) to perform supervised image classification on the CIFAR-10 dataset. The goal was to build, train, evaluate, and visualize the performance of a model that classifies images into one of ten predefined categories.


πŸ“Œ Project Overview

  • Dataset: CIFAR-10
  • Model Type: Convolutional Neural Network (CNN)
  • Framework: TensorFlow / Keras
  • Languages Used: Python
  • Evaluation Metrics: Accuracy, Loss
  • Visualization: Matplotlib (for predicted vs actual labels)

πŸš€ Features

  • Preprocessing of image data
  • CNN architecture built with Keras
  • Model training and validation with real-time accuracy/loss monitoring
  • Final model evaluation using batch-based testing
  • Visualization of 10 randomly selected predictions vs. actual labels
  • Error analysis for misclassified images

🧠 Classes in CIFAR-10

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages