Lecture 22: Differential privacy
-for differential privacy, understand what information is being protected and what information is not being protected
What information is being protected
-understand how to compute the global sensitivity G of counting queries
Global sensitivity of a query Q is the maximum difference in
answers that adding or removing any individual from the dataset
can cause (maximum effect of an individual)
• Intuitively, we want to consider the worst case scenario
• If asking multiple queries, global sensitivity is equal to the sum
of the differences
Global sensitivity (G)
-understand the role of the privacy loss budget k
Privacy budget (K)
-understand the role of G and k in terms of how much noise is added to the true query result
how much to add
-understand that noise is added to the real query answer and this noise-added result is what will be released to the user. Understand how this protects the privacy of an individual
-understand that the amount of noise added is dependent on the ratio G/k. Larger G allows for more noise to be added and smaller k allows for more noise added
原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。
如有侵权,请联系 cloudcommunity@tencent.com 删除。
原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。
如有侵权,请联系 cloudcommunity@tencent.com 删除。