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