added material

This commit is contained in:
Jeremy Janella
2026-05-09 23:21:13 -04:00
commit 8da2d2fd6f
369 changed files with 3468754 additions and 0 deletions
@@ -0,0 +1,27 @@
{
"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
]
}
}