Python & TensorFlow 機械学習

2016/09/26

Python 基礎

Python(パイソン) オブジェクト指向型スクリプト言語

勉強環境:Centos7

[python@localhost ~]$ python –version Python 2.7.5

$ yum install -y python-pip

TensorFlow

$ 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    

PEP8スタイルガイド

勉強資料

Post Directory