Skip to content

Commit faf0f74

Browse files
committed
Adding Files
1 parent 281f7ab commit faf0f74

File tree

9 files changed

+26
-0
lines changed

9 files changed

+26
-0
lines changed

MNIST/Digits/mnist.txt

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
Source: http://yann.lecun.com/exdb/mnist/
2+
3+
1. Title: THE MNIST DATABASE of handwritten digits
4+
5+
2. Sources:
6+
-- Yann LeCun, Courant Institute, NYU
7+
-- Corinna Cortes, Google Labs, New York
8+
-- Christopher J.C. Burges, Microsoft Research, Redmond
9+
10+
3. Relevant Information:
11+
12+
The MNIST database of handwritten digits, available from this page,
13+
has a training set of 60,000 examples, and a test set of 10,000 examples.
14+
It is a subset of a larger set available from NIST. The digits have been
15+
size-normalized and centered in a fixed-size image.
16+
17+
It is a good database for people who want to try learning techniques and
18+
pattern recognition methods on real-world data while spending minimal
19+
efforts on preprocessing and formatting.
20+
21+
Four files are available on this site:
22+
23+
train-images-idx3-ubyte: 60,000 training set images
24+
train-labels-idx1-ubyte: 60,000 training set labels
25+
t10k-images-idx3-ubyte: 10,000 test set images
26+
t10k-labels-idx1-ubyte: 10,000 test set labels
7.48 MB
Binary file not shown.
9.77 KB
Binary file not shown.
44.9 MB
Binary file not shown.
58.6 KB
Binary file not shown.
7.48 MB
Binary file not shown.
9.77 KB
Binary file not shown.
44.9 MB
Binary file not shown.
58.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)