Skip to main content
. 2021 Oct 13;21(20):6791. doi: 10.3390/s21206791
Algorithm 1. Generalized federated learning train process.
  •   1:

    Initialize θ0 based on He normal weight initialization method

  •   2:

    g00

  •   3:

    fort1 to T do

  •   4:

          (Clients) θt(l)θt1(l)+gt1

  •   5:

          (Clients) Update gt(l) from the datasets Φtr(l)

  •   6:

          (Clients) Report gt(l) to the server via the backhaul link

  •   7:

          (Server) gtfg(gt(l),l=1,,L) as in (7)

  •   8:

          (Server) Broadcast gt to multi-clients

  •   9:

    end for