accgrad | R Documentation |
Nesterov's Accelerated Gradient Descent
accgrad(X, Y, C, opts)
X |
The data matrix. |
Y |
The matrix of regression responses. |
opts |
A list of gradient descent tuning parameters, |
H |
The matrix H defined in the reference. |
A list containing the following elements
$B The final estimates of the multitask regression coefficients
$obj The objective function across gradient descent iterations
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.