--- 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