Skip to content

Comparing GDP and RDP for accounting the privacy budget of DP-SGD

Notifications You must be signed in to change notification settings

JesseCresswell/differential_privacy_comparison

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

differential_privacy_comparison

Comparing GDP and RDP for accounting the privacy budget of DP-SGD

RDP 1 epochs: epsilon=0.68 at delta=1e-5

python main.py --device=cpu --epochs=1 --accountant=rdp

GDP 1 epochs: epsilon=0.14 at delta=1e-5

python main.py --device=cpu --epochs=1 --accountant=gdp

RDP 10 epochs: epsilon=0.80 at delta=1e-5

python main.py --device=cpu --epochs=10 --accountant=rdp

GDP 10 epochs: epsilon=0.47 at delta=1e-5

python main.py --device=cpu --epochs=10 --accountant=gdp

About

Comparing GDP and RDP for accounting the privacy budget of DP-SGD

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages