habiburrahman-mu / federated-learning-implementation

Implementations of Federated Learning - Machine Learning on Decentralized Data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Jupyter Notebook 97.1%Language:Python 2.9%