Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.45 KB

README.md

File metadata and controls

20 lines (14 loc) · 1.45 KB

final-project-in-the-cloud

Finding Solutions in Differential Privacy

Anchita Bora and Nicole Carter

Our project focuses on two solutions for differential privacy and the the consequences of using users’ personal data. In the research papers that we’ve found, we have seen the implementation of different algorithms to combat the main problem of endangering the personal data of users when their information is being used to calculate statistics for big companies.

Differential privacy is a mathematical technique that adds a certain level of randomness to a dataset to prevent anyone from getting information from a dataset. This allows the final dataset to be accurate enough to garner insights into the individuals in data analysis while protecting the privacy of the individuals’ data.

We are concerened with two algorithms:

  • Report Noisy Max
  • Histogram

Research Papers:

For more information about our findings, please visit our slides here Project Slide Deck.