Learn more about differential privacy
To suggest a resource, fill out this form
A blog with many DP resources, aimed at a variety of audiences.
Technical Somewhat Technical Blog PostsA friendly blog post series about differential privacy! It provides simple explanations for the core concepts behind differential privacy. It is meant for a wide, non-technical audience: it doesn't assume any prior knowledge, uses as little math as possible, and illustrates everything with simple examples and diagrams.
Somewhat Technical Blog PostsThis series is designed to help business process owners and privacy program personnel understand basic concepts about differential privacy and applicable use cases and to help privacy engineers and IT professionals implement the tools.
Somewhat Technical Blog PostsThis course is on algorithms for differentially private analysis of data. As necessitated by the nature of differential privacy, this course will be theoretically and mathematically based. References to practice will be provided as relevant, especially towards the end of the course. Prerequisites include an undergraduate understanding of algorithms, comfort with probability, and mathematical maturity.
Technical Course Notes VideosHow can we learn from a data set of sensitive information while providing meaningful privacy to the individuals whose information it contains? The course explores this question, starting from the problems faced by straightforward solutions and moving on to rigorous state-of-the-art solutions using differential privacy. The class will focus on foundations, but also delve into some applied work and on some of the social, ethical, and legal context for the subject. Students will be required to complete some mathematical assignments, some light programming assignments, and a final course project.
Technical Course Notes VideosThe risks to privacy when making human subjects data available for research and how to protect against these risks using the formal framework of differential privacy. Methods for attacking statistical data releases, the mathematics of and software implementations of differential privacy, deployed solutions in industry and government. Assignments will include implementation and experimentation on data science tasks.
Technical Course NotesA (shorter) successor to the Non-technical Primer on Differential Privacy, with a more operational focus on helping policymakers and others think broadly about deploying differential privacy.
Non-technicalThis primer seeks to introduce the concept of differential privacy and its privacy implications to non-technical audiences. It provides a simplified and informal, but mathematically accurate, description of differential privacy.
Non-technicalAimed at theoretical computer scientists who want to engage with theoretical research on differential privacy.
TechnicalA tutorial series from Tumult Analytics, intended to get started generating differentially private data without any prior experience with DP.
For CodersA visualization of the utility tradeoffs between the Laplace and Gaussian mechanisms.