Recompense commited on
Commit
a4751d2
·
verified ·
1 Parent(s): 425b361

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -68,9 +68,10 @@ The primary evaluation metric used is Accuracy. A confusion matrix was also gene
68
 
69
  * **Accuracy:** The proportion of correctly classified images out of the total number of images evaluated.
70
 
71
- $$
72
- ACCURACY = \frac{\text{Number of correct predictions}}{\text{Total number of predictions}}
73
- $$
 
74
 
75
  * **Confusion Matrix:** A table that visualizes the performance of a classification model. Each row represents the instances in an actual class, while each column represents the instances in a predicted class.
76
 
 
68
 
69
  * **Accuracy:** The proportion of correctly classified images out of the total number of images evaluated.
70
 
71
+ $$
72
+ \text{Accuracy} = \frac{\text{Number of correct predictions}}{\text{Total number of predictions}}
73
+ $$
74
+
75
 
76
  * **Confusion Matrix:** A table that visualizes the performance of a classification model. Each row represents the instances in an actual class, while each column represents the instances in a predicted class.
77