View source: R/sjSDM_configs.R
| SGD | R Documentation |
stochastic gradient descent optimizer
SGD(momentum = 0.5, dampening = 0, weight_decay = 0, nesterov = TRUE)
momentum |
strength of momentum |
dampening |
decay |
weight_decay |
l2 penalty on weights |
nesterov |
Nesterov momentum or not |
Anonymous function that returns optimizer when called.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.