DataPredict

API Reference - Optimizers - LearningRateTimeDecay

Constructors

new()

Creates a new optimizer object. If there are no parameters given for that particular argument, then that argument will use default value.

LearningRateTimeDecay.new(decayRate: number): OptimizerObject

Parameters:

Returns:

Functions

setDecayRate()

LearningRateTimeDecay:setDecayRate(decayRate: number)

Parameters:

Inherited From