Skip to content

LNischala/Image-Classification-using-ANN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Image Classification using ANN & CNN

Overview

This project implements both Artificial Neural Network (ANN) and Convolutional Neural Network (CNN) models for image classification using the CIFAR-10 Dataset. The models are trained to classify images into 10 categories, including airplanes, automobiles, birds, cats, deer, dogs, frogs, horses, ships, and trucks.

Features

  • πŸ–Ό Image Classification – Classifies images into 10 predefined categories.
  • πŸ€– Artificial Neural Network (ANN) – Implements a basic deep learning model for classification.
  • 🧠 Convolutional Neural Network (CNN) – Enhances feature extraction for improved accuracy.
  • πŸ“Š Data Preprocessing – Normalizes and augments images for better training performance.

Tech Stack

  • Programming Language: Python
  • Libraries: TensorFlow/Keras, NumPy, Matplotlib
  • Dataset: CIFAR-10 Dataset

Usage

  • Load and preprocess the CIFAR-10 dataset.
  • Train the ANN model and evaluate its performance.
  • Train the CNN model for improved classification accuracy.
  • Compare results between ANN and CNN models.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published