Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 312 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 312 Bytes

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.