Baronco98 commited on
Commit
d1dcff9
·
1 Parent(s): 230507a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -27,10 +27,10 @@ The model will be used as a preliminary step in solving Sudokus through linear p
27
  The dataset is constructed with balanced classes using images from the famous "MNIST digits classification" dataset, as well as images of numbers written digitally.
28
 
29
  # Dataset schema
30
- The image size it is 28x28. After applying data augmentation to the dataset, the total number of images is as follows:
31
- - Training images: 5600
32
- - Validation images: 2400
33
- - Test images: 200
34
 
35
  Test Accuracy: 0.9810
36
 
 
27
  The dataset is constructed with balanced classes using images from the famous "MNIST digits classification" dataset, as well as images of numbers written digitally.
28
 
29
  # Dataset schema
30
+ The image size it is 28x28 pixels. After applying data augmentation to the dataset, the total number of images is as follows:
31
+ - Training images: 5,600
32
+ - Validation images: 2,400
33
+ - Test images: 2,000
34
 
35
  Test Accuracy: 0.9810
36