Advanced Topics
Federated Learning
連合学習
Federated learning trains across distributed devices or organizations. Each federated client trains locally without sending raw data, and model aggregation combines the resulting updates into a shared model.
Japanese terms
- Federated learning — 連合学習: Distributed learning in which participants train locally and share model updates rather than raw data.
- Federated client — 連合クライアント: A participating device or organization that performs local training in federated learning.
- Model aggregation — モデル集約: The process of combining model updates received from multiple federated clients.
Related topics
Federated learning is a distributed approach within machine learning and is often motivated by privacy, governance, or data-locality requirements.