rms_prop_step | R Documentation |
Step for SGD with momentum with 'lr'
rms_prop_step(p, lr, sqr_avg, eps, grad_avg = NULL, ...)
p |
p |
lr |
learning rate |
sqr_avg |
sqr average |
eps |
epsilon |
grad_avg |
grad average |
... |
additional arguments to pass |
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.