Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Programming Neural Networks with Python?

I'm a College student (Economics) and I want to program some monetary models using Neural Networks. I want those models to be able to predict future values of some variables using economic data, but I really don't know how to "model" the program itself. Is there any good Python module for that? I mean, a module for NN and a module for economic analysis?

P.S.: I'm using Python 3.x, but I can switch to 2.7.x if needed...

like image 905
Hannibal Wagner Avatar asked Sep 02 '10 16:09

Hannibal Wagner


1 Answers

There is also PyBrain. I didn't work with any library yet, but had some time to investigate the documentation. It looks like PyBrains has the simplest interface, compared to the available feature set.

EDIT I have now (Dec 2010) some practical experience with PyBrain and like it very much.

like image 106
Boris Gorelik Avatar answered Oct 04 '22 15:10

Boris Gorelik