Skip to content

wning0101/hand_write_digit_recognition_NN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hand_write_digit_recognition_NN

I implemented this Hand Written Digit Recognition System by three layers neural networks. Each layer contains one bias node to adjust my training and they are all fully connected to the next layer. The values produced by forward propagation, but the node coefficients are update by backward propagation. After trained by 60000 images, the model performs a 95% accuracy on 10000 testing images.

About

using neural network to recognize hand write digit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages