grad_w | R Documentation |
Compute the gradient of the weight for a given layer
grad_w(delta, x)
delta |
The errors passed from the next layer |
x |
The inputs or the current hidden units |
The gradient of the weights for gradient descent update
For Internal Use
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.