Module federated

Module federated 

Source
Expand description

Federated Learning kernels.

This module provides privacy-preserving distributed learning algorithms:

  • SecureAggregation - Privacy-preserving model aggregation

Structs§

AggregationResult
Result of secure aggregation.
ParticipantUpdate
A participant’s model update (gradient or weights).
PrivacyGuarantee
Privacy guarantee provided.
SecureAggConfig
Configuration for secure aggregation.
SecureAggregation
Secure Aggregation kernel.