Skip to content

akshaysin/keras_with_cifar10

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Training a CNN model on CIFAR10 dataset

Detailed Blog

Pre requisites

Make sure to first of all download the cifar-10 data first from the link given above and unzip it along side the script.

I have added the comments through out the script to guide the user through each step. First part of the script deals with pre processing of the data and secornd part is the keras model it self. Detailed intructions can also be found in this Blog Post

Please note that accuracy of this model is only around ~ 62% as I only ran it for demonstration purposes.

Releases

No releases published

Packages

No packages published

Languages