Class ExponentialDecayLearningRate
- Namespace
- NeuralNetworks.LearningRates
- Assembly
- NeuralNetworks.dll
public class ExponentialDecayLearningRate : DecayLearningRate
- Inheritance
-
ExponentialDecayLearningRate
- Inherited Members
Constructors
ExponentialDecayLearningRate(float, float)
public ExponentialDecayLearningRate(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)