Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ddbourgin/numpy-ml
/ _init_params
Method
_init_params
numpy_ml/neural_nets/layers/layers.py:3213–3215 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
3211
self.is_initialized = False
3212
3213
def
_init_params(self):
3214
self.derived_variables = {
"out_rows"
: [],
"out_cols"
: []}
3215
self.is_initialized = True
3216
3217
@property
3218
def
hyperparameters(self):
Callers
1
forward
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected