MCPcopy Create free account
hub / github.com/MichalDanielDobrzanski/DeepLearningPython / update_mini_batch

Method update_mini_batch

network2.py:217–234  ·  view source on GitHub ↗

Update the network's weights and biases by applying gradient descent using backpropagation to a single mini batch. The ``mini_batch`` is a list of tuples ``(x, y)``, ``eta`` is the learning rate, ``lmbda`` is the regularization parameter, and ``n`` is the total s

(self, mini_batch, eta, lmbda, n)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

SGDMethod · 0.95

Calls 1

backpropMethod · 0.95

Tested by

no test coverage detected