yeshijinsel / MNIST-dataset

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The MNIST database of handwritten digits, available from this page, has a training set of 60,000 examples, and a test set of 10,000 examples. It is a subset of a larger set available from NIST. The digits have been size-normalized and centered in a fixed-size image.

You can get dataset from: http://yann.lecun.com/exdb/mnist/

In Dataset file

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)

Enjoy Learning

About


Languages

Language:Jupyter Notebook 100.0%