Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EdwardRaff/JSAT
/ update
Method
update
JSAT/src/jsat/math/optimization/stochastic/NAdaGrad.java:75–79 ·
view source on GitHub ↗
(Vec w, Vec grad, double eta)
Source
from the content-addressed store, hash-verified
73
74
75
@Override
76
public
void
update(Vec w, Vec grad, double eta)
77
{
78
update(w, grad, eta, 0, 0);
79
}
80
81
@Override
82
public
double update(Vec w, Vec grad, double eta, double bias, double biasGrad)
Callers
2
testUpdate_3args
Method · 0.95
testUpdate_5args
Method · 0.95
Calls
7
getBase
Method · 0.45
getIndex
Method · 0.45
getValue
Method · 0.45
set
Method · 0.45
get
Method · 0.45
increment
Method · 0.45
max
Method · 0.45
Tested by
2
testUpdate_3args
Method · 0.76
testUpdate_5args
Method · 0.76