qhadam_step | R Documentation |
Qhadam_step
qhadam_step(p, lr, mom, sqr_mom, sqr_avg, nu_1, nu_2, step, grad_avg, eps, ...)
p |
p |
lr |
learning rate |
mom |
momentum |
sqr_mom |
sqr momentum |
sqr_avg |
sqr average |
nu_1 |
nu_1 |
nu_2 |
nu_2 |
step |
step |
grad_avg |
gradient 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.