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
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)