About 1,800 results
Open links in new tab
  1. Theano (software) - Wikipedia

    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 …

  2. Welcome — Theano 0.8.2 documentation

    Welcome ¶ Theano is a Python library that allows you to define, optimize, and evaluate mathematical expressions involving multi-dimensional arrays efficiently. Theano features: tight integration with …

  3. Theano was a Python library that allows you to define ... - GitHub

    Theano was a Python library that allows you to define, optimize, and evaluate mathematical expressions involving multi-dimensional arrays efficiently. It is being continued as PyTensor: www.github....

  4. Theano in Python - GeeksforGeeks

    Jul 11, 2025 · Theano is a Python library that allows us to evaluate mathematical operations including multi-dimensional arrays efficiently. It is mostly used in building Deep Learning Projects.

  5. Theano · PyPI

    Jul 27, 2020 · Theano is a Python library that allows you to define, optimize, and efficiently evaluate mathematical expressions involving multi-dimensional arrays. It is built on top of NumPy. Theano …

  6. Theano – A Woman Who Ruled the Pythagoras School

    Theano wrote many treatises related to medicine, physics, mathematics, and psychology - especially on themes connected with children. According to reports saved in historical writings, Theano was an …

  7. Theano Tutorial

    Theano is a Python library that lets you define mathematical expressions used in Machine Learning, optimize these expressions and evaluate those very efficiently by decisively using GPUs in critical …

  8. What is Theano? - allaboutai.com

    Feb 3, 2025 · What is Theano? A foundational Python library for symbolic computation, automatic differentiation, and GPU acceleration, shaping modern deep learning.

  9. Theano: A CPU and GPU Math Compiler in Python - SciPy

    Jun 28, 2010 · Theano is a compiler for mathematical expressions in Python that combines the convenience of NumPy's syntax with the speed of optimized native machine language. The user …

  10. Theano Python Tutorial for Beginners - Flexiple

    Dec 19, 2023 · Theano is an efficient, open-source Python library for numerical computations and deep learning. Optimized for CPU and GPU usage, Theano is adept at handling multi-dimensional arrays, …

  11. Introduction to the Python Deep Learning Library Theano

    Aug 19, 2019 · Theano is a Python library for fast numerical computation that can be run on the CPU or GPU. It is a key foundational library for Deep Learning in Python that you can use directly to create …