Skip to content
New issue

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

Added README.md file to describe about Laplace #318

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions examples/laplace_demo/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
#### Laplace Demo

### How Privacy and Noise are related to each other:

This section of the jupyter notebook describes about Privacy is implented in data by adding noise to it so that the attacker won't be able to known the final result and by what
degree the actual result is close to anonymized data.

### A brief description about Exponential Distribution:

The next section of the notebook describes the meaning of exponential distribution and provides a visual example for better understanding.

### Laplace Distribution:

An example of a simple Laplace distribution has been provided here. In addition to it the section also describes how the mathematical form of Laplace looks and how each
parameter plays a part in preserving privacy.

### Why should you use Laplace:

This section tells us why should you use Laplace and how well it works with ε.

### Conclusion:

A recap of everything you have learnt in this notebook.