kikogazda commited on
Commit
bbfaafd
Β·
verified Β·
1 Parent(s): 8ce9f48

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +42 -11
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
- ## πŸ“Š Visualizations
127
 
128
- Key assets (see repo for all):
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
129
 
130
- | Visualization | Description |
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
+ ![Accuracy and F1](metrics_acc_f1_beautiful.png)
135
+
136
+ ---
137
+
138
+ ### πŸ“‰ Training vs Validation Loss
139
+ Clear comparison of model learning over time.
140
+
141
+ ![Loss Curves](metrics_loss_beautiful.png)
142
+
143
+ ---
144
+
145
+ ### πŸ“ˆ Precision & Recall Trends
146
+ Macro and weighted precision/recall for detailed class-wise performance.
147
+
148
+ ![Precision and Recall](metrics_precision_recall_beautiful.png)
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
+ ![Top-k Accuracy](metrics_topk_beautiful.png)
156
+
157
+ ---
158
+
159
+ ### πŸ† Top-20 Most Accurate Classes
160
+ Sorted bar plot of classes the model predicts with the highest accuracy.
161
+
162
+ ![Top 20 Accuracy](top20_accuracy_beautiful.png)
163
+
164
+ ---
165
+
166
+ ### 🧩 Confusion Matrix
167
+ High-resolution heatmap showing misclassifications and accuracy by class.
168
 
169
+ ![Confusion Matrix](confusion_matrix_beautiful.png)
 
 
 
 
 
 
 
 
170
 
171
  ---
172