Python 基礎
Python(パイソン) オブジェクト指向型スクリプト言語
勉強環境:Centos7
[python@localhost ~]$ python –version Python 2.7.5
$ yum install -y python-pip
TensorFlow
- Download and Setup - tensorflow-0.XX.0-cp27-none-linux_x86_64.whl
$ sudo pip install --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.9.0-cp27-none-linux_x86_64.whl
$ virtualenv --system-site-packages ~/tensorflow
$ source ~/tensorflow/bin/activate