Python Module Index

c | d | g | p | s | t
 
c
compile (Unix, Windows) transforming expression graphs to functions
config (Unix, Windows) Library configuration attributes.
conv (Unix, Windows) ops for performing convolutions
 
d
downsample (Unix, Windows) ops for performing various forms of downsampling
 
g
gradient (Unix, Windows) low-level automatic differentiation
graph (Unix, Windows) Theano Internals
 
p
pool (Unix, Windows) ops for performing various forms of downsampling
 
s
sandbox (Unix, Windows) Experimental code
    sandbox.linalg (Unix, Windows) Linear Algebra Ops
    sandbox.neighbours (Unix, Windows) Neighbours Ops
    sandbox.rng_mrg (Unix, Windows) MRG random number generator
signal (Unix, Windows) various ops for performing basic signal processing (convolutions, subsampling, fft, etc.)
sparse (Unix, Windows) Sparse Op
    sparse.sandbox (Unix, Windows) Sparse Op Sandbox
 
t
tensor (Unix, Windows) symbolic types and operations for n-dimensional arrays.
    tensor.elemwise (Unix, Windows) Tensor Elemwise
    tensor.extra_ops (Unix, Windows) Tensor Extra Ops
    tensor.io (Unix, Windows) Tensor IO Ops
    tensor.nlinalg (Unix, Windows) Linear Algebra Ops Using Numpy
    tensor.nnet.blocksparse (Unix, Windows) Block sparse dot
    tensor.nnet.bn (Unix, Windows) Batch Normalization
    tensor.opt (Unix, Windows) Tensor Optimizations
    tensor.slinalg (Unix, Windows) Linear Algebra Ops Using Scipy
    tensor.utils (Unix, Windows) Tensor Utils
theano (Unix, Windows) Theano top-level import
    theano.compile.debugmode (Unix, Windows) defines DebugMode
    theano.compile.function (Unix, Windows) defines theano.function and related classes
    theano.compile.io (Unix, Windows) defines In and Out
    theano.compile.mode (Unix, Windows) controlling compilation
    theano.compile.nanguardmode (Unix, Windows) defines NanGuardMode
    theano.compile.ops
    theano.compile.profilemode (Unix, Windows) profiling Theano functions with ProfileMode
    theano.compile.sharedvalue (Unix, Windows) defines theano.shared and related classes
    theano.d3viz (Unix, Windows) Allows to interactively visualize Theano compute graphs
    theano.d3viz.d3viz
    theano.gpuarray (Unix, Windows) Code for GPU programming (new)
    theano.gpuarray.basic_ops
    theano.gpuarray.blas
    theano.gpuarray.ctc (Unix) Connectionist temporal classification (CTC) loss Op, using the warp-ctc library
    theano.gpuarray.dnn
    theano.gpuarray.elemwise
    theano.gpuarray.fft
    theano.gpuarray.fp16_help
    theano.gpuarray.kernel_codegen
    theano.gpuarray.linalg
    theano.gpuarray.neighbours
    theano.gpuarray.nnet
    theano.gpuarray.opt_util
    theano.gpuarray.subtensor
    theano.gpuarray.type
    theano.gradient
    theano.graph.basic (Unix, Windows) Interface for types of symbolic variables
    theano.graph.fg (Unix, Windows) Theano Internals
    theano.graph.op (Unix, Windows) Interface for types of symbolic variables
    theano.graph.params_type (Unix, Windows) Wrapper class for op params
    theano.graph.toolbox (Unix, Windows) Theano Internals
    theano.graph.type (Unix, Windows) Interface for types of symbolic variables
    theano.graph.utils (Unix, Windows) Utilities functions operating on the graph
    theano.misc.doubleop
    theano.printing (Unix, Windows) Provides the Print Op and graph-printing routines.
    theano.sandbox.linalg.ops
    theano.sandbox.rng_mrg
    theano.scan
    theano.sparse.basic
    theano.sparse.sandbox.sp
    theano.sparse.sandbox.sp2
    theano.tensor.elemwise
    theano.tensor.extra_ops
    theano.tensor.fft
    theano.tensor.io
    theano.tensor.nlinalg
    theano.tensor.nnet (Unix, Windows) various ops relating to neural networks
    theano.tensor.nnet.abstract_conv
    theano.tensor.nnet.blocksparse
    theano.tensor.nnet.ctc (Unix) Connectionist temporal classification (CTC) loss Op, using the warp-ctc library
    theano.tensor.nnet.neighbours (Unix, Windows) Ops for working with images in conv nets
    theano.tensor.nnet.nnet (Unix, Windows) Ops for neural networks
    theano.tensor.opt
    theano.tensor.random symbolic random variables
    theano.tensor.random.utils (Unix, Windows) symbolic random variables
    theano.tensor.slinalg
    theano.tensor.utils
    theano.typed_list.basic