Update README.md
Browse files
README.md
CHANGED
|
@@ -6,11 +6,11 @@ The [MNIST](http://yann.lecun.com/exdb/mnist/) training and testing datasets as
|
|
| 6 |
Formatting
|
| 7 |
=========
|
| 8 |
|
| 9 |
-
Each line contains comma
|
| 10 |
|
| 11 |
-
More precisely, a line contains 1 label value, 784
|
| 12 |
|
| 13 |
-
The pixel values are organized in the
|
| 14 |
|
| 15 |
|
| 16 |
|
|
|
|
| 6 |
Formatting
|
| 7 |
=========
|
| 8 |
|
| 9 |
+
Each line contains comma-separated values representing the image label (0 -9) followed by the pixel's grey values (0 - 255).
|
| 10 |
|
| 11 |
+
More precisely, a line contains 1 label value, 784-pixel values, 784 commas, and one line break.
|
| 12 |
|
| 13 |
+
The pixel values are organized in the same way as the raw IDX files (i.e. row-wise; top to bottom...)
|
| 14 |
|
| 15 |
|
| 16 |
|