rnn (version 0.8.1)

backprop_r: backprop_r

Description

backpropagate the error in a model object

Usage

backprop_r(model, a, c, j, ...)

Arguments

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

Value

the updated model