Previous topic

Debugging Theano: FAQ and Troubleshooting

Next topic

tensor – Types and Ops for Symbolic numpy

This Page

Library Documentation

This documentation covers Theano module-wise. This is suited to finding the Types and Ops that you can use to build and compile expression graphs.

There are also some top-level imports that you might find more convenient:

Platforms: Unix, Windows

theano.function(...)
Alias for function.function()
theano.shared(...)
Alias for shared.shared()
class theano.Param
Alias for function.Param
theano.dot(x, y)
Works like tensor.dot() for both sparse and dense matrix products
theano.__src_version__()

Returns the mercurial (hg) identifier of the current tip.

If there are uncommitted modifications, this function raises an Exception. If the theano package is not under mercurial control, then again this function raises an Exception.