How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
Flower is a federated learning framework and distributed machine learning orchestrator designed to train models across decentralized devices. It functions as a privacy-preserving toolkit that enables model training and data analysis on local hardware, ensuring raw data remains on the device while contributing to a synchronized global model. The system employs an agnostic wrapper and integrator to connect diverse machine learning libraries, allowing different frameworks to operate within the same training loop. It uses a remote procedure call orchestrator to manage the exchange of model weight
@InProceedings{Xiong2023CVPR, author = {Xiong, Yuanhao and Wang, Ruochen and Cheng, Minhao and Yu, Felix and Hsieh, Cho-Jui}, title = {FedDM: Iterative Distribution Matching for Communication-Efficient Federated Learning}, booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision…
Note: this repo is implemented in a sequentially running manner. We are working on a parallel implementation with the Flower framework.
To setup an environment, please run
The main features of feddg23/feddg-main are: Federated Learning.
Projects with overlapping indexed features include: adap/flower — Flower is a federated learning framework and distributed machine learning orchestrator designed to train models across… ailabstw/harmonia — Federated Learning Made Easy. anonymifish/fed-distribution-matching — @InProceedings{Xiong2023CVPR, author = {Xiong, Yuanhao and Wang, Ruochen and Cheng, Minhao and Yu, Felix and Hsieh,… easyfl-ai/easyfl — An easy-to-use federated learning platform. federatedai/fate — FATE is an open-source federated learning platform that enables multiple organizations to collaboratively train… a514514772/fedlap-dp — Note: this repo is implemented in a sequentially running manner. We are working on a parallel implementation with the…