Skip to content

Commit 4725460

Browse files
authored
Update README.md
1 parent 8c3d7f2 commit 4725460

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
1-
# mnist-data
1+
# MNIST Dataset
2+
3+
A collection of handwritten digits used by IDL's classify_digits.pro
4+
5+
Originally available at http://yann.lecun.com/exdb/mnist/
6+
7+
The MNIST database of handwritten digits has a training set of 60,000 examples, and a test set of 10,000 examples. The digits have been size-normalized and centered in a fixed-size image.
8+
9+
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.

0 commit comments

Comments
 (0)