README: Add badge for the CI build. (#2)

This commit is contained in:
Justin D. Harris 2021-12-16 17:22:28 -05:00 коммит произвёл GitHub
Родитель c279fdab09
Коммит 21f1023ceb
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -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