README: Add badge for the CI build. (#2)
This commit is contained in:
Родитель
c279fdab09
Коммит
21f1023ceb
|
@ -1,7 +1,9 @@
|
|||
# Federated Learning Simulation Framework (fl‑simulation).
|
||||
# Federated Learning Simulation Framework (fl-simulation)
|
||||
|
||||
A flexible framework for running experiments with PyTorch models in a simulated Federated Learning (FL) environment.
|
||||
|
||||
[![CI](https://github.com/microsoft/fl-simulation/actions/workflows/ci.yml/badge.svg)](https://github.com/microsoft/fl-simulation/actions/workflows/ci.yml)
|
||||
|
||||
Currently implemented algorithms:
|
||||
|
||||
* Federated Averaging (FedAvg): *McMahan, B., Moore, E., Ramage, D., Hampson, S., & Arcas, B. A. (2017). Communication-efficient learning of deep networks from decentralized data. Artificial Intelligence and Statistics, (pp. 1273–1282).*
|
||||
|
@ -12,7 +14,7 @@ In addition, we implement the Branching Algorithm, our solution, which allows tr
|
|||
|
||||
The framework allows adding and using custom algorithms besides the ones named.
|
||||
|
||||
The simulation can be ran with device dropouts and client incentivization.
|
||||
The simulation can run with device dropouts and client incentivization/rewards.
|
||||
|
||||
## Examples
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче