We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39c8a8c commit 052cefbCopy full SHA for 052cefb
1 file changed
g3doc/tutorials/classification_privacy.ipynb
@@ -417,11 +417,12 @@
417
},
418
"outputs": [],
419
"source": [
420
- "compute_dp_sgd_privacy.compute_dp_sgd_privacy(n=train_data.shape[0],\n",
+ "print(compute_dp_sgd_privacy.compute_dp_sgd_privacy_statement(\n",
421
+ " number_of_examples=train_data.shape[0],\n",
422
" batch_size=batch_size,\n",
423
" noise_multiplier=noise_multiplier,\n",
- " epochs=epochs,\n",
424
- " delta=1e-5)"
+ " num_epochs=epochs,\n",
425
+ " delta=1e-5))"
426
]
427
428
{
@@ -430,7 +431,7 @@
430
431
"id": "c-KyttEWFRDc"
432
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."
435
436
437
0 commit comments