keras-examples
keras-examples copied to clipboard
AWSの開発環境まとめる
trafficstars
sudo apt-get update
sudo apt-get install emacs gcc
sudo apt-get install -y python-qt4
wget https://repo.continuum.io/archive/Anaconda3-4.2.0-Linux-x86_64.sh
pip install pydot-ng
conda install graphviz
conda install tensorflow
conda install keras
- http://qiita.com/Salinger/items/c7b87d7000e48be6ebe2
AWSにtensorflowをインストールする手順 もうソースコードからインストールする必要はなさそう
- http://qiita.com/RyotaKatoh/items/989c914ad5be123352f1
- https://keichi.net/post/tensorflow-aws/
- http://max-likelihood.com/2016/06/18/aws-tensorflow-setup/