Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
524
class
SquareLoss(Loss):
525
Callers
7
backward
Method · 0.45
_bwd
Method · 0.45
fit
Method · 0.45
fit
Method · 0.45
fit
Method · 0.45
_gain
Method · 0.45
_approximate_update
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected