diff --git a/examples/mnist-pytorch-DPSGD/README.rst b/examples/mnist-pytorch-DPSGD/README.rst index 4597b117a..88220584a 100644 --- a/examples/mnist-pytorch-DPSGD/README.rst +++ b/examples/mnist-pytorch-DPSGD/README.rst @@ -1,5 +1,5 @@ FEDn Project: Federated Differential Privacy MNIST (Opacus + PyTorch) ------------------------------ +---------------------------------------------------------------------- This example FEDn Project demonstrates how Differential Privacy can be integrated to enhance the confidentiality of client data. We have expanded our baseline MNIST-PyTorch example by incorporating the Opacus framework, which is specifically designed for PyTorch models.