You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Federated Averaging (FedAvg): A key federated learning algorithm where clients train models locally on private data, send updates to a central server, and the server averages them to update the global model—enabling decentralized training without sharing raw data.