Skip to content

Minimal (numpy) implementation of neural network (w/ backprop). For personal use, feel free to peruse.

License

Notifications You must be signed in to change notification settings

FibonacciDude/MinimalNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MinimalNN

Minimal, numpy implementation of neural network with by-hand backpropagation.
For personal use as reference, feel free to peruse yourself.

Run with python nn.py --plot_activations

If you want to learn how to do backprop by hand, do cs231n!

About

Minimal (numpy) implementation of neural network (w/ backprop). For personal use, feel free to peruse.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages