File size: 519 Bytes
7f936b5 5a0fbde |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
---
license: apache-2.0
tags:
- vision
---
### Dataset
MNIST is a subset of a larger set available from [The MNIST Database](https://yann.lecun.com/exdb/mnist/).
Four files are available:
+ train-images-idx3-ubyte.gz: training set images (9912422 bytes)
+ train-labels-idx1-ubyte.gz: training set labels (28881 bytes)
+ t10k-images-idx3-ubyte.gz: test set images (1648877 bytes)
+ t10k-labels-idx1-ubyte.gz: test set labels (4542 bytes)
### Acknowledgements
+ Yann LeCun
+ Corinna Cortes
+ Christopher J.C. Burges |