An open API service indexing awesome lists of open source software.

https://github.com/arulkumarann/cifar-10

simple CNN on CIFAR-10
https://github.com/arulkumarann/cifar-10

Last synced: about 1 year ago
JSON representation

simple CNN on CIFAR-10

Awesome Lists containing this project

README

          

# CNN Project on CIFAR-10 Dataset
## Overview
This repository contains code and resources for a Convolutional Neural Network (CNN) project on the CIFAR-10 dataset. The CIFAR-10 dataset consists of 60,000 32x32 color images in 10 different classes, with 6,000 images per class. The goal of this project is to train a CNN to accurately classify these images into their respective classes.

## Project Structure
- data: Contains the CIFAR-10 dataset. You can download it from CIFAR-10 and place it in this directory.
- models: Stores trained CNN models.
- notebooks: Jupyter notebooks for exploratory data analysis, model training, and evaluation.

## Results
Accuracy : 74%