Previous topic

Frequently Asked Questions

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