-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfinal_results.json
More file actions
35 lines (35 loc) · 951 Bytes
/
final_results.json
File metadata and controls
35 lines (35 loc) · 951 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"CustomCNN": {
"accuracy": 0.7817460317460317,
"precision": 0.8108339795279864,
"recall": 0.7817460317460319,
"f1_score": 0.7708761753953604,
"best_params": {
"batch_size": 64,
"learning_rate": 0.01,
"optimizer": "SGD"
}
},
"ResNet18": {
"accuracy": 0.9503968253968254,
"precision": 0.9524852462352462,
"recall": 0.9503968253968256,
"f1_score": 0.9498554992616296,
"best_params": {
"batch_size": 64,
"learning_rate": 0.01,
"optimizer": "Adam"
}
},
"AlexNet": {
"accuracy": 0.9563492063492064,
"precision": 0.9642778887683429,
"recall": 0.9563492063492064,
"f1_score": 0.9561065447098103,
"best_params": {
"batch_size": 128,
"learning_rate": 0.001,
"optimizer": "Adam"
}
}
}