vectorflow ~master (2020-05-21T03:08:59Z)
Dub
Repo
ADAM.params_to_optimize
vectorflow
optimizers
ADAM
Undocumented in source. Be warned that the author may not have intended to support it.
class
ADAM
void
params_to_optimize
(
float
[][]
W_
,
float
[][]
grad_
)
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