Skip to content

A simple feed forward neural network implementation for predicting handwritten digits.

Notifications You must be signed in to change notification settings

gboduljak/mnist-digit-recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MNIST digit recognition

A simple feed forward neural network implementation for predicting handwritten digits.

The model is comprised of three neural layers:

  • 784 neurons in input layer
  • 200 neurons in hidden layer
  • 10 neurons in output layer

The activation function is sigmoid.

Training and testing was done in Python with Anaconda package.

Prediction screenshot

Prediction result

About

A simple feed forward neural network implementation for predicting handwritten digits.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages