Skip to content

Applying the basic multilayer perceptron on classifying number in the MNIST dataset.

Notifications You must be signed in to change notification settings

SimeonKraev/Multilayer-Perceptron-on-MNIST

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Multilayer-Perceptron-on-MNIST

Applying the basic multilayer perceptron on classifying number in the MNIST dataset.

Number of inputs - 784 - based on the 28x28 pixel image size.

Number of outputs - 10 - one for each class, i.e the numbers from 1 to 10.

No hidden layers.

Training set - 50 000. Validation set - 10 000. Test set - 10 000.

Implemented with Python.

About

Applying the basic multilayer perceptron on classifying number in the MNIST dataset.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages