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

Method accuracy

network2.py:270–301  ·  view source on GitHub ↗

Return the number of inputs in ``data`` for which the neural network outputs the correct result. The neural network's output is assumed to be the index of whichever neuron in the final layer has the highest activation. The flag ``convert`` should be set to False

(self, data, convert=False)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

SGDMethod · 0.95

Calls 1

feedforwardMethod · 0.95

Tested by

no test coverage detected