Update README.md
Browse files
README.md
CHANGED
|
@@ -122,20 +122,51 @@ Grad-CAM overlays highlight image regions most responsible for model predictions
|
|
| 122 |
*Heatmaps visualize key decision regions for each sample.*
|
| 123 |
|
| 124 |
---
|
|
|
|
| 125 |
|
| 126 |
-
|
| 127 |
|
| 128 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 129 |
|
| 130 |
-
|
| 131 |
-
|-----------------------------------|---------------------------------------------|
|
| 132 |
-
| `confusion_matrix_beautiful.png` | Confusion matrix (validation set) |
|
| 133 |
-
| `metrics_acc_f1_beautiful.png` | Training & validation accuracy/F1 curves |
|
| 134 |
-
| `metrics_loss_beautiful.png` | Loss curves |
|
| 135 |
-
| `metrics_precision_recall_beautiful.png` | Precision/Recall by epoch |
|
| 136 |
-
| `metrics_topk_beautiful.png` | Top-3/Top-5 accuracy |
|
| 137 |
-
| `top20_accuracy_beautiful.png` | Top-20 class accuracy |
|
| 138 |
-
| `gradcam_grid.png` | Grad-CAM visualizations grid |
|
| 139 |
|
| 140 |
---
|
| 141 |
|
|
|
|
| 122 |
*Heatmaps visualize key decision regions for each sample.*
|
| 123 |
|
| 124 |
---
|
| 125 |
+
## Visualizations
|
| 126 |
|
| 127 |
+
Here are key visualizations from the training and evaluation process, including loss curves, accuracy plots, and Grad-CAM++ overlays that illustrate what the model focuses on.
|
| 128 |
|
| 129 |
+
---
|
| 130 |
+
|
| 131 |
+
### π― Accuracy & F1 Score per Epoch
|
| 132 |
+
Visualizing training and validation accuracy alongside macro F1 score.
|
| 133 |
+
|
| 134 |
+

|
| 135 |
+
|
| 136 |
+
---
|
| 137 |
+
|
| 138 |
+
### π Training vs Validation Loss
|
| 139 |
+
Clear comparison of model learning over time.
|
| 140 |
+
|
| 141 |
+

|
| 142 |
+
|
| 143 |
+
---
|
| 144 |
+
|
| 145 |
+
### π Precision & Recall Trends
|
| 146 |
+
Macro and weighted precision/recall for detailed class-wise performance.
|
| 147 |
+
|
| 148 |
+

|
| 149 |
+
|
| 150 |
+
---
|
| 151 |
+
|
| 152 |
+
### π Top-3 and Top-5 Accuracy Over Epochs
|
| 153 |
+
Measuring how often the correct class is within the top predictions.
|
| 154 |
+
|
| 155 |
+

|
| 156 |
+
|
| 157 |
+
---
|
| 158 |
+
|
| 159 |
+
### π Top-20 Most Accurate Classes
|
| 160 |
+
Sorted bar plot of classes the model predicts with the highest accuracy.
|
| 161 |
+
|
| 162 |
+

|
| 163 |
+
|
| 164 |
+
---
|
| 165 |
+
|
| 166 |
+
### π§© Confusion Matrix
|
| 167 |
+
High-resolution heatmap showing misclassifications and accuracy by class.
|
| 168 |
|
| 169 |
+

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 170 |
|
| 171 |
---
|
| 172 |
|