| optimizer_sgd | R Documentation |
Creates a stochastic gradient descent optimizer object.
optimizer_sgd(learning_rate = 0.01, epochs = 100, batch_size = NULL)
learning_rate |
Learning rate. |
epochs |
Number of training epochs. |
batch_size |
Mini-batch size. If |
An object of class "met_optimizer".
Robbins, H., and Monro, S. (1951). A Stochastic Approximation Method. The Annals of Mathematical Statistics, 22(3), 400–407. doi:10.1214/aoms/1177729586
optimizer_sgd()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.