Skip to content

This project focuses on building and training a Convolutional Neural Network (CNN) to classify images from the CIFAR-10 dataset.

Notifications You must be signed in to change notification settings

kapilgulani/Image-Classification-with-CNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CIFAR-10 Image Classification with CNN

Project Overview

This project focuses on building and training a Convolutional Neural Network (CNN) to classify images from the CIFAR-10 dataset. The CIFAR-10 dataset consists of 60,000 32x32 color images in 10 different classes, including airplanes, cars, birds, cats, etc. The goal is to achieve high accuracy in correctly classifying these images into their respective categories.

Model Architecture

The CNN model built for this project consists of several convolutional layers, max pooling layers, and fully connected layers. The model architecture is designed to effectively learn feature representations for the diverse set of images in the CIFAR-10 dataset.

Technologies Used

  • Python
  • TensorFlow
  • Keras
  • NumPy
  • Matplotlib

Getting Started

Prerequisites

  • Python 3.6 or higher
  • TensorFlow 2.x
  • NumPy
  • Matplotlib

Installation

  1. Clone the repository:

About

This project focuses on building and training a Convolutional Neural Network (CNN) to classify images from the CIFAR-10 dataset.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published