Skip to content

Simple CNNs written in Keras to classify Cifar 10 image dataset.

Notifications You must be signed in to change notification settings

vguptai/Cifar-10-Classification-CNN-Keras

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Cifar-10-Classification-CNN-Kera

Simple CNNs written in Keras to classify Cifar 10 image dataset.

This repository contains a shallow and little deeper CNN for classifying the Cifar-10 dataset.

The code has been taken from this amazing blog.

Running the simpler network python Cifar10-Simple-CNN-Classifier.py gives an accuracy of 70.12%.

While running the deeper network python Cifar10-Deeper-CNN-Classifier.py gives an accuracy of 78.31%.

About

Simple CNNs written in Keras to classify Cifar 10 image dataset.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages