vectorflow ~master (2020-05-21T03:08:59Z)
Dub
Repo
AdaGrad.update_general
vectorflow
optimizers
AdaGrad
Undocumented in source. Be warned that the author may not have intended to support it.
class
AdaGrad
void
update_general
(
V
)
(
NeuralLayer
layer
,
V
[]
ext_grad
)
if
(
(
is
(
V
==
float
) ||
is
(
V
==
SparseF
)
)
)
Meta
Source
See Implementation
vectorflow
optimizers
AdaGrad
constructors
this
functions
current_lr
dup
params_to_optimize
register
toString
update
update_general
mixins
__anonymous
static functions
ada_op1
ada_op2
update_matrix
variables
W
_update
acc_grad
eps
grad