perceptron feed forward neural networks in python

2011-07-11 Thread Igor Begić
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? Thx, Bye -- http://mail.python.org/mailman/listinfo/python-list

Re: perceptron feed forward neural networks in python

2011-07-11 Thread Ken Watford
On Mon, Jul 11, 2011 at 2:31 PM, Igor Begić igor.be...@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

Re: perceptron feed forward neural networks in python

2011-07-11 Thread sturlamolden
On 11 Jul, 20:47, Ken Watford kwatford+pyt...@gmail.com wrote: On Mon, Jul 11, 2011 at 2:31 PM, Igor Begić igor.be...@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

Re: perceptron feed forward neural networks in python

2011-07-11 Thread Igor Begić
thx, bye On Mon, Jul 11, 2011 at 8:47 PM, Ken Watford kwatford+pyt...@gmail.comwrote: On Mon, Jul 11, 2011 at 2:31 PM, Igor Begić igor.be...@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

Re: Neural networks in python

2009-10-08 Thread Brian J Mingus
Machine Learning: An Algorithmic Perspective http://www.crcpress.com/product/isbn/9781420067187 Associated python code: http://seat.massey.ac.nz/personal/s.r.marsland/MLBook.html On Wed, Oct 7, 2009 at 11:53 PM, ruchir ruchir.haj...@gmail.com wrote: I want to design and train a neural network

Re: Neural networks in python

2009-10-08 Thread Raymond Hettinger
On Oct 7, 10:53 pm, ruchir ruchir.haj...@gmail.com wrote: I want to design and train a neural network in python. Can anyone guide me, from where can I get some useful material/eBook/libraries etc. for the same. I have no prior experience in neural netwoks and want to implement it urgently.

Re: Neural networks in python

2009-10-08 Thread ruchir
On Oct 8, 1:21 pm, Raymond Hettinger pyt...@rcn.com wrote: On Oct 7, 10:53 pm, ruchir ruchir.haj...@gmail.com wrote: I want to design and train a neural network in python. Can anyone guide me, from where can I get some useful material/eBook/libraries etc. for the same. I have no prior

Neural networks in python

2009-10-07 Thread ruchir
I want to design and train a neural network in python. Can anyone guide me, from where can I get some useful material/eBook/libraries etc. for the same. I have no prior experience in neural netwoks and want to implement it urgently. Thanks in advance :) --