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:

theano.function(...)

Alias for function.function()

theano.function_dump(...)

Alias for theano.compile.function.function_dump()

theano.shared(...)

Alias for theano.compile.sharedvalue.shared()

class theano.Param

Alias for function.Param

theano.dot(x, y)

Works like tensor.dot() for both sparse and dense matrix products