Skip to content

A minimalist example of neural network backpropagation in Python 3

License

Notifications You must be signed in to change notification settings

rodmcnew/neural-backpropagation-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This repo shows an extremly simple example of how neural netowork backpropagation can be coded.

See src/shallow_network.py for the simplist example. This is a shallow network so it contains no hidden layers.

See src/deep_network.py for a more complex example. This is a deep network with one hidden layer.

About

A minimalist example of neural network backpropagation in Python 3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages