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 not stored for this graph (policy: none)
no test coverage detected