Welcome — PyTensor dev documentation (original) (raw)

PyTensor is a Python library that allows you to define, optimize/rewrite, and evaluate mathematical expressions involving multi-dimensional arrays efficiently.

Some of PyTensor’s features are:

PyTensor is based on Theano, which has been powering large-scale computationally intensive scientific investigations since 2007.

Warning

Much of the documentation hasn’t been updated and is simply the old Theano documentation.

Download#

PyTensor is available on PyPI, and can be installed via pip install PyTensor.

Those interested in bleeding-edge features should obtain the latest development version, available via:

git clone git://github.com/pymc-devs/pytensor.git

You can then place the checkout directory on your $PYTHONPATH or usepython setup.py develop to install a .pth into your site-packagesdirectory, so that when you pull updates via Git, they will be automatically reflected the “installed” version. For more information about installation and configuration, see installing PyTensor.

Documentation#

Roughly in order of what you’ll want to check out: