arpit-gour02 commited on
Commit
3f0401f
·
verified ·
1 Parent(s): 0b3d2e1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -86,16 +86,16 @@ The validation set was used for convergence monitoring and hyperparameter tuning
86
  * **Regularization:** Dropout (p = 0.5)
87
  * **Normalization:** Local Response Normalization (LRN)
88
 
89
- ![Training Loss](./results/loss_curve.png)
90
 
91
  ---
92
 
93
  ## Performance
94
 
95
  * **Test Accuracy:** ~98.42%
 
 
96
 
97
  The model performs consistently well across most characters, with minor confusion only between visually similar glyphs.
98
- ![Confusion Matrix](./results/cm.png)
99
 
100
 
101
  ---
 
86
  * **Regularization:** Dropout (p = 0.5)
87
  * **Normalization:** Local Response Normalization (LRN)
88
 
 
89
 
90
  ---
91
 
92
  ## Performance
93
 
94
  * **Test Accuracy:** ~98.42%
95
+ ![Training Loss](./results/loss_curve.png)
96
+ ![Confusion Matrix](./results/cm.png)
97
 
98
  The model performs consistently well across most characters, with minor confusion only between visually similar glyphs.
 
99
 
100
 
101
  ---