Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mmroshani/p2p-pfl

An Implementation based on: A Peer-to-peer Framework with Adaptive Neighbor Matching paper
https://github.com/mmroshani/p2p-pfl

federated-learning peer-to-peer-federated-learning

Last synced: about 6 hours ago
JSON representation

An Implementation based on: A Peer-to-peer Framework with Adaptive Neighbor Matching paper

Awesome Lists containing this project

README

        

# p2p-pfl

An Implementation based on: **A Peer-to-peer Framework with Adaptive Neighbor Matching** paper.

## Execution instructions

see [instructions](./docs/instructions.md) to run the engine

## Configs

The config yaml files are located in [config](./configs/) directory.

- [engine configuration](./configs/engine/ENGINE_CONFIG.yaml)
- [logger configuration](./configs/logger/logging_config.yaml)

## Notations

- [TABLE 1: Important notations in this paper](./docs/notations.md)

## Algorithms

- [Algorithm 1 PANM: Personalized Adaptive neighbor Matching](./docs/algorithm.md)

___