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 >