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