Theano is a Python library that allows you to define, optimize, and evaluate mathematical expressions involving multi-dimensional arrays efficiently. Theano features:
Theano has been powering large-scale computationally intensive scientific investigations since 2007. But it is also approachable enough to be used in the classroom (IFT6266 at the University of Montreal).
We recommend the latest development version, available via:
hg clone http://hg.assembla.com/theano Theano
The theano subfolder should be on your $PYTHONPATH. For more information about installation and configuration, see installing Theano.
Roughly in order of what you’ll want to check out:
You can download the latest PDF documentation, rather than reading it online.
Check out how Theano can be used for Machine Learning: Deep Learning Tutorials.