Skip to content
Snippets Groups Projects
Select Git revision
  • bc3eb0c97059f1fec0e7fa24dcea7c058b6f7a02
  • master default protected
  • add-graph
  • feature/doc-gen-objects
  • doc-install
  • doc_segfault_hunting
  • add_io.stream_and_ip.stereo
  • v11.0.0
  • v10.0.0
  • v9.0.1
  • v9.0.0
  • v8.0.0
  • v7.0.0
  • v6.1.2
  • v6.0.0
  • v5.0.0
  • v4.0.1
17 results

README.rst

Blame
  • README.rst 2.75 KiB
    https://travis-ci.org/bioidiap/bob.learn.mlp.svg?branch=master http://img.shields.io/badge/docs-latest-orange.png https://coveralls.io/repos/bioidiap/bob.learn.mlp/badge.png http://img.shields.io/github/tag/bioidiap/bob.learn.mlp.png http://img.shields.io/pypi/v/bob.learn.mlp.png http://img.shields.io/pypi/dm/bob.learn.mlp.png

    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.

    Testing