Instruction: Describe the process of model aggregation in Federated Learning and its significance.
Context: Aimed at assessing the candidate's understanding of the central server's role in aggregating locally trained models to form a global model, highlighting the importance of this step in achieving a comprehensive learning outcome.
Official answer available
Preview the opening of the answer, then unlock the full walkthrough.
The way I'd approach it in an interview is this: The standard approach is to collect local client updates and aggregate them into a new global model, often using weighted averaging such as FedAvg. The weights may depend on local sample...
easy
easy
medium
medium
medium
hard