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

Method SGD

network3.py:103–181  ·  view source on GitHub ↗

Train the network using mini-batch stochastic gradient descent.

(self, training_data, epochs, mini_batch_size, eta,
            validation_data, test_data, lmbda=0.0)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 3

sizeFunction · 0.85
costMethod · 0.80
accuracyMethod · 0.45

Tested by

no test coverage detected