红联Linux门户
Linux帮助

Ubuntu(乌班图)下安装Theano(超简单)

发布时间:2015-12-09 09:46:59来源:linux网站作者:孜孜拳拳

对系统 Ubuntu 11.10 到 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(乌班图)下安装Theano(超简单)

For Ubuntu 11.04:

sudo apt-get install python-numpy python-scipy python-dev python-pip python-nose g++ git libatlas3gf-base libatlas-dev
sudo pip install Theano


Linux 14.04 CUDA theano安装:http://www.linuxdiyf.com/linux/16343.html

Fedora安装theano:http://www.linuxdiyf.com/linux/14998.html

Ubuntu安装Theano+CUDA:http://www.linuxdiyf.com/linux/2697.html