summaryrefslogtreecommitdiff
path: root/math/py-pytensor/pkg-descr
blob: 253c390be92c6efa8d9b6d321f11125a45287edd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
PyTensor is a fork of Aesara - a Python library that allows one to define,
optimize, and efficiently evaluate mathematical expressions involving
multi-dimensional arrays.

Features:
* A hackable, pure-Python codebase
* Extensible graph framework suitable for rapid development of custom operators
  and symbolic optimizations
* Implements an extensible graph transpilation framework that currently provides
  compilation via C, JAX, and Numba
* Based on one of the most widely-used Python tensor libraries: Theano