forked from Theano/Theano
-
Notifications
You must be signed in to change notification settings - Fork 1
/
README.txt
37 lines (27 loc) · 1.32 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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/
We recommend you look at the documentation on the website, since it
will be more current than the documentation included with the package.
If you really wish to build the documentation yourself, you will need
epydoc and sphinx. Issue the following command:
python ./doc/scripts/docgen.py
Documentation is built into html/
The PDF of the documentation is html/theano.pdf
DIRECTORY LAYOUT
Theano (current directory) is the distribution directory.
* Theano/theano contains the package
* Theano/theano has several submodules:
* gof + compile are the core
* scalar depends upon core
* tensor depends upon scalar
* sparse depends upon tensor
* sandbox can depend on everything else
* Theano/examples are copies of the example on the wiki
* Theano/benchmark, Theano/bin and Theano/examples are in the distribution,
but not in the python package
* Tests are distributed and are part of the package, i.e. fall in
the appropriate submodules
* Theano/doc contains files and scripts used to generate the documentation
* Theano/html is the place where the documentation will be generated