Update README.md
Browse files
README.md
CHANGED
|
@@ -27,7 +27,7 @@ This model is a deep learning model for classifying food images into one of 101
|
|
| 27 |
|
| 28 |
* **License:** MIT
|
| 29 |
|
| 30 |
-
* **Finetuned from model:**
|
| 31 |
|
| 32 |
### Uses
|
| 33 |
|
|
@@ -68,7 +68,7 @@ Evaluation was performed on the overall validation dataset. Further analysis cou
|
|
| 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 |
* **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.
|
| 74 |
|
|
|
|
| 27 |
|
| 28 |
* **License:** MIT
|
| 29 |
|
| 30 |
+
* **Finetuned from model:** EfficienntNetB0
|
| 31 |
|
| 32 |
### Uses
|
| 33 |
|
|
|
|
| 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 |
+
$$\text{Accuracy} = \frac{\text{Number of correct predictions}}{\text{Total number of predictions}}$$
|
| 72 |
|
| 73 |
* **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.
|
| 74 |
|