This is an excellent tutorial on neural networks that does a good job of explaining not only how they work but why they work as well. The python code is very easy to follow.
There is code for a very simple example and a more advanced one.
https://iamtrask.github.io/2015/07/12/basic-python-network/
see also:
http://denson-data-science.blogspot.com/2015/09/neural-network-step-by-step.html
Friday, September 4, 2015
Neural Network: A Step by Step Backpropagation Example
This great neural network tutorial goes step-by-step through backpropagation in training a neural network. There is also companion python code.
http://mattmazur.com/2015/03/17/a-step-by-step-backpropagation-example/comment-page-1/
see also:
http://denson-data-science.blogspot.com/2015/09/a-neural-network-in-11-lines-of-python.html
http://mattmazur.com/2015/03/17/a-step-by-step-backpropagation-example/comment-page-1/
see also:
http://denson-data-science.blogspot.com/2015/09/a-neural-network-in-11-lines-of-python.html
Subscribe to:
Posts (Atom)