Skip to main content
. 2018 Apr 2;18(4):1064. doi: 10.3390/s18041064
   Step 1: l, set Wl=0,bl=0;
   Step 2: for i=1 to m,
       a. Calculate the partial derivatives WlLx,x and blLx,x;
       b. Partial differential superposition:
          Wl=Wl+WlLx,x, bl=bl+blLx,x;
   Step 3: Update weight parameters:
       a. Renew Wl=Wl-α·Wl, bl=bl- α·bl;
       b. Disrupt the order of patches in the dataset and finish the current iteration epoch;