Machine Learning

Federated Learning

A decentralized training approach where a model is trained across multiple devices or organizations without sharing raw data. Each participant trains locally and only shares model updates.

Why It Matters

Federated learning enables AI training on sensitive data (medical, financial) without compromising privacy. It unlocks collaboration between organizations that cannot share data.

Example

Multiple hospitals training a cancer detection model together — each hospital trains on its own patient data locally and only shares the model weight updates, never the patient records.

Think of it like...

Like a group of chefs developing a recipe together by sharing cooking tips but never revealing their secret ingredients — the recipe improves without exposing proprietary information.

Related Terms