Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EdwardRaff/JSAT
/ setup
Method
setup
JSAT/src/jsat/math/optimization/stochastic/Adam.java:150–157 ·
view source on GitHub ↗
(int d)
Source
from the content-addressed store, hash-verified
148
}
149
150
@Override
151
public
void
setup(
int
d)
152
{
153
t = 0;
154
m =
new
ScaledVector(
new
DenseVector(d));
155
v =
new
ScaledVector(
new
DenseVector(d));
156
vBias = mBias = 0;
157
}
158
159
}
Callers
3
testUpdate_3args
Method · 0.95
testUpdate_5args
Method · 0.95
transform
Method · 0.95
Calls
no outgoing calls
Tested by
2
testUpdate_3args
Method · 0.76
testUpdate_5args
Method · 0.76