fedavgpy
Federated Learning Study
The purpose of this project is to investigate the convergence of a federated learning algorithm on non-IID (non-identically and independently distributed) data.
On the Convergence of FedAvg on Non-IID Data
255 stars
5 watching
72 forks
Language: Python
last commit: about 2 years ago Related projects:
Repository | Description | Stars |
---|---|---|
liyipeng00/convergence | Analyzes convergence of sequential federated learning on heterogeneous data using Jupyter Notebook | 4 |
lyn1874/fedpvr | An implementation of a federated learning algorithm for handling heterogeneous data | 6 |
gaoliang13/feddc | Federated learning algorithm that adapts to non-IID data by decoupling and correcting for local drift | 81 |
mediabrain-sjtu/pfedgraph | This project enables personalized federated learning with inferred collaboration graphs to improve the performance of machine learning models on non-IID (non-independent and identically distributed) datasets. | 26 |
yamingguo98/fediir | An implementation of a federated learning algorithm that generalizes to out-of-distribution scenarios using implicit invariant relationships | 10 |
ignavierng/notears-admm | An implementation of Bayesian network structure learning with continuous optimization for federated learning. | 10 |
hongliny/fedac-neurips20 | Provides code for a federated learning algorithm to optimize machine learning models in a distributed setting. | 14 |
pengyang7881187/fedrl | Enabling multiple agents to learn from heterogeneous environments without sharing their knowledge or data | 56 |
idanachituve/pfedgp | An implementation of Personalized Federated Learning with Gaussian Processes using Python. | 32 |
yuetan031/fedstar | This project implements a federated learning algorithm for non-IID graph classification tasks by leveraging structural knowledge sharing. | 60 |
sungwon-han/fedx | An unsupervised federated learning algorithm that uses cross knowledge distillation to learn meaningful data representations from local and global levels. | 69 |
harliwu/fedamd | This project presents an approach to federated learning with partial client participation by optimizing anchor selection for improving model accuracy and convergence. | 2 |
jianyizhang123/flop | An experiment comparing different federated learning approaches for image classification tasks with non-iid datasets. | 8 |
jiayunz/fedalign | Develops an alignment framework for federated learning with non-identical client class sets | 4 |
yuetan031/fedproto | An implementation of federated learning with prototype-based methods across heterogeneous clients | 134 |