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