Skip to content

abhinavrk/NeuralNets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Implementation of a Feed Forward Neural net with multiple hidden layers and back-propagation with momentum.

layered_nn.py is the main code

In Example the code is modified slightly so as to work with handwritten digit recognition. 

It won't work amazingly - we're not expecting it to. FFNets aren't that great at image recognition. 

-abhinavrk

About

Python FFNET code

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages