SimFL
Federated learning algorithm
A C++ implementation of a federated learning algorithm for decision trees, enabling multiple parties to jointly learn from their private data without sharing it.
Practical Federated Gradient Boosting Decision Trees (AAAI 2020)
18 stars
4 watching
8 forks
Language: C++
last commit: almost 2 years ago Related projects:
Repository | Description | Stars |
---|---|---|
| A system for distributed machine learning using tree-based models with secure aggregation and differential privacy features. | 144 |
| Develops a framework to address label skews in one-shot federated learning by partitioning data and adapting models. | 17 |
| A framework that enables federated learning across multiple datasets while optimizing model performance with record similarities. | 25 |
| An unsupervised federated learning algorithm that uses cross knowledge distillation to learn meaningful data representations from local and global levels. | 69 |
| An implementation of Bayesian network structure learning with continuous optimization for federated learning. | 10 |
| An implementation of federated learning algorithm to reduce local learning bias and improve convergence on heterogeneous data | 25 |
| An implementation of a federated learning algorithm for optimization problems with compositional pairwise risk optimization. | 2 |
| An implementation of Fast Federated Learning under device unavailability for minimizing latency and achieving optimal convergence rates | 9 |
| An algorithm for balancing utility and privacy in federated learning on heterogeneous data | 59 |
| A Python implementation of Personalized Federated Learning with Graph using PyTorch. | 49 |
| An open-source repository implementing various federated learning algorithms with source code for multiple deep learning applications. | 175 |
| 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 |
| This project enables federated learning across partially class-disjoint data with curated bilateral curation. | 11 |
| A method for personalizing machine learning models in federated learning settings with adaptive differential privacy to improve performance and robustness | 57 |
| Provides code for a federated learning algorithm to optimize machine learning models in a distributed setting. | 14 |