Update README.md
Browse files
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:
|
| 32 |
-
- Validation images:
|
| 33 |
-
- Test images:
|
| 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 |
|