grain ~master (2021-05-15T05:53:16Z)
Dub
Repo
AdaDelta.this
grain
optim
AdaDelta
struct
AdaDelta
(Chain)
this
(
ref
Chain
target
,
float
lr
= 1.0
,
float
rho
= 0.95
,
float
eps
= 1e-8
)
Meta
Source
See Implementation
grain
optim
AdaDelta
constructors
this
functions
initStates
step
variables
den
eps
lr
num
rho
target