forked from 626_privacy/tensorflow_privacy
Add link to paper on Renyi Differential Privacy.
PiperOrigin-RevId: 267412177
This commit is contained in:
parent
bb89ba6963
commit
0776ed124b
1 changed files with 3 additions and 0 deletions
|
@ -76,6 +76,9 @@ compute the privacy guarantee) are:
|
||||||
* `noise_multiplier` : The noise_multiplier from your parameters above.
|
* `noise_multiplier` : The noise_multiplier from your parameters above.
|
||||||
* `steps` : The number of global steps taken.
|
* `steps` : The number of global steps taken.
|
||||||
|
|
||||||
|
A detailed writeup of the theory behind the computation of epsilon and delta
|
||||||
|
is available at https://arxiv.org/abs/1908.10530.
|
||||||
|
|
||||||
## Expected Output
|
## Expected Output
|
||||||
|
|
||||||
When the `mnist_dpsgd_tutorial.py` script is run with the default parameters,
|
When the `mnist_dpsgd_tutorial.py` script is run with the default parameters,
|
||||||
|
|
Loading…
Reference in a new issue