https://github.com/pybrain/pybrain
https://github.com/pybrain/pybrain
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pybrain/pybrain
- Owner: pybrain
- License: bsd-3-clause
- Created: 2009-07-02T10:34:58.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2024-06-27T17:24:50.000Z (10 months ago)
- Last Synced: 2024-08-03T23:19:47.814Z (9 months ago)
- Language: Python
- Homepage:
- Size: 13 MB
- Stars: 2,857
- Watchers: 235
- Forks: 792
- Open Issues: 159
-
Metadata Files:
- Readme: README.TXT
- License: LICENSE
Awesome Lists containing this project
- awesome-list - PyBrain - The Python Machine Learning Library. (Machine Learning Framework / General Purpose Framework)
- project-awesome - pybrain/pybrain - (Python)
README
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/installationDOCUMENTATION
-------------
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.