Skip to content

Image Classification on CIFAR-10 Dataset using Multi Layer Perceptrons in Python from Scratch.

Notifications You must be signed in to change notification settings

pranay360/Image_Classification_CIFAR-10

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Image Classification on CIFAR-10 Dataset using Multi-Layer Perceptrons in Python from scratch.

CIFAR10 Dataset can be found here - https://www.cs.toronto.edu/~kriz/cifar.html

Download the Python Batches Dataset and put it in %pwd/cifar-10-batches-py/

Implemented a N layer Deep Neural Network with Backpropagation for CIFAR-10 Image Classification from scratch in Python, to get the basic understanding of the backpropagation and gradient descent algorithm.

Warning: Due to lack of GPU support and no. of layers being > 1 the model trains very slow.

About

Image Classification on CIFAR-10 Dataset using Multi Layer Perceptrons in Python from Scratch.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages