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

Method SGD

network.py:47–75  ·  view source on GitHub ↗

Train the neural network using mini-batch stochastic gradient descent. The ``training_data`` is a list of tuples ``(x, y)`` representing the training inputs and the desired outputs. The other non-optional parameters are self-explanatory. If ``test_data`` is provide

(self, training_data, epochs, mini_batch_size, eta,
            test_data=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

test.pyFile · 0.45

Calls 2

update_mini_batchMethod · 0.95
evaluateMethod · 0.95

Tested by

no test coverage detected