Mentions légales du service

Skip to content
Snippets Groups Projects
Verified Commit 5cf654bf authored by ANDREY Paul's avatar ANDREY Paul
Browse files

Add a guide about the Optimizer API to the docs.

parent 3b0ce5fe
No related branches found
No related tags found
No related merge requests found
Pipeline #891224 skipped
......@@ -2,4 +2,5 @@
- [Overview of the Federated Learning process](./fl_process.md)
- [Overview of the declearn API](./package.md)
- [Hands-on usage](./usage.md)
- [Guide to the Optimizer API](./optimizer.md)
- [Local Differential Privacy capabilities](./local_dp.md)
......@@ -12,5 +12,7 @@ This guide is structured this way:
Description of the declearn code's structure and of the main APIs.
- [Hands-on usage](./usage.md):<br/>
Guide on how to set up your own federated learning task using declearn.
- [Guide to the Optimizer API](./optimizer.md):<br/>
API, design principles and practical how-tos of the declearn Optimizer.
- [Local Differential Privacy capabilities](./local_dp.md):<br/>
Description of the local-DP features of declearn.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment