epoch_annealing {rnn}R Documentation

epoch annealing

Description

Apply the learning rate decay to the learning rate, called in epoch_model_function

Usage

epoch_annealing(model)

Arguments

model

the output model object

Value

the updated model


[Package rnn version 1.9.0 Index]