mnist_tensorflow#

Module representing the MNIST dataset in tensorflow.

Functions

load_dataset([train, with_predictions, ...])

Return MNIST VisionData, containing prediction produced by a simple fully connected model.

load_model()

Load MNIST model.