Skip to content

Commit bb834a6

Browse files
authored
Update README.md
1 parent 321a27c commit bb834a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ A collection of 49410 PNG files of digits from 0-9 for use in machine learning.
33

44
**Note:** these images are not from MNIST and are original. They were created with various data augmentation techniques of handwritten digits.
55

6-
The dataset can be found [here](https://www.kaggle.com/jcprogjava/handwritten-digits-dataset-not-in-mnist), and is updated there. You can download it [here](https://github.com/JC-ProgJava/Handwritten-Digit-Dataset/releases) as well. The dataset consists of 10 folders, one for each digit, and the digits are named '\<digit>\<file-number>.png', where \<digit> is the digit it depicts, and \<file-number>, a number ranging from 0-4940.
6+
The dataset can be found [here](https://www.kaggle.com/jcprogjava/handwritten-digits-dataset-not-in-mnist), and is updated there. You can download it [here](https://github.com/JC-ProgJava/Handwritten-Digit-Dataset/releases) as well. The dataset consists of 10 folders, one for each digit, and the digits are named '\<digit>\<file-number>.png', where \<digit> is the digit it depicts, and \<file-number>, a number ranging from 0 to `the total number of files in the folder - 1`.
77

88

99
## Creating your own dataset

0 commit comments

Comments
 (0)