| mlp_mse_gradient | R Documentation |
Internal helper for computing the gradient of MSE loss with respect to the MLP parameter vector.
mlp_mse_gradient(x, y, weights, architecture)
x |
Numeric input matrix. |
y |
Numeric response vector. |
weights |
Numeric parameter vector. |
architecture |
MLP architecture object. |
A list containing loss, predictions, and gradient vector.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.