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
+22
View File
@@ -0,0 +1,22 @@
{
"configuration": {
"dataset": "mnist",
"num_teachers": 250,
"noise_scale": 20.0,
"num_queries": 5000
},
"privacy": {
"per_query_epsilon": 0.1,
"total_epsilon": 11.647065596072498
},
"utility": {
"student_accuracy": 87.71,
"label_accuracy": 87.44,
"clean_ensemble_accuracy": 0.8782
},
"information": {
"private_data_bytes": 150528000,
"student_info_bytes": 20000,
"compression_ratio": 7526.4
}
}