Skip to main content
. 2020 Mar 10;14:165. doi: 10.3389/fnins.2020.00165

TABLE 1.

The Algorithm for Estimating the FBN based on STLR/TLR.

Input: X
Output: W
Initialize W
while not converged
Wk1=gradient(W);
Wk1=proxλ||||*(Wk);
Wk1=proxλ||⋅||1(Wk);
End