public
Description:
Homepage:
Clone URL: git://github.com/pybrain/pybrain.git
name age message
file .gitignore Wed Nov 11 06:53:00 -0800 2009 minor changes [schaul]
file .project Thu Jul 09 03:22:17 -0700 2009 another oops [schaul]
file .pydevproject Mon Jul 06 07:16:12 -0700 2009 minor import fix [schaul]
file LICENSE Mon Nov 02 05:45:15 -0800 2009 Removed installation instruction, replaced by a... [schaul]
file README.TXT Wed Nov 18 05:46:59 -0800 2009 scipy mentioned in readme (most common issue). [schaul]
file acknowledgements.txt Wed Oct 14 02:34:10 -0700 2009 Further work on restructuring of optimization a... [schaul]
directory docs/ Wed Nov 18 10:10:22 -0800 2009 Minor documentation updates. [schaul]
directory examples/ Wed Nov 18 08:04:46 -0800 2009 repaired viewer for flexCube and removed Graphi... [Frank Sehnke]
directory pybrain/ Fri Nov 27 06:54:30 -0800 2009 Added a method to datasets that replaces all Na... [bayerj]
file setup.py Wed Nov 11 07:16:12 -0800 2009 updated documentation pdf [schaul]
README.TXT
PyBrain -- the Python Machine Learning Library
===============================================


INSTALLATION
------------
Quick answer: make sure you have SciPy installed, then
  python setup.py install
  
Longer answer: (if the above was any trouble) we keep more 
detailed installation instructions (including those 
for the dependencies) up-to-date in a wiki at:
  http://wiki.github.com/pybrain/pybrain/installation


DOCUMENTATION
-------------
Please read 
  docs/documentation.pdf
or browse
  docs/html/*  
featuring: quickstart, tutorials, API, etc.

If you have matplotlib, the scripts in
  examples/*
may be instructive as well.