Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/rushter/MLAlgorithms
/ backward_pass
Method
backward_pass
mla/neuralnet/layers/basic.py:127–128 ·
view source on GitHub ↗
(self, delta)
Source
from the content-addressed store, hash-verified
125
return
y
126
127
def
backward_pass(self, delta):
128
return
delta * self._mask
129
130
def
shape(self, x_shape):
131
return
x_shape
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected