Advance-Ali
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -18,8 +18,27 @@ This is a fine-tuned **`ResNet-18`** model designed for a 7-class classification
|
|
18 |
---
|
19 |
|
20 |
## π Evaluation Metrics on Test Data
|
21 |
-
![
|
22 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
|
24 |
## π§βπ» How to Use
|
25 |
|
|
|
18 |
---
|
19 |
|
20 |
## π Evaluation Metrics on Test Data
|
21 |
+
![confusion matrix](images/confusion_matrix.png)
|
22 |
+
|
23 |
+
Accuracy: 79.92%
|
24 |
+
Precision: 79.80%
|
25 |
+
Recall: 79.92%
|
26 |
+
F1-Score: 79.80%
|
27 |
+
|
28 |
+
Classification Report:
|
29 |
+
precision recall f1-score support
|
30 |
+
|
31 |
+
1 0.79 0.81 0.80 329
|
32 |
+
2 0.58 0.47 0.52 74
|
33 |
+
3 0.51 0.42 0.46 160
|
34 |
+
4 0.92 0.90 0.91 1185
|
35 |
+
5 0.74 0.78 0.76 478
|
36 |
+
6 0.68 0.72 0.70 162
|
37 |
+
7 0.75 0.78 0.77 680
|
38 |
+
|
39 |
+
accuracy 0.80 3068
|
40 |
+
macro avg 0.71 0.70 0.70 3068
|
41 |
+
weighted avg 0.80 0.80 0.80 3068
|
42 |
|
43 |
## π§βπ» How to Use
|
44 |
|