privacy icon indicating copy to clipboard operation
privacy copied to clipboard

Library for training machine learning models with privacy for training data

Results 140 privacy issues
Sort by recently updated
recently updated
newest added

Hi! First, thanks for this excellent library and for publishing research experiments! I have questions about the privacy [amplification by iteration](https://github.com/tensorflow/privacy/blob/1860ee1/tutorials/mnist_lr_tutorial.py) script. Could the authors provide a clear explanation of...

Since the addition of [dp-accounting](https://pypi.org/project/dp-accounting/), the minimum version of python required to use the latest releases of this package is restricted to >=3.9. This restriction causes plenty of inconsistencies when...

Hi, I am trying to measure the differential privacy guarantee by using the ".compute_dp_sgd_privacy". However, itt show the following error. I installed the package as well. But don't know why...

Hi, I was trying to run codes that use 'dp_event' from 'tensorflow_privacy.privacy.analysis', but I realized that there is no 'dp_event' in 'tensorflow_privacy.privacy.analysis' anymore. Could you let me know which function...