Developer Start Guide Contributing Resources Requirements for Quality Contributions Unit tests Setting up your Editor for PEP8 Vim A few useful commands Emacs Documentation ...
Release Release Having a release system has many benefits. First and foremost, it makes tryingout Theano easy. You can install a stable version of Theano, without having toworr...
Release Release Having a release system has many benefits. First and foremost, it makes tryingout Theano easy. You can install a stable version of Theano, without having toworr...
Welcome News Download Status Citing Theano Documentation Community Help! How to Seek Help How to provide help Welcome Theano is a Python library that allows you to def...
Acknowledgements Acknowledgements The developers of NumPy . Theano is based on its ndarray object and uses much of its implementation. The developers of SciPy . Our sparse m...
Writing an Op to work on an ndarray in C Writing an Optimization Test the optimization Writing an Op to work on an ndarray in C This section walks through a non-trivial examp...
Acknowledgements Acknowledgements The developers of NumPy . Theano is based on its ndarray object and uses much of its implementation. The developers of SciPy . Our sparse m...
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...
Baby Steps - Algebra Adding two Scalars Adding two Matrices Exercise Baby Steps - Algebra Adding two Scalars To get us started with Theano and get a feel of what we’re wor...