Code examples of Neural Networks in Python
Find a file
2016-09-01 00:12:16 +05:30
.gitignore add initial code for NN 2016-08-31 17:31:53 +05:30
network.py add initial code for NN 2016-08-31 17:31:53 +05:30
README.md add README.md 2016-09-01 00:12:16 +05:30

python-neural-networks

Example/practice codes of Neural Networks in Python

Reference

Michael Nielsen's Neural Networks and Deep Learning (I would highly recommend this if interested in NN DL; very immaculately explained)