Skip to content

jparras/fed-baselines

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fed-baselines

Code prepared with several baselines to be used for federated learning problems. There are three different codes provided (see each folder for details):

  • admm folder contains an ADMM implementation, adequate for the case of convex problems, such as SVM, LASSO, logistic or ridge regressions.
  • BNNcent contains an implementation of Bayes By Backpropagation (BBB) algorithm, suitable to train a centralized Bayesian Neural Network efficiently.
  • BNNfed contains an implementation of VIRTUAL, an algorithm that builds upon BBB and Expectation-Propagation to train a distributed Bayesian Neural Network efficiently.

About

Federated algorithms baselines

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages