Skip to content

mynameisvinn/federated-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

federated learning

a tensorflow implementation of "federated learning: strategies for improving communication efficiency".

the goal is to learn over distributed devices (eg smartphones), where each device holds data that may be (a) non iid, (b) imbalanced, and (c) sparse.

stochastic variance reduced gradient (svrg)

svrg is core to federated learning. when compared to vanilla sgd, it allows for faster convergence by reducing variance, introduced through small, noisy minibatches.

Releases

No releases published

Packages

No packages published