File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 417
417
},
418
418
"outputs" : [],
419
419
"source" : [
420
- " compute_dp_sgd_privacy.compute_dp_sgd_privacy(n=train_data.shape[0],\n " ,
420
+ " print(compute_dp_sgd_privacy.compute_dp_sgd_privacy_statement(\n " ,
421
+ " number_of_examples=train_data.shape[0],\n " ,
421
422
" batch_size=batch_size,\n " ,
422
423
" noise_multiplier=noise_multiplier,\n " ,
423
- " epochs =epochs,\n " ,
424
- " delta=1e-5)"
424
+ " num_epochs =epochs,\n " ,
425
+ " delta=1e-5)) "
425
426
]
426
427
},
427
428
{
430
431
"id" : " c-KyttEWFRDc"
431
432
},
432
433
"source" : [
433
- " The tool reports that for the hyperparameters chosen above, the trained model has an $\\ epsilon$ value of 1.18 ."
434
+ " The tool reports that for the hyperparameters chosen above, the trained model has an $\\ epsilon$ value of 3.426 ."
434
435
]
435
436
},
436
437
{
You can’t perform that action at this time.
0 commit comments