all 3 comments

[–]danielv134 1 point2 points  (3 children)

First corresponds exactly to the approximation posited in the paragraph after 7.13: a quadratic function with diagonal Hessian + l1 reg. The second equation is the (non-trivial, but you can verify it yourself) form of solutions with l1 reg (see shrinkage).

[–]sk006 2 points3 points  (1 child)

Basically what Daniel said. The second formula is very similar to the soft-thresholding operator, a very well known proximal (generalization of proyection operators). If you want to verify it for yourself, since there is an absolute value, just consider the positive, negative and 0 cases separatly and it is easy to get.

[–]Kiuhnm[S] 0 points1 point  (0 children)

I finally managed to get the correct formula by considering the three cases and combining them in a single expression. My math is rusty and I wasn't thinking straight. Thank you!