Skip to main content
. 2022 Mar 3;12:860532. doi: 10.3389/fonc.2022.860532

Algorithm 1.

CNN-FL model based on local differential privacy

1 For Iteration t do
/* Service-Terminal: * /
2 ωt=1Qq=1Qωtk;
3 Send ωt to each participant;
/* participants: * /
4 for Participant q do
5 Do Localized differential privacy
6 ωtq=ωt;
7 For Local epoch e do
8 ωtq=ωtqηXqZ
9 End
10 End
11 End