27 lines
581 B
JSON
27 lines
581 B
JSON
{
|
|
"target_model": {
|
|
"train_accuracy": 0.9372671061791081,
|
|
"test_accuracy": 0.8247481778724102,
|
|
"overfitting_gap": 0.11251892830669796
|
|
},
|
|
"attack_results": {
|
|
"accuracy": 0.6892061585499017,
|
|
"precision": 0.6897525473071324,
|
|
"recall": 0.9701895909258426,
|
|
"f1_score": 0.8062820098347825,
|
|
"auc": 0.5731226081310534,
|
|
"advantage": 0.18920615854990175
|
|
},
|
|
"configuration": {
|
|
"random_seed": 1337,
|
|
"num_shadow_models": 5,
|
|
"target_architecture": [
|
|
256,
|
|
128
|
|
],
|
|
"attack_architecture": [
|
|
64,
|
|
32
|
|
]
|
|
}
|
|
} |