Skip to content

RMSprop Class

This class is responsible for the RMSprop optimizer.

RMSprop .new(number decayConstant = 0.9, number epsilon = 10^-8) Creates and returns the RMSprop optimizer with the given decay constant and epsilon.

Inherited from Optimizer:

Only unchanged and unmodified functions are listed below.

void :SetNetwork(NeuralNetwork network) Sets the optimizer's network to !network!.