forked from 626_privacy/tensorflow_privacy
857fe8f482
NumPy 1.23 removes numpy.asscalar() (https://numpy.org/doc/stable/release/1.23.0-notes.html#expired-deprecations), which has been deprecated since NumPy 1.16 (https://numpy.org/doc/stable/release/1.16.0-notes.html#new-deprecations). x.item() should be identical to the previous implementation of numpy.asscalar(x) in every way. PiperOrigin-RevId: 466743223 |
||
---|---|---|
.. | ||
audit_2020 | ||
GDP_2019 | ||
hyperparameters_2022 | ||
instahide_attack_2020 | ||
mi_lira_2021 | ||
mi_poison_2022 | ||
neuracrypt_attack_2021 | ||
pate_2017 | ||
pate_2018 | ||
README.md |
Research
This folder contains code to reproduce results from research papers. Currently, the following papers are included:
-
Semi-supervised Knowledge Transfer for Deep Learning from Private Training Data (ICLR 2017):
pate_2017
-
Scalable Private Learning with PATE (ICLR 2018):
pate_2018