Python utilities to download and parse the MNIST dataset
Project description
The MNIST database is available at http://yann.lecun.com/exdb/mnist/
The MNIST database is a dataset of handwritten digits. It has 60,000 training samples, and 10,000 test samples. Each image is represented by 28x28 pixels, each containing a value 0 - 255 with its grayscale value.
It is a subset of a larger set available from NIST. The digits have been size-normalized and centered in a fixed-size image.
It is a good database for people who want to try learning techniques and pattern recognition methods on real-world data while spending minimal efforts on preprocessing and formatting.
There are four files available, which contain separately train and test, and images and labels.
Thanks to Yann LeCun, Corinna Cortes, Christopher J.C. Burges.
mnist makes it easier to download and parse MNIST files.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for mnist-0.2.2-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 80e2b07992e5cc61e6247751ce8926f6d15ab3ebde1508d9bbc8891a766c7b91 |
|
MD5 | e491991e07b9d878e81aa0054a2c8847 |
|
BLAKE2b-256 | c6c45db3bfe009f8d71f1d532bbadbd0ec203764bba3a469e4703a889db8e5e0 |