MCPcopy
hub / github.com/ddbourgin/numpy-ml / backward

Method backward

numpy_ml/neural_nets/modules/modules.py:37–38  ·  view source on GitHub ↗
(self, out, **kwargs)

Source from the content-addressed store, hash-verified

35
36 @abstractmethod
37 def backward(self, out, **kwargs):
38 raise NotImplementedError
39
40 @property
41 def components(self):

Callers 5

backwardMethod · 0.45
backwardMethod · 0.45
backwardMethod · 0.45
backwardMethod · 0.45
backwardMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected