backprop_lstm: backprop_lstm

View source: R/backprop_r.R

backprop_lstmR Documentation

backprop_lstm

Description

backpropagate the error in a model object of type rlstm

Usage

backprop_lstm(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


rnn documentation built on April 22, 2023, 1:12 a.m.