Skip to content

AdaGrad Class

This class is responsible for the AdaGrad optimizer.

AdaGrad .new(number epsilon = 10^-8) Creates and returns the AdaGrad optimizer with the given epsilon.

Inherited from Optimizer:

Only unchanged and unmodified functions are listed below.

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