A package for applying differential privacy to model weights
Project description
forgetnet
A package for applying differential privacy to model weights.
Installation
pip install forgetnet
from forgetnet.dp_weights import calculate_noise_scale_poly, apply_noise_to_all_weights
Example usage
model = ... # Your PyTorch model
epsilon = 1.0
delta = 1e-5
clipping_norm = 1.0
dataset_size = 10000
batch_size = 32
num_epochs = 10
learning_rate = 0.001
apply_noise_to_all_weights(
model,
calculate_noise_scale_poly,
epsilon,
delta,
clipping_norm,
dataset_size,
batch_size,
num_epochs,
learning_rate
)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
forgetnet-0.1.3.tar.gz
(2.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file forgetnet-0.1.3.tar.gz.
File metadata
- Download URL: forgetnet-0.1.3.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6b723bce140ef0da14375e771c762c8406ecaf9f74a3b66820264043a6340aba
|
|
| MD5 |
aa4fb5bd5202d2879ad70349cedb6d8e
|
|
| BLAKE2b-256 |
653345d90d227a02cf5692960edce392fd437d76818cde34be0d06014005ae13
|
File details
Details for the file forgetnet-0.1.3-py3-none-any.whl.
File metadata
- Download URL: forgetnet-0.1.3-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b49727ad0cbe326259614f23247945edc3cec3ec14bc57c02ba159f24336875d
|
|
| MD5 |
3fca9c3ce414fc88df55099401c77d51
|
|
| BLAKE2b-256 |
5c1621f4e7b6fb29197de4aeeae3b90c9320577f3699dffdc395f152e622db08
|