diff options
author | Wen Heping <wen@FreeBSD.org> | 2009-11-19 13:44:38 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2009-11-19 13:44:38 +0000 |
commit | 81c2ba2937936f8dac1c69c48a64ecda1a8e94b1 (patch) | |
tree | 46cc091ee1e57f937c3a1fd7d4b0b3bf367fc122 /science/Makefile | |
parent | 0625d15cec8bea3865c4eb809b49563d26eb595e (diff) |
PyBrain is a modular Machine Learning Library for Python.
It's goal is to offer flexible, easy-to-use yet still powerful
algorithms for Machine Learning Tasks and a variety of
predefined environments to test and compare your algorithms.
PyBrain is short for Python-Based Reinforcement Learning,
Artificial Intelligence and Neural Network Library. In fact,
we came up with the name first and later reverse-engineerer
this quite descriptive "Backronym".
WWW: http://pybrain.org/
Notes
Notes:
svn path=/head/; revision=244473
Diffstat (limited to 'science/Makefile')
-rw-r--r-- | science/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/science/Makefile b/science/Makefile index eb7670944cc4..a8332167f3d2 100644 --- a/science/Makefile +++ b/science/Makefile @@ -119,6 +119,7 @@ SUBDIR += py-paida SUBDIR += py-pydicom SUBDIR += py-scipy + SUBDIR += pybrain SUBDIR += pycdf SUBDIR += qcl SUBDIR += ruby-dcl |