Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/rushter/MLAlgorithms
/ parameters
Method
parameters
mla/neuralnet/layers/basic.py:179–180 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
177
178
@property
179
def
parameters(self):
180
return
self.dense._params
181
182
def
shape(self, x_shape):
183
return
x_shape[0], x_shape[1], self.output_dim
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected