Description Usage Arguments Value
Auxiliary function for FISTA implementation
1 | Q.func(x, y, A, b, L, AtA, Atb)
|
x |
Model parameter for previous update |
y |
Model parameter for updating |
A |
An n by p design matrix |
b |
A correspond vector, or matrix with size of n by 1 or n by p |
L |
Learning rate |
AtA |
Gram matrix for design matrix A |
Atb |
Inner product for design matrix A and correspond vector b |
Value of function Q
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.