# MNIST handwritten digits

Classic dataset of 60,000 training and 10,000 test images of
handwritten digits (0-9), 28x28 grayscale.

## Source
http://yann.lecun.com/exdb/mnist/

## Files
- `train-images-idx3-ubyte.gz` - Training images (~10MB)
- `train-labels-idx1-ubyte.gz` - Training labels
- `t10k-images-idx3-ubyte.gz`  - Test images
- `t10k-labels-idx1-ubyte.gz`  - Test labels

## License
Yann LeCun and Corinna Cortes, see source.
