ahmedesmail16 commited on
Commit
1240a52
1 Parent(s): f8a3a0d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md CHANGED
@@ -63,6 +63,26 @@ The following hyperparameters were used during training:
63
  | 0.0031 | 8.99 | 841 | 1.1125 | 0.8063 |
64
  | 0.0041 | 9.95 | 930 | 1.0793 | 0.8182 |
65
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
66
 
67
  ### Framework versions
68
 
 
63
  | 0.0031 | 8.99 | 841 | 1.1125 | 0.8063 |
64
  | 0.0041 | 9.95 | 930 | 1.0793 | 0.8182 |
65
 
66
+ ### Test results
67
+
68
+ |precision | recall | f1-score | support|
69
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
70
+ | Erythrodermic | 0.75 | 0.86 | 0.80 | 7|
71
+ | Guttate | 0.91 | 0.87 | 0.89 | 23|
72
+ | Inverse | 1.00 | 0.82 | 0.90 | 17|
73
+ | Nail | 0.95 | 0.95 | 0.95 | 20|
74
+ | Normal | 0.95 | 0.80 | 0.87 | 25|
75
+ | Not Define | 1.00 | 1.00 | 1.00 | 29|
76
+ | Palm Soles | 0.83 | 0.90 | 0.86 | 21|
77
+ | Plaque | 0.90 | 0.76 | 0.83 | 25|
78
+ |Psoriatic Arthritis | 0.73 | 1.00 | 0.84 | 8|
79
+ | Pustular | 0.88 | 0.82 | 0.85 | 17|
80
+ | Scalp | 0.87 | 0.83 | 0.85 | 24|
81
+ | UPNormal | 0.82 | 0.94 | 0.87 | 52|
82
+ | | | | | |
83
+ | accuracy | | | 0.88 | 268|
84
+ | macro avg | 0.88 | 0.88 | 0.88 | 268|
85
+ | weighted avg | 0.89 | 0.88 | 0.88 | 268|
86
 
87
  ### Framework versions
88