Update README.md
Browse files
README.md
CHANGED
|
@@ -82,9 +82,9 @@ All images were resized to 224x224 and normalized by dividing pixel values by 25
|
|
| 82 |
|
| 83 |
#### Training Hyperparameters
|
| 84 |
|
| 85 |
-
*
|
| 86 |
-
*
|
| 87 |
-
*
|
| 88 |
|
| 89 |
## Evaluation
|
| 90 |
|
|
|
|
| 82 |
|
| 83 |
#### Training Hyperparameters
|
| 84 |
|
| 85 |
+
* Epochs: Up to 50 (early stopping applied)
|
| 86 |
+
* Batch size: 32
|
| 87 |
+
* Dropout: 0.5 on dense layers
|
| 88 |
|
| 89 |
## Evaluation
|
| 90 |
|