Conditions IfElse vs Switch Conditions IfElse vs Switch Both ops build a condition over symbolic variables. IfElse takes a boolean condition and two variables as inputs. S...
Conditions IfElse vs Switch Conditions IfElse vs Switch Both ops build a condition over symbolic variables. IfElse takes a boolean condition and two variables as inputs. S...
Documentation Documentation AKA Meta-Documentation How to build documentation Use ReST for documentation How to link to class/function documentations How to add TODO comments in...
Creating a new Op: Python implementation Theano Graphs refresher Op’s basic methods Op’s auxiliary methods Example: Op definition Example: props definition How To Test it Bas...
Using the GPU GpuArray Backend Testing Theano with GPU Returning a Handle to Device-Allocated Data What Can be Accelerated on the GPU Tips for Improving Performance on GPU GPU ...
Creating a new Op: Python implementation Theano Graphs refresher Op’s basic methods Op’s auxiliary methods Example: Op definition Example: props definition How To Test it Bas...
Implementing some specific Ops Scalar/Elemwise/Reduction Ops SciPy Ops Sparse Ops Sparse Gradient Sparse C code Sparse Tests Random distribution OpenMP Ops Numba Ops Alter...
Developer Start Guide Contributing Resources Requirements for Quality Contributions Unit tests Setting up your Editor for PEP8 Vim A few useful commands Emacs Documentation ...
Using multiple GPUs Defining the context map A simple graph on two GPUs Explicit transfers of data Using multiple GPUs Theano has a feature to allow the use of multiple GPUs...
More Examples Logistic Function Computing More than one Thing at the Same Time Setting a Default Value for an Argument Using Shared Variables Copying functions Using Random Nu...