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:19–20 ·
view source on GitHub ↗
(self, delta)
Source
from the content-addressed store, hash-verified
17
raise
NotImplementedError()
18
19
def
backward_pass(self, delta):
20
raise
NotImplementedError()
21
22
def
shape(self, x_shape):
23
""
"Returns shape of the current layer."
""
Callers
2
update
Method · 0.45
backward_pass
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected