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 wrote: > On Mon, Jul 11, 2011 at 2:31 PM, Igor Begić 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 o

Re: perceptron feed forward neural networks in python

2011-07-11 Thread sturlamolden
On 11 Jul, 20:47, Ken Watford wrote: > On Mon, Jul 11, 2011 at 2:31 PM, Igor Begić 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 Ken Watford
On Mon, Jul 11, 2011 at 2:31 PM, Igor Begić 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 A

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: Neural networks in python

2009-10-08 Thread ruchir
On Oct 8, 1:21 pm, Raymond Hettinger wrote: > On Oct 7, 10:53 pm, ruchir 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 >

Re: Neural networks in python

2009-10-08 Thread Raymond Hettinger
On Oct 7, 10:53 pm, ruchir 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. > Thanks in advance :)

Re: Neural networks in python

2009-10-07 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 wrote: > I want to design and train a neural network in python. Can anyone >

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 :) -- http://mail.python.org/mailman/listinfo/p