Home Knowledge Base FedAvg

FedAvg (Federated Averaging) is the foundational algorithm for federated learning — each client performs multiple local SGD steps on their private data, then sends the updated model (or model delta) to the server, which averages the updates to produce the new global model.

FedAvg Algorithm

Why It Matters

FedAvg is the workhorse of federated learning — averaging locally trained models for collaborative learning without data sharing.

federated averagingfederated learning

Explore 500+ Semiconductor & AI Topics

From EUV lithography to CUDA optimization — search the full knowledge base or chat with our AI assistant.