backprop_r | R Documentation |
backpropagate the error in a model object
backprop_r(model, a, c, j, ...)
model |
the output model object |
a |
the input of this learning batch |
c |
the output of this learning batch |
j |
the indexes of the sample in the current batch |
... |
argument to be passed to method |
the updated model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.