Google发布了开源深度学习工具TensorFlow。
根据官方教程 http://tensorflow.org/tutorials/mnist/beginners/index.md 试用。
操作系统是ubuntu 14.04,64位,python 2.7,已经安装足够的python包。
1. 安装
1.1 参考文档 http://tensorflow.org/get_started/os_setup.md#binary_installation
1.1 参考文档 http://tensorflow.org/get_started/os_setup.md#binary_installation
1.2 用pip安装,需要用代理,否则连不上,这个是本地ssh到vps出去的。
sudo pip install https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.5.0-cp27-none-linux_x86_64.whl --proxy http://127.0.0.1:3128
1.3 注意,我的py2.7已经安装了足够的包
sudo pip install https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.5.0-cp27-none-linux_x86_64.whl --proxy http://127.0.0.1:3128
1.3 注意,我的py2.7已经安装了足够的包