diff options
author | wen <wen@FreeBSD.org> | 2009-11-19 21:44:38 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2009-11-19 21:44:38 +0800 |
commit | 8756aa93a88f2d2a38b7f7f673a7e05c6e607be7 (patch) | |
tree | 0472e828f07795068233a109e91116d3d42ebfd8 /science/Makefile | |
parent | eb599ae4830f3c890248034b3b322cdbd7434018 (diff) | |
download | freebsd-ports-graphics-8756aa93a88f2d2a38b7f7f673a7e05c6e607be7.tar.gz freebsd-ports-graphics-8756aa93a88f2d2a38b7f7f673a7e05c6e607be7.tar.zst freebsd-ports-graphics-8756aa93a88f2d2a38b7f7f673a7e05c6e607be7.zip |
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/
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 eb7670944cc..a8332167f3d 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 |