update_adagrad {rnn}R Documentation

update_adagrad

Description

Apply the update with adagrad, not working yet

Usage

update_adagrad(model)

Arguments

model

the output model object

Value

the updated model


[Package rnn version 1.9.0 Index]