Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: asynchronous fl #323

Merged
merged 1 commit into from
Feb 7, 2023
Merged

feat: asynchronous fl #323

merged 1 commit into from
Feb 7, 2023

Commits on Feb 7, 2023

  1. feat: asynchronous fl

    Asynchronous FL is implemented for two-tier topology and three-tier
    hierarchical topology.
    
    The main algorithm is based on the following two papers:
    - https://arxiv.org/pdf/2111.04877.pdf
    - https://arxiv.org/pdf/2106.06639.pdf
    
    Two examples for asynchronous fl are also added. One is for a two-tier
    topology and the other for a three-tier hierarchical topology.
    
    This implementation includes the core algorithm but  doesn't include
    SecAgg algorithm (presented in the papers), which is not the scope of
    this change.
    myungjin committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    eb4b68b View commit details
    Browse the repository at this point in the history