Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/rushter/MLAlgorithms
/ forward_pass
Method
forward_pass
mla/neuralnet/layers/basic.py:16–17 ·
view source on GitHub ↗
(self, x)
Source
from the content-addressed store, hash-verified
14
pass
15
16
def
forward_pass(self, x):
17
raise
NotImplementedError()
18
19
def
backward_pass(self, delta):
20
raise
NotImplementedError()
Callers
2
fprop
Method · 0.45
forward_pass
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected