DP-SGD Interactive Playground
Training Progress
Gradient Clipping Visualization
The chart below shows a distribution of gradient norms before and after clipping. The vertical red line indicates the clipping threshold. Clipping ensures no single example has too much influence on model updates, which is essential for differential privacy.
Privacy Budget Consumption
This chart shows how the privacy budget (ε) accumulates during training. In differential privacy, we track the 'privacy budget' (ε) which represents the amount of privacy loss. Lower values mean stronger privacy guarantees.
Results
Run training to see results here