Q&A: Phase 38.2 DifferentialPrivacyEngine — Noise Calibration & Budget Management #780
Unanswered
web3guru888
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Q&A: DifferentialPrivacyEngine (Phase 38.2)
Configuration Questions
Q1: How to set the noise multiplier σ?
get_noise_multiplier()— specify target (ε,δ), sampling rate, and number of stepsQ2: What clipping bound C should I use?
Q3: Gaussian vs Laplace mechanism?
Q4: How many training rounds can I afford with privacy budget ε = 8?
Q5: When does the privacy budget run out?
check_budget()returns False when next operation would exceed target εestimated_rounds_leftfor proactive planningSee issue #773 for full specification and acceptance criteria.
Beta Was this translation helpful? Give feedback.
All reactions