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)

GitHub

18 stars
4 watching
8 forks
Language: C++
last commit: over 3 years ago

Related projects:

RepositoryDescriptionStars
xtra-computing/fedtreeA system for distributed machine learning using tree-based models with secure aggregation and differential privacy features.144
xtra-computing/fedovDevelops a framework to address label skews in one-shot federated learning by partitioning data and adapting models.17
xtra-computing/fedsimA framework that enables federated learning across multiple datasets while optimizing model performance with record similarities.25
sungwon-han/fedxAn unsupervised federated learning algorithm that uses cross knowledge distillation to learn meaningful data representations from local and global levels.69
ignavierng/notears-admmAn implementation of Bayesian network structure learning with continuous optimization for federated learning.10
lins-lab/fedbrAn implementation of federated learning algorithm to reduce local learning bias and improve convergence on heterogeneous data25
optimization-ai/icml2023_fedxlAn implementation of a federated learning algorithm for optimization problems with compositional pairwise risk optimization.2
hmgxr128/mifa_codeAn implementation of Fast Federated Learning under device unavailability for minimizing latency and achieving optimal convergence rates9
maxencenoble/differential-privacy-for-heterogeneous-federated-learningAn algorithm for balancing utility and privacy in federated learning on heterogeneous data59
dawenzi098/sfl-structural-federated-learningA Python implementation of Personalized Federated Learning with Graph using PyTorch.49
lxcnju/fedrepoAn open-source repository implementing various federated learning algorithms with source code for multiple deep learning applications.175
mediabrain-sjtu/pfedgraphThis 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
mediabrain-sjtu/fedgelaThis project enables federated learning across partially class-disjoint data with curated bilateral curation.11
xiyuanyang45/dynamicpflA method for personalizing machine learning models in federated learning settings with adaptive differential privacy to improve performance and robustness57
hongliny/fedac-neurips20Provides code for a federated learning algorithm to optimize machine learning models in a distributed setting.14