Skip to main content

Federated Learning Systems

Definition

Federated Learning Systems represent a distributed machine learning approach where multiple participants collaboratively train a shared global model without exchanging their raw data. Instead, local models are trained on individual datasets, and only the aggregated model updates are sent to a central server. This method enhances data privacy and security by keeping sensitive information localized. It allows for the creation of robust models from diverse data sources.