Theano (software)
| Theano | |
|---|---|
| Original authors | Montreal Institute for Learning Algorithms (MILA), University of Montreal |
| Developer | PyMC Development Team |
| Initial release | 2007 |
| Final release | 2.35.1
/ 20 October 2025 |
| Written in | Python, CUDA |
| Platform | Linux, macOS, Windows |
| Type | Machine learning library |
| License | The 3-Clause BSD License |
| Website | pytensor |
| Repository | |
Theano is a Python library and optimizing compiler for manipulating and evaluating mathematical expressions, especially matrix-valued ones. In Theano, computations are expressed using a NumPy-esque syntax and compiled to run efficiently on either CPU or GPU architectures.