Datasets:

Modalities:
Image
Size:
< 1K
Libraries:
Datasets
License:
simamanda commited on
Commit
baed4e8
·
verified ·
1 Parent(s): 0f3aa63

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -109,6 +109,7 @@ from the class and ended up with 1,607. <br>
109
 
110
 
111
  **Peformance Analysis**
 
112
  From this model, the overall performance indicate high accuracy, with the top 1 accuracy being 0.962 and each class having a F1-score
113
  in the 0.9 range. From the confusion matrix, we can see a perfect diagonal, which indicates the model was able to accurately predict
114
  the items correctly. However we do see a few false positives, where the model mixed up trash and specalized disposal, but this is very minor.
@@ -118,7 +119,7 @@ spikes slowly decreases as it trains longer, which indicates the model is improv
118
  For the validation loss curve, we see extremely high spikes towards the beginning, but the spikes slowly decreases as more training time
119
  is applied. Lastly, for the metrics/accuracy_top5, this shows up as a horizontal line at 1 due to the fact that I only have 4 classes.
120
  Overall, my model indicates high accuracy and no cases of overfitting, however, the model could benefit from longer training time to
121
- allow the curves to smoothen out further and reach an eventually straight horizontal lines.
122
 
123
  ---
124
 
 
109
 
110
 
111
  **Peformance Analysis**
112
+
113
  From this model, the overall performance indicate high accuracy, with the top 1 accuracy being 0.962 and each class having a F1-score
114
  in the 0.9 range. From the confusion matrix, we can see a perfect diagonal, which indicates the model was able to accurately predict
115
  the items correctly. However we do see a few false positives, where the model mixed up trash and specalized disposal, but this is very minor.
 
119
  For the validation loss curve, we see extremely high spikes towards the beginning, but the spikes slowly decreases as more training time
120
  is applied. Lastly, for the metrics/accuracy_top5, this shows up as a horizontal line at 1 due to the fact that I only have 4 classes.
121
  Overall, my model indicates high accuracy and no cases of overfitting, however, the model could benefit from longer training time to
122
+ allow the curves to smoothen out further and reach an eventual straight horizontal line.
123
 
124
  ---
125