Skip to content

dmelcaz/backPropagationNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BackPropagationNN

BackPropagationNN is simple one hidden layer neural network module for python. It uses numpy for the matrix calculations.

There is also a demo using the sklearn digits dataset that achieves a ~97% accuracy on the test dataset with a hidden layer of 60 neurons.

About

Backpropagation neural network in python/numpy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages