Recompense commited on
Commit
02741e4
·
verified ·
1 Parent(s): 5f44f63

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -2
README.md CHANGED
@@ -69,12 +69,10 @@ The primary evaluation metric used is Accuracy. A confusion matrix was also gene
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
  $$
76
 
77
-
78
  * **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.
79
 
80
  ### Results
 
69
 
70
  * **Accuracy:** The proportion of correctly classified images out of the total number of images evaluated.
71
 
 
72
  $$
73
  \text{Accuracy} = \frac{\text{Number of correct predictions}}{\text{Total number of predictions}}
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
 
78
  ### Results