Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/rushter/MLAlgorithms
/ shape
Method
shape
mla/neuralnet/layers/basic.py:88–89 ·
view source on GitHub ↗
(self, x_shape)
Source
from the content-addressed store, hash-verified
86
return
np.dot(delta, self._params[
"W"
].T)
87
88
def
shape(self, x_shape):
89
return
x_shape[0], self.output_dim
90
91
92
class
Activation(Layer):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected