- To install the package, see this page:
- http://deeplearning.net/software/theano/install.html
- For the documentation, see the project website:
- http://deeplearning.net/software/theano/
- Related Projects:
- https://github.com/Theano/Theano/wiki/Related-projects
It is recommended that you look at the documentation on the website, as it will be more current than the documentation included with the package.
In order to build the documentation yourself, you will need sphinx. Issue the following command:
python ./doc/scripts/docgen.py
Documentation is built into html/
The PDF of the documentation can be found at html/theano.pdf
Theano (current directory) is the distribution directory.
Theano/theanocontains the packageTheano/theanohas several submodules:gof+compileare the corescalardepends upon coretensordepends uponscalarsparsedepends upontensorsandboxcan depend on everything else
Theano/examplesare copies of the example found on the wikiTheano/benchmarkandTheano/examplesare in the distribution, but not in the Python packageTheano/bincontains executable scripts that are copied to the bin folder when the Python package is installed- Tests are distributed and are part of the package, i.e. fall in the appropriate submodules
Theano/doccontains files and scripts used to generate the documentationTheano/htmlis where the documentation will be generated