An open API service indexing awesome lists of open source software.

https://github.com/kartikey2807/differentially-private-sgd

Implement Differentially-private SGD. Large ε leads to loss of accuracy%.
https://github.com/kartikey2807/differentially-private-sgd

differential-privacy dpsgd opacus stochastic-gradient-descent

Last synced: about 2 months ago
JSON representation

Implement Differentially-private SGD. Large ε leads to loss of accuracy%.

Awesome Lists containing this project

README

          

# Differentially-Private SGD
References: [Abadi, Martin et al.](https://arxiv.org/pdf/1607.00133)
**Summary**
* Differential privacy added to *gradient step*
* Tradeoff exists between utility and privacy
* Having privacy budget $\epsilon$ ensure weights are private
* Gradient access private --> Model is differentially private (**post-hoc**)

---
**Results**
On the MNIST dataset
|Model|Test Accuracy|
| :- | :- |
|Vanilla|97.00%|
|Differentially Private|91.00%|