]> git.armaanb.net Git - python_dp.git/commit
Initial commit master
authorArmaan Bhojwani <me@armaanb.net>
Sat, 19 Aug 2023 20:25:51 +0000 (16:25 -0400)
committerArmaan Bhojwani <me@armaanb.net>
Sun, 20 Aug 2023 01:46:47 +0000 (21:46 -0400)
commit747ef1be37dde8869bf929fe782eb57bf4159b90
tree9ff1d31b91a41588d794c1104e028d0db26c558f
Initial commit
16 files changed:
.gitignore [new file with mode: 0644]
.gitmodules [new file with mode: 0644]
Data/countries.txt [new file with mode: 0644]
Data/names.txt [new file with mode: 0644]
External/differential-privacy [new submodule]
Incomplete/renyi.ipynb [new file with mode: 0644]
Incomplete/zero_concentrated.ipynb [new file with mode: 0644]
LICENSE [new file with mode: 0644]
README [new file with mode: 0644]
bayesian_attacker.ipynb [new file with mode: 0644]
common.py [new file with mode: 0644]
exponential_mechanism.ipynb [new file with mode: 0644]
gaussian_mechanism.ipynb [new file with mode: 0644]
laplace_example_class_height.ipynb [new file with mode: 0644]
laplace_mechanism.ipynb [new file with mode: 0644]
requirements.txt [new file with mode: 0644]