comparison doc/index.txt @ 1523:0e0f9e8275a9

add link to the github pylearn.
author Frederic Bastien <nouiz@nouiz.org>
date Fri, 02 Nov 2012 12:53:08 -0400
parents 04d859714506
children 88f361283a19
comparison
equal deleted inserted replaced
1522:5972fab3cfd2 1523:0e0f9e8275a9
1 1
2 Welcome 2 Welcome
3 ======= 3 =======
4
5 This library is **outdated**. We are working on new stuff currently in pylearn here: https://github.com/lisa-lab/pylearn/
4 6
5 Pylearn is a Python library for machine learning, built on top of Theano, our 7 Pylearn is a Python library for machine learning, built on top of Theano, our
6 library for defining, optimizing and evaluating mathematical expressions 8 library for defining, optimizing and evaluating mathematical expressions
7 involving multi-dimensional arrays. 9 involving multi-dimensional arrays.
8 10
25 27
26 .. code-block:: bash 28 .. code-block:: bash
27 29
28 export PYTHONPATH=$PYTHONPATH:/path/to/Pylearn 30 export PYTHONPATH=$PYTHONPATH:/path/to/Pylearn
29 31
32 Assembla project: https://www.assembla.com/spaces/pylearn/
33
30 Documentation 34 Documentation
31 ============= 35 =============
32 36
33 For the moment, the following documentation is available. 37 For the moment, the following documentation is available.
34 38