theano_nose.cpython-37.pyc

CPU/GPU math expression compiler for Python 3

Install

All systems
curl cmd.cat/theano_nose.cpython-37.pyc.sh
Debian Debian
apt-get install python3-theano
Ubuntu
apt-get install python3-theano
image/svg+xml Kali Linux
apt-get install python3-theano
Fedora
dnf install python3-theano
Windows (WSL2)
sudo apt-get update sudo apt-get install python3-theano
Raspbian
apt-get install python3-theano

python3-theano

CPU/GPU math expression compiler for Python 3

Theano is a Python library that allows one to define and evaluate mathematical expressions involving multi-dimensional arrays efficiently. It provides a high-level Numpy like expression language for functional description of calculation, rearranges expressions for speed and stability, and generates native machine instructions for fast calculation. Optionally, highly accelerated computations could be carried out on graphics cards processors. This package contains Theano for Python 3. Theano development is ending: consider using Caffe or Torch instead.