Table of Contents

Class DecayLearningRate

Namespace
NeuralNetworks.LearningRates
Assembly
NeuralNetworks.dll
public abstract class DecayLearningRate : LearningRate
Inheritance
DecayLearningRate
Derived
Inherited Members

Constructors

DecayLearningRate(float)

protected DecayLearningRate(float initialLearningRate)

Parameters

initialLearningRate float

Properties

CurrentLearningRate

protected float CurrentLearningRate { get; set; }

Property Value

float

Methods

GetLearningRate()

public override float GetLearningRate()

Returns

float