-
Hello,
I would like to bring to your attention that using the random number generator from TensorFlow *could* lead to vulnerabilities when sampling from a distribution to fulfill differential priva…
-
Hi!
First, thanks for this amazing library! I use it heavily in my research, and it has been spotless! :)
A quick technicality: It is common knowledge (mentioned in the Algorithmic Foundations o…
-
This note caught my eye (this may be related to https://github.com/ietf-wg-ppm/draft-ietf-ppm-dap-taskprov/issues/85):
> TODO: It would make sense for the corresponding extensions to be added to [[…
-
Brian Carpenter pointed out to a class of failures are network-level issues that happen after connection establishment.
NEL currently seems to define "network" as being issues between DNS and a conne…
-
Hello, I noticed that in your implementation of "fed_avg_dp.py", the forward propagation on the client side is done by propagating samples one by one, calculating gradients, clipping, and then adding …
-
The need for a differential private reporting scheme was mentioned several times during the discussions at the W3C and in some issues (e.g by you on issue #3 ).
Can you please clarify if any report…
-
https://forestneo.com/2019/02/16/%E8%AE%BA%E6%96%87%E9%98%85%E8%AF%BB-Collecting-and-Analyzing-Multidimensional-Data-with-Local-Differential-Privacy/#more
标题:Collecting and Analyzing Multidimension…
-
https://forestneo.com/2018/07/22/DP-Differential-Privacy%E6%A6%82%E5%BF%B5%E4%BB%8B%E7%BB%8D/
本节我们介绍一下差分隐私的概念,也是本公众号的核心工作所在,这一节,暂且用我认为读者可以理解的方式介绍一下什么是差分隐私。本文从以下几个方面展开介绍: 背景 去除标识化信息导致的隐私问题 背景知识攻击案例…
-
The following line in the notebook `Section 1 - Differential Privacy.ipynb` :
`from syft.frameworks.torch.differential_privacy import pate `
Leads to the following error
`----------------------…
jfraj updated
4 years ago
-
Hi,
Thanks for releasing the code of [your paper](https://arxiv.org/abs/1802.06739). In the algorithm 1 of your paper, you first add noise to the gradients and then clip the gradient. According to …