Description Usage Arguments Details Value Examples
This Q function is introduced in the original FISTA paper. It is the quadratic approximation of the objective function.
1 | Q_func(x, y, A, b, L, AtA, Atb)
|
x |
coefficient vector (matrix) |
y |
an alternative coefficient vector (proximal) |
A |
design matrix in linear regression |
b |
target vector in linear regression |
L |
learning step size |
AtA |
crossproduct of A |
Atb |
crossproduct of A and b |
Q function contributes the quadratic approximation to the objective function (loss + penalties)
the value of Q function
1 2 3 4 5 6 7 8 9 10 11 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.