Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/rushter/MLAlgorithms
/ shape
Method
shape
mla/neuralnet/layers/basic.py:106–107 ·
view source on GitHub ↗
(self, x_shape)
Source
from the content-addressed store, hash-verified
104
return
self.activation_d(self.last_input) * delta
105
106
def
shape(self, x_shape):
107
return
x_shape
108
109
110
class
Dropout(Layer, PhaseMixin):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected