views:

328

answers:

2

I am trying to learn programming in python and am also working against a deadline for setting up a neural network which looks like it's going to feature multidirectional associative memory and recurrent connections among other things. While the mathematics for all these things can be accessed from various texts and sources (and is accessible, so to speak), as a newbie to python (and programming as a profession) I am kinda floating in space looking for the firmament as I try to 'implement' things!! Information on any good online tutorials on constructing neural networks ab initio will be greatly appreciated :)

In the meantime I am moonlighting as a MatLab user to nurse the wounds caused by Python :)

A: 

I don't know anything about neural networks, but PyNeurGen seems like a good resource.

Ned Batchelder
Thanks Ned, I am lookin' up the PyNeurGen site even as I type (not exactly, but y;know what I mean)
Bruce Wayne
+4  A: 

If you're familiar with Matlab, check out the excellent Python libraries numpy, scipy, and matplotlib. Together, they provide the most commonly used subset of Matlab functions.

perimosocordiae
Thanks...I do have these...and have also played with pybrain, PyRo and Monte...but I'm not comfortable with readymate kits...and I am exploring SciPy (it does support lotsa cool functions...but isn;t Matlab more user-friendly?)
Bruce Wayne