We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There seems to be different ways to add when using differential privacy.
Currently we are describing differential privacy techniques as replacing a subset of records with noise.
There seem to be different methods as well, where the noise is added to the raw values (instead of replacement).
Let's figure out a little bit more about the landscape of differential privacy and adapt the text.
Sources:
The text was updated successfully, but these errors were encountered:
This video was quite helpful on listing different techniques: https://www.youtube.com/watch?v=Quzx_QaARAE&t=0s
Sorry, something went wrong.
Maybe you can mention the links in the lesson for students interested to know more?
@bartvanb I will open a separate issue for that because I think the list of links has to be more complete than just differential privacy: #88
dsmits
Successfully merging a pull request may close this issue.
There seems to be different ways to add when using differential privacy.
Currently we are describing differential privacy techniques as replacing a subset of records with noise.
There seem to be different methods as well, where the noise is added to the raw values (instead of replacement).
Let's figure out a little bit more about the landscape of differential privacy and adapt the text.
Sources:
The text was updated successfully, but these errors were encountered: