FedTree
Federated Learning System
A system for distributed machine learning using tree-based models with secure aggregation and differential privacy features.
A tree-based federated learning system (MLSys 2023)
143 stars
8 watching
41 forks
Language: C++
last commit: about 1 year ago distributedfederated-learninggradient-boosting-decision-trees
Related projects:
Repository | Description | Stars |
---|---|---|
xtra-computing/simfl | A C++ implementation of a federated learning algorithm for decision trees, enabling multiple parties to jointly learn from their private data without sharing it. | 18 |
xtra-computing/fedsim | A framework that enables federated learning across multiple datasets while optimizing model performance with record similarities. | 24 |
xtra-computing/fedov | Develops a framework to address label skews in one-shot federated learning by partitioning data and adapting models. | 14 |
sungwon-han/fedx | An unsupervised federated learning algorithm that uses cross knowledge distillation to learn meaningful data representations from local and global levels. | 68 |
hmgxr128/mifa_code | An implementation of Fast Federated Learning under device unavailability for minimizing latency and achieving optimal convergence rates | 9 |
felisat/clustered-federated-learning | An implementation of a federated learning method to optimize multiple models simultaneously while maintaining user privacy. | 160 |
ignavierng/notears-admm | An implementation of Bayesian network structure learning with continuous optimization for federated learning. | 10 |
aiot-mlsys-lab/fedrolex | An approach to heterogeneous federated learning allowing for model training on diverse devices with varying resources. | 61 |
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 |
dawenzi098/sfl-structural-federated-learning | A Python implementation of Personalized Federated Learning with Graph using PyTorch. | 50 |
xmed-lab/rscfed | This project presents a federated semi-supervised learning approach to improve model performance on multiple datasets by leveraging random sampling consensus. | 46 |
lins-lab/fedbr | An implementation of federated learning algorithm to reduce local learning bias and improve convergence on heterogeneous data | 25 |
scaleoutsystems/fedn | An open source federated learning framework designed to be secure, scalable and easy-to-use for enterprise environments | 143 |
alibaba/federatedscope | A comprehensive platform for federated learning, providing an event-driven architecture and flexible customization for various tasks in academia and industry. | 1,308 |
ibm/federated-learning-lib | A framework for collaborative distributed machine learning in enterprise environments. | 499 |