Loads MNIST training, validation, and test data and generates one hot
encodings for the targets. The test set proportion is not specified and is
instead the remainder from the test and validation proportions.
Usage
load_mnist(train_prop = 0.8, validate_prop = 0.1)
Arguments
train_prop
proportion of the data used for the training set
validate_prop
proportion of the data used for the validation set