Skip to content

Commit

Permalink
Fix MNISTの説明
Browse files Browse the repository at this point in the history
  • Loading branch information
chizuchizu committed Mar 24, 2021
1 parent b4efe9a commit e2542c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Your token file doesn't exist.
#### MNIST

[Digit Recognizer | Kaggle](https://www.kaggle.com/c/digit-recognizer) のデータセットを使っています。
これはMNISTのデータを扱いやすくcsvに変換する処理を施したものです
これはMNISTのデータが扱いやすいcsv形式に変換されたものです

- `train.csv`: そのままのデータ
- `train_400.csv`: 28x28(pixels)から20x20(pixels)に変換した後のデータ
Expand Down

0 comments on commit e2542c8

Please sign in to comment.