Skip to content

StochasticGradientDescent Class

This class is responsible for the AdaGrad optimizer.

StochasticGradientDescent .new() Creates and returns the StochasticGradientDescent optimizer.

Inherited from Optimizer:

Only unchanged and unmodified functions are listed below.

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