Skip to content
/ NumpyNN Public

Rather standard project implementing neural network using only numpy

License

Notifications You must be signed in to change notification settings

uxert/NumpyNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Just numpy NN

Pure numpy mplementation of hand-written digits classifier. Simple one hidden layer MLP done mainly for educational purposes and to learn how neural networks work on a lower level.

No ML libraries, just array operations.
Dataset consists of 70 000 examples from MNIST database.

This network currently achieves over 90% accuracy on test data.

About

Rather standard project implementing neural network using only numpy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages