|
@@ -377,7 +377,7 @@ class ZCDPMonitor(Callback): |
|
|
conventional differential privacy (ε, δ) as below: |
|
|
conventional differential privacy (ε, δ) as below: |
|
|
|
|
|
|
|
|
.. math:: |
|
|
.. math:: |
|
|
(ρ+2\sqrt{ρlog(1/δ)}, δ) |
|
|
|
|
|
|
|
|
(ρ+2\sqrt{ρ*log(1/δ)}, δ) |
|
|
|
|
|
|
|
|
It should be noted that ZCDPMonitor is not suitable for subsampling |
|
|
It should be noted that ZCDPMonitor is not suitable for subsampling |
|
|
noise mechanisms(such as NoiseAdaGaussianRandom and NoiseGaussianRandom). |
|
|
noise mechanisms(such as NoiseAdaGaussianRandom and NoiseGaussianRandom). |
|
|