Installing Theano: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Theano ([http://deeplearning.net/software/ | deeplearning.net]) is a Python library that supports Deep Learning. Seems interesting, so I'm looking into it. To install: == Ubun...") |
(No difference)
|
Revision as of 19:33, 22 July 2017
Theano (| deeplearning.net) is a Python library that supports Deep Learning. Seems interesting, so I'm looking into it. To install:
Ubuntu 14.04
sudo apt-get install python-numpy python-scipy python-dev python-pip python-nose g++ libopenblas-dev git sudo pip install Theano
Ubuntu 16.04
See other options at http://deeplearning.net/software/theano_versions/0.8.X/install_ubuntu.html