Select Git revision
-
Amir MOHAMMADI authoredAmir MOHAMMADI authored
README.rst 2.75 KiB





Python bindings for Bob's Multi-Layer Perceptron and Trainers
This package contains a set of Pythonic bindings for Bob's MLP and Trainers.
Installation
Install it through normal means, via PyPI or use zc.buildout
to bootstrap
the package and run test units.
Documentation
The latest version of the documentation can be found here.
Otherwise, you can generate the documentation for this package yourself, after installation, using Sphinx:
$ sphinx-build -b html doc sphinx
This shall place in the directory sphinx
, the current version for the
documentation of the package.