vectorflow ~master (2020-05-21T03:08:59Z)
Dub
Repo
ADAM.adam_op3
vectorflow
optimizers
ADAM
Undocumented in source. Be warned that the author may not have intended to support it.
class
ADAM
version(LDC)
pragma(
inline
, true) static pure
@
fastmath
void
adam_op3
(
float
[]
row_W
,
float
[]
row_S
,
float
[]
row_M
,
float
beta1_
,
float
beta2_
,
float
eps_
,
float
lr_
)
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