Skip to content

A Neural Network designed to read handrwitten numbers with no Neural Network specific packages used

Notifications You must be signed in to change notification settings

harpooooooon/Digit-Recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Digit-Recognition

A Neural Network Designed to Read Handrwitten Numbers

The Neural Network implement the stochastic gradient descent learning algorithm in a forward feed manner. Gradients are calculated using backpropagation and with the sigmoid neurons defines as 1.0/(1.0+np.exp(-z)).

About

A Neural Network designed to read handrwitten numbers with no Neural Network specific packages used

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages