Constructs a step rate policy.
the rate at first iteration
The rate at the first iteration.
Learning rate retention per step; - 0 < gamma
< 1 - large gamma
CAN cause networks to never converge, low gamma
CAN cause networks to converge too quickly
Learning rate is updated every step_size
iterations
Calculates the current training rate.
count
the current training rate
Generated using TypeDoc
Step Learning Rate
The learning rate will decrease (i.e. 'step down') every
stepSize
iterations.