Skip to main content
. 2024 Jul 7;24(13):4402. doi: 10.3390/s24134402
Algorithm 1: The learning algorithm for SAMM

Input: Training set Ai,yii=1N, low-rank coefficient β, loss penalty coefficient ρ, step size δ.

Output W, b

1. Initialize. W(0)=0,Z(0)=0,Λ(0)=0,k=1

While not converging do

2. Update Zk with Equation (8)

3. Update Wk and b with Equations (14) and  (17)

4. Update Λ(k) with Equation (6)

5. k=k+1

End

6. Return W, b