Differential privacy

From Simson Garfinkel
Revision as of 13:08, 8 February 2017 by Simson (talk | contribs)
Jump to navigationJump to search

A few references on Differential Privacy, for people who don't want to get bogged down with the math.

Video

Differential Privacy and Floating Point Accuracy

Floating point math on computer's isn't continuous, and differential privacy implementations that assume it is may experience a variety of errors that result in privacy loss. A discussion of the problems inherently in floating-point arithmetic can be found in Oracle's What Every Computer Scientist Should Know About Floating-Point Arithmetic, an edited reprint of the paper What Every Computer Scientist Should Know About Floating-Point Arithmetic, by David Goldberg, published in the March, 1991 issue of Computing Surveys.

See Also