View source: R/sjSDM_configs.R
AccSGD | R Documentation |
accelerated stochastic gradient, see Kidambi et al., 2018 for details
AccSGD(kappa = 1000, xi = 10, small_const = 0.7, weight_decay = 0)
kappa |
long step |
xi |
advantage parameter |
small_const |
small constant |
weight_decay |
l2 penalty on weights |
Anonymous function that returns optimizer when called.
Kidambi, R., Netrapalli, P., Jain, P., & Kakade, S. (2018, February). On the insufficiency of existing momentum schemes for stochastic optimization. In 2018 Information Theory and Applications Workshop (ITA) (pp. 1-9). IEEE.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.