Skip to content

Commit

Permalink
Update README.ja.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxiao committed Jul 19, 2018
1 parent fcb02b0 commit 75bc383
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.ja.md
Expand Up @@ -101,6 +101,8 @@ data = input_data.read_data_sets('data/fashion')
data.train.next_batch(BATCH_SIZE)
```

Fashion-MNISTを訓練するための高レベルのAPIであるtf.kerasの使用に関する公式のTensorflow[チュートリアルがここにあります](https://www.tensorflow.org/tutorials/keras/basic_classification)

### 他の機械学習ライブラリを使用する

今日まで、以下のライブラリは、組み込みデータセットとして `Fashion-MNIST`を含んでいます。 したがって、自分で`Fashion-MNIST`をダウンロードする必要はありません。 そのAPIに従うだけで、あなたは準備が整いました。
Expand Down

0 comments on commit 75bc383

Please sign in to comment.