Stochastic gradient descent optimizer
New SGD optimizer for a particular model.
Learning rate, the step size for each update step
Zeros all gradients of the model parameters. This should be called after each optimization step, when the gradients are no longer needed.
Generated using TypeDoc
Stochastic gradient descent optimizer