vectorflow ~master (2020-05-21T03:08:59Z)
Dub
Repo
ADAM.this
vectorflow
optimizers
ADAM
Undocumented in source.
class
ADAM
this
(
ulong
num_epochs
,
float
lr
,
ulong
mini_batch_sz
= 1
,
float
eps_
= 1e-8
,
float
beta1_0_
= 0.9
,
float
beta2_0_
= 0.999
)
Meta
Source
See Implementation
vectorflow
optimizers
ADAM
constructors
this
functions
current_lr
dup
params_to_optimize
register
toString
update
update_general
update_matrix
mixins
__anonymous
static functions
adam_op
adam_op2
adam_op3
variables
M
S
W
beta1
beta1_0
beta2
beta2_0
eps
grad