Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ddbourgin/numpy-ml
/ forward
Method
forward
numpy_ml/neural_nets/modules/modules.py:33–34 ·
view source on GitHub ↗
(self, z, **kwargs)
Source
from the content-addressed store, hash-verified
31
32
@abstractmethod
33
def
forward(self, z, **kwargs):
34
raise
NotImplementedError
35
36
@abstractmethod
37
def
backward(self, out, **kwargs):
Callers
5
forward
Method · 0.45
forward
Method · 0.45
forward
Method · 0.45
forward
Method · 0.45
forward
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected