Trusted by world-class organizations
Innerview — fast insights, stop rewatching interviews
Start for freeTrusted by world-class organizations
Innerview — fast insights, stop rewatching interviews
Start for freeFederated Learning is a machine learning technique where multiple devices or servers collaboratively train an AI model without sharing their raw data. Instead, each participant trains the model locally on their own data and only shares the model updates, which are then aggregated to improve the overall model. This approach enhances data privacy and security.
Synonyms: Collaborative Learning, Decentralized Machine Learning, Distributed Learning

Federated Learning allows AI models to be trained on decentralized data sources, which helps protect user privacy and comply with data protection regulations. It reduces the need to transfer sensitive data to a central server, minimizing the risk of data breaches.
This technique is commonly used in applications where data is distributed across many devices, such as smartphones or IoT devices. For example, it can improve predictive text input on mobile phones by learning from user behavior without sending personal data to the cloud.