Neural-Networks-and-Deep-Learning
Code for Nielsen book "Neural Networks and Deep Learning". The online book can be find here
The original code samples is written for Python 2.6 or 2.7. Michal Daniel Dobrzanski has a repository for Python 3 here.
Requirement:
Python >= 3.6.1
IPython >= 6.0.0
Theano >= 0.9.0
Note:
-
Untested
fig/weight_initialization.py: TypeError: main() missing 3 required positional arguments: 'filename', 'n', and 'eta'
src/network3.py
src/test3.ipynb
Reference
[1] Michael A. Nielsen, "Neural Networks and Deep Learning", Determination Press, 2015