Skip to content

Implement neural network from scratch with numpy.

License

Notifications You must be signed in to change notification settings

SharpKoi/SproutNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SproutNet

This project is for learning and education. It is not so efficient on training but clear and beginner-friendly.

If you are currently studying deep learning or one who is interested at neural network, this project may help you to understand the algorithm behind neural networks.

To see usage please read the dnn_demo.ipynb.

TODO

  • An article to introduce and explain neural network.
  • An article to introduce and explain LSTM.