Skip to content

Commit

Permalink
Add FedAvg MNIST Baseline to README (#1552)
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbvll authored Jan 10, 2023
1 parent e801867 commit 812b329
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,11 @@ Stay tuned, more tutorials are coming soon. Topics include **Building Strategies

Flower Baselines is a collection of community-contributed experiments that reproduce the experiments performed in popular federated learning publications. Researchers can build on Flower Baselines to quickly evaluate new ideas:

* [FedAvg](https://arxiv.org/pdf/1602.05629.pdf):
* [MNIST](https://github.com/adap/flower/tree/main/baselines/flwr_baselines/publications/fedavg_mnist)
* [FedBN: Federated Learning on non-IID Features via Local Batch Normalization](https://arxiv.org/pdf/2102.07623.pdf):
* [Convergence Rate](https://github.com/adap/flower/tree/main/baselines/flwr_baselines/publications/fedbn/convergence_rate)
* [Adaptive Federated Optimization](https://arxiv.org/pdf/2003.00295.pdf)
* [Adaptive Federated Optimization](https://arxiv.org/pdf/2003.00295.pdf):
* [CIFAR-10/100](https://github.com/adap/flower/tree/main/baselines/flwr_baselines/publications/adaptive_federated_optimization)

Check the Flower documentation to learn more: [Using Baselines](https://flower.dev/docs/using-baselines.html)
Expand Down

0 comments on commit 812b329

Please sign in to comment.