Table of Contents

Class LinearDecayLearningRate

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

Constructors

LinearDecayLearningRate(float, float)

public LinearDecayLearningRate(float initialLearningRate, float finalLearningRate)

Parameters

initialLearningRate float
finalLearningRate float

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)

public override void Update(int epoch, int epochs)

Parameters

epoch int
epochs int