ahmedesmail16 commited on
Commit
000e910
1 Parent(s): d818d93

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md CHANGED
@@ -58,6 +58,28 @@ The following hyperparameters were used during training:
58
  | 0.0065 | 4.0 | 145 | 0.0234 | 1.0 |
59
  | 0.0067 | 4.97 | 180 | 0.0268 | 0.9792 |
60
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
61
 
62
  ### Framework versions
63
 
 
58
  | 0.0065 | 4.0 | 145 | 0.0234 | 1.0 |
59
  | 0.0067 | 4.97 | 180 | 0.0268 | 0.9792 |
60
 
61
+ ### Test results
62
+
63
+ | Classes | precision | recall | f1-score | support|
64
+ |:-------------------:|:---------:|:------:|:--------:|:------:|
65
+ | Erythromelal | 1.00 | 1.00 | 1.00 | 5 |
66
+ | Guttate | 1.00 | 1.00 | 1.00 | 7 |
67
+ | Inverse | 1.00 | 1.00 | 1.00 | 4 |
68
+ | Nail | 1.00 | 1.00 | 1.00 | 10 |
69
+ | Normal | 1.00 | 1.00 | 1.00 | 11 |
70
+ | Plaque | 1.00 | 1.00 | 1.00 | 10 |
71
+ | Psoriatic Arthritis | 1.00 | 1.00 | 1.00 | 6 |
72
+ | Pustular | 1.00 | 1.00 | 1.00 | 6 |
73
+ | | | | | |
74
+ | accuracy | | | 1.00 | 59|
75
+ | macro avg | 1.00 | 1.00 | 1.00 | 59 |
76
+ | weighted avg | 1.00 | 1.00 | 1.00 | 59 |
77
+
78
+ ### confusion Matrix results
79
+
80
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/653af7a1b0f7bd82e0e87263/sxuMfHxoZcJKoimiZK2IA.png)
81
+
82
+
83
 
84
  ### Framework versions
85