mnist_127: Useful example for illustrating generative models based on MNIST data
Description
A randomly selected set of 1s, 2s and 7s along with the two predictors based on the
proportion of dark pixels in the upper left and lower right quadrants respectively. The dataset is divided into
training and test sets.
Usage
mnist_127
Arguments
Format
An object of class list.
Details
train. A data frame containing training data: labels and predictors.
test. A data frame containing test data: labels and predictors.
References
Y. LeCun, L. Bottou, Y. Bengio, and P. Haffner. "Gradient-based learning applied to document recognition." Proceedings of the IEEE, 86(11):2278-2324, November 1998.