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

Function load_data_wrapper

mnist_loader.py:43–69  ·  view source on GitHub ↗

Return a tuple containing ``(training_data, validation_data, test_data)``. Based on ``load_data``, but the format is more convenient for use in our implementation of neural networks. In particular, ``training_data`` is a list containing 50,000 2-tuples ``(x, y)``. ``x`` is a 784-dim

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

load_dataFunction · 0.85
vectorized_resultFunction · 0.70

Tested by

no test coverage detected