Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 387 Bytes

File metadata and controls

6 lines (5 loc) · 387 Bytes

Flower other algorithm and client_selection implement

We implement below functions in flower, a federal learning framework. All the examples use Pytorch, but it can easily extend to another ML framework due to flower attributes.

  1. Client selection, Server can choose the Client they want (by the client RAM or Data_size...) to do FL.
  2. FedProx
  3. FedCurv