MCPcopy
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

forwardMethod · 0.45
forwardMethod · 0.45
forwardMethod · 0.45
forwardMethod · 0.45
forwardMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected