1TSnakers commited on
Commit
0a5d5eb
1 Parent(s): 6ac6f0a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
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 separated values representing the image label (0 -9) followed by the pixels 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 exact same way as the raw idx files (i.e. row-wise; top to bottom...)
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