MCPcopy Create free account
hub / github.com/lazyprogrammer/machine_learning_examples / derivative_b2

Function derivative_b2

ann_class/backprop.py:91–92  ·  view source on GitHub ↗
(T, Y)

Source from the content-addressed store, hash-verified

89
90
91def derivative_b2(T, Y):
92 return (T - Y).sum(axis=0)
93
94
95def derivative_b1(T, Y, W2, Z):

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected