Skip to content

avh5399/ImageClassification_cifar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ImageClassification_cifar

This code is an example of Image classification using CIFAR dataset. The above example uses CNNs and digital image processing to divide images into their respective categories.

Dataset contains 60,000 32x32 color images divided into 10 categories of 6,000 images each.


cifar_simple

This notebook is used to demonstate the training of a simple CNN. The model is trained using a portion of the dataset. The model is tested on the remaining images not seen by the model and the results are visualized using a grid and confusion matrix.

About

Image classification using CIFAR dataset

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published