get_error_hidden | R Documentation |
Compute errors from a layer to the previous layer
get_error_hidden(delta, grad_s, w)
delta |
The error from the next layer |
grad_s |
The gradient of the activation function for linear predictors at the current layer |
The |
weights associated with the current layer |
The error term to be back-propagated
For Internal use
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.