Table of Contents

Class ExponentialDecayLearningRate

Namespace
NeuralNetworks.LearningRates
Assembly
NeuralNetworks.dll
public class ExponentialDecayLearningRate : DecayLearningRate
Inheritance
ExponentialDecayLearningRate
Inherited Members

Constructors

ExponentialDecayLearningRate(float, float, int)

public ExponentialDecayLearningRate(float initialLearningRate, float finalLearningRate, int warmupSteps = 0)

Parameters

initialLearningRate float
finalLearningRate float
warmupSteps int

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.

Update(int, int, int)

public override void Update(int steps, int epoch, int epochs)

Parameters

steps int
epoch int
epochs int