perceptron feed forward neural networks in python

Ken Watford kwatford+python at gmail.com
Mon Jul 11 14:47:16 EDT 2011


On Mon, Jul 11, 2011 at 2:31 PM, Igor Begić <igor.begic at gmail.com> wrote:
> Hi,
> I,m new to Python and i want to study and write programs about perceptron
> feed forward neural networks in python. Does anyone have a good book or link
> for this?

Try Stephen Marsland's "Machine Learning: An Algorithmic Perspective".
All example code is done in Python, and there's a chapter on
multilayer perceptrons.

The code for the book is available online here:
http://www-ist.massey.ac.nz/smarsland/MLbook.html



More information about the Python-list mailing list