Recompense commited on
Commit
5f44f63
·
verified ·
1 Parent(s): 4c5db0b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -67,7 +67,9 @@ Evaluation was performed on the overall validation dataset. Further analysis cou
67
 
68
  The primary evaluation metric used is Accuracy. A confusion matrix was also generated to visualize per-class performance.
69
 
70
- * **Accuracy:** The proportion of correctly classified images out of the total number of images evaluated.
 
 
71
  $$
72
  \text{Accuracy} = \frac{\text{Number of correct predictions}}{\text{Total number of predictions}}
73
  $$
 
67
 
68
  The primary evaluation metric used is Accuracy. A confusion matrix was also generated to visualize per-class performance.
69
 
70
+ * **Accuracy:** The proportion of correctly classified images out of the total number of images evaluated.
71
+
72
+ *
73
  $$
74
  \text{Accuracy} = \frac{\text{Number of correct predictions}}{\text{Total number of predictions}}
75
  $$