Description Usage Arguments Value
Proximal function with l1-norm
1 | prox.sparse.func(w1, y, A, b, L, lambda, AtA, Atb)
|
w1 |
previously updated model parameter |
y |
updated model parameter |
A |
design matrix |
b |
correspond vector, or matrix |
L |
learning rate |
lambda |
tuning parameter for sparse component |
AtA |
Gram matrix of design matrix A |
Atb |
inner product of design matrix A and correspond vector b |
Value of proximal function with l1-norm penalty
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.