Skip to content

Latest commit

 

History

History
119 lines (97 loc) · 11.9 KB

Differential_Privacy.md

File metadata and controls

119 lines (97 loc) · 11.9 KB

Differential Privacy

Welcome to the Differential Privacy Learning Hub! This hub serves as a curated collection of resources related to the field of Differential Privacy. Here you can find important papers, books, repositories, and links to communities, universities, and companies actively involved in Differential Privacy research and implementation.

Table of Contents

  1. Papers
  2. Books
  3. Repositories
  4. Blog Posts & Articles
  5. Talks & Presentations
  6. Community Links
  7. Data Resources
  8. Attacks

📑 Papers

📚 Books

  • Programming Differential Privacy - Programming Differential Privacy uses examples and Python code to explain the ideas behind differential privacy! The book is suitable for undergraduate students in computer science, and no theory background is expected.
  • ...

📁 Repositories

  • Diffprivlib - IBM: Diffprivlib is a general-purpose library for experimenting with, investigating and developing applications in, differential privacy.
  • differential-privacy - Google: This repository contains libraries to generate ε- and (ε, δ)-differentially private statistics over datasets.
  • PyDP - OpenMined: A Python wrapper for Google's Differential Privacy project.
  • Opacus - Meta & Pytorch: a library that enables training PyTorch models with differential privacy.
  • OpenDP - Harvard: a modular collection of statistical algorithms that adhere to the definition of differential privacy.

📄 Blog Posts & Articles

💬 Talks & Presentations

🔗 Community Links

📊 Data Resources

🎯 Attacks

Attacks Scandals

Attacks articles

Attacks repositories

Contributing

If you have suggestions for additional resources or improvements to the repository, feel free to open an issue or submit a pull request.