MCPcopy Index your code
hub / github.com/MichalDanielDobrzanski/DeepLearningPython / backprop

Method backprop

network2.py:236–268  ·  view source on GitHub ↗

Return a tuple ``(nabla_b, nabla_w)`` representing the gradient for the cost function C_x. ``nabla_b`` and ``nabla_w`` are layer-by-layer lists of numpy arrays, similar to ``self.biases`` and ``self.weights``.

(self, x, y)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

update_mini_batchMethod · 0.95

Calls 3

sigmoidFunction · 0.70
sigmoid_primeFunction · 0.70
deltaMethod · 0.45

Tested by

no test coverage detected