MCPcopy
hub / github.com/MingchaoZhu/DeepLearning / grad

Method grad

code/chapter7.py:521–522  ·  view source on GitHub ↗
(self, y, y_pred)

Source from the content-addressed store, hash-verified

519
520 @abstractmethod
521 def grad(self, y, y_pred):
522 raise NotImplementedError()
523
524class SquareLoss(Loss):
525

Callers 7

backwardMethod · 0.45
_bwdMethod · 0.45
fitMethod · 0.45
fitMethod · 0.45
fitMethod · 0.45
_gainMethod · 0.45
_approximate_updateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected