View source: R/sjSDM_configs.R
RMSprop | R Documentation |
RMSprop optimizer
RMSprop(
alpha = 0.99,
eps = 1e-08,
weight_decay = 1e-04,
momentum = 0.1,
centered = FALSE
)
alpha |
decay factor |
eps |
fuzz factor |
weight_decay |
l2 penalty on weights |
momentum |
momentum |
centered |
centered 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.