Skip to content

Implementations of Federated Learning - Machine Learning on Decentralized Data.

Notifications You must be signed in to change notification settings

habiburrahman-mu/federated-learning-implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

federated-learning-implementation

Your device downloads the current model, improves it by learning from data on your phone, and then summarizes the changes as a small focused update. Only this update to the model is sent to the cloud, using encrypted communication, where it is immediately averaged with other user updates to improve the shared model. All the training data remains on your device, and no individual updates are stored in the cloud.

Federated Learning allows for smarter models, lower latency, and less power consumption, all while ensuring privacy. And this approach has another immediate benefit: in addition to providing an update to the shared model, the improved model on your phone can also be used immediately, powering experiences personalized by the way you use your phone.

About

Implementations of Federated Learning - Machine Learning on Decentralized Data.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published