Federated Learning Concept

An approach to machine learning where the data is not centralized
Active

Federated Learning enables mobile phones to collaboratively learn a shared prediction model while keeping all the training data on device, decoupling the ability to do machine learning from the need to store the data in the cloud. This goes beyond the use of local models that make predictions on mobile devices (like the Mobile Vision API and On-Device Smart Reply) by bringing model training to the device as well.

Federated Learning Concept
Last modified: Nov 12, 2025 Added: Jun 22, 2021
Back to Top