Class LinearDecayLearningRate
- Namespace
- NeuralNetworks.LearningRates
- Assembly
- NeuralNetworks.dll
public class LinearDecayLearningRate : DecayLearningRate
- Inheritance
-
LinearDecayLearningRate
- Inherited Members
Constructors
LinearDecayLearningRate(float, float, int)
public LinearDecayLearningRate(float initialLearningRate, float finalLearningRate, int warmupSteps = 0)
Parameters
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)