Skip to content

Commit 33fba92

Browse files
Update README.md
1 parent ff347bb commit 33fba92

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@ The model follows a specialized three-stage pipeline:
4949
### 1. Learning Curves
5050
In this section, you can observe the stability of the model during training. Thanks to **L2 Regularization** and **Global Gradient Clipping**, the training and validation curves converge smoothly without extreme oscillations.
5151

52-
![Training History](results/learning_curves.png)
52+
![Training History](Results/learning_curves.png)
5353
*Figure 1: Loss and Accuracy curves for Training vs. Validation sets.*
5454

5555
### 2. Model Confusion Matrix
5656
The Confusion Matrix below illustrates the model's performance across all 5 classes. Note the high precision in the 'N' and 'Q' classes, and the improved sensitivity in the 'F' and 'V' categories.
5757

58-
![Confusion Matrix](results/confusion_matrix.png)
58+
![Confusion Matrix](Results/confusion_matrix.png)
5959
*Figure 2: Confusion Matrix showcasing the identification of minority classes despite morphological similarities.*
6060

6161
---

0 commit comments

Comments
 (0)