1: |
procedure Hier-Prox(θ, W(1); λ, M) |
2: |
for
j ∈ {1,..., d} do
|
3: |
Sort the entries of into
|
4: |
for
m ∈ {0, ..., K} do
|
5: |
Compute
|
6: |
Find the first m such that
|
7: |
end for
|
8: |
|
9: |
|
10: |
end for
|
11: |
return
|
12: |
end procedure
|
13: |
Notation: d denotes the number of features; K denotes the size of the first hidden layer. |
14: |
Conventions: Ln. 6, , ; Ln. 9, minimum is applied coordinate-wise. |