Mercurial > pylearn
view doc/index.txt @ 1217:c0515c0dfef9
Wrote a sphinx extension for a taglist directive that outputs a javascript tag list and related functions
author | boulanni <nicolas_boulanger@hotmail.com> |
---|---|
date | Wed, 22 Sep 2010 12:49:41 -0400 |
parents | b699d096e6cc |
children | 9ce32a8252d2 |
line wrap: on
line source
Welcome ======= Pylearn is a Python library for machine learning, built on top of Theano, our library for defining, optimizing and evaluating mathematical expressions involving multi-dimensional arrays. This documentation is under construction, but you can already access the automatically-generated API doc, along with more extensive explanations for some modules. Download ======== We recommend the latest development version, available via:: hg clone http://hg.assembla.com/pylearn Pylearn The ``pylearn`` subfolder should be on your ``$PYTHONPATH``. Tags list ========== .. taglist:: Documentation ============= For the moment, the following documentation is available. * `Formulas <formulas.html>`_ -- Built-in math formulas optimized for speed and robustness * :doc:`io.SeriesTables module <seriestables>` -- Saves error series and other statistics during training * `API <api/>`_ -- The automatically-generated API documentation * `V2 planning <v2_planning/index.html>`_ -- Some documentation about the planning of our next version of pylearn. You can download the latest `PDF documentation <http://deeplearning.net/software/pylearn/pylearn.pdf>`_, rather than reading it online.