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 edit summary |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
Theano ([http://deeplearning.net/software/ | Update: Theano will [https://groups.google.com/forum/#!msg/theano-users/7Poq8BZutbY/rNCIfvAEAwAJ no longer be supported] after the 1.0 release. [[Installing TensorFlow|TensorFlow]] is probably the horse to bet on now. | ||
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: | |||
== Ubuntu 14.04 == | == Ubuntu 14.04 == | ||
sudo apt-get install python-numpy python-scipy python-dev python-pip python-nose g++ libopenblas-dev git | sudo apt-get install python-numpy python-scipy python-dev python-pip python-nose g++ libopenblas-dev git | ||
Line 5: | Line 7: | ||
== Ubuntu 16.04 == | == Ubuntu 16.04 == | ||
See other options at http://deeplearning.net/software/theano_versions/0.8.X/install_ubuntu.html | See other options at http://deeplearning.net/software/theano_versions/0.8.X/install_ubuntu.html | ||
[[Category: Machine Learning]] | |||
[[Category: Neural Networks ]] |
Latest revision as of 20:01, 15 November 2017
Update: Theano will no longer be supported after the 1.0 release. TensorFlow is probably the horse to bet on now.
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