Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

rms_prop_step

Rms_prop_step


Description

Step for SGD with momentum with 'lr'

Usage

rms_prop_step(p, lr, sqr_avg, eps, grad_avg = NULL, ...)

Arguments

p

p

lr

learning rate

sqr_avg

sqr average

eps

epsilon

grad_avg

grad average

...

additional arguments to pass

Value

None


fastai

Interface to 'fastai'

v2.0.7
Apache License 2.0
Authors
Turgut Abdullayev [ctb, cre, cph, aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.