forked from 626_privacy/tensorflow_privacy
3d038a490a
This change replaces references to a number of deprecated NumPy type aliases (np.bool, np.int, np.float, np.complex, np.object, np.str) with their recommended replacement (bool, int, float, complex, object, str). NumPy 1.24 drops the deprecated aliases, so we must remove uses before updating NumPy. PiperOrigin-RevId: 497194550 |
||
---|---|---|
.. | ||
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