Skip to content

Instantly share code, notes, and snippets.

@eiichi-worker
Last active April 24, 2018 23:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eiichi-worker/1cda7f652bdc723ebf47523ccf2b65df to your computer and use it in GitHub Desktop.
Save eiichi-worker/1cda7f652bdc723ebf47523ccf2b65df to your computer and use it in GitHub Desktop.
[WIP] Python3 + kerasでKaggleのMnistをやってみる

↓をやってみる。

前提

  • Anaconda3系(素のPythonの場合は適当に読み替えてください)

準備

kerasを入れる

conda install -y keras
conda install -y tensorflow

conda install -y keras-gpu # 趣味 入れなくていい

データセットのダウンロード

基本 Digit Recognizer | Kaggle から適当な場所にダウンロード

jupyter labの起動

jupyter lab

参考

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment