The EMNIST dataset is a set of handwritten character digits derived from the NIST Special Database 19 and converted to a 28x28 pixel image format and dataset structure that directly matches the MNIST dataset . Further information on the dataset contents and conversion process can be found in the paper available at here.
There are six different splits provided in this dataset. A short summary of the dataset is provided below:
The full complement of the NIST Special Database 19 is available in the ByClass and ByMerge splits. The EMNIST Balanced dataset contains a set of characters with an equal number of samples per class. The EMNIST Letters dataset merges a balanced set of the uppercase and lowercase letters into a single 26-class task. The EMNIST Digits and EMNIST MNIST dataset provide balanced handwritten digit datasets directly compatible with the original MNIST dataset.
Please refer to the EMNIST paper [PDF, BIB]for further details of the dataset structure.
The dataset is provided in two file formats. Both versions of the dataset contain identical information, and are provided entirely for the sake of convenience. The first dataset is provided in a Matlab format that is accessible through both Matlab and Python (using the scipy.io.loadmat function). The second version of the dataset is provided in the same binary format as the original MNIST dataset as outlined in :
http://yann.lecun.com/exdb/mnist/.
Please use the following citation when referencing the dataset:
@inproceedings{cohen2017emnist,
title={EMNIST: Extending MNIST to handwritten letters},
author={Cohen, Gregory and Afshar, Saeed and Tapson, Jonathan and Van Schaik, Andre},
booktitle={2017 International Joint Conference on Neural Networks (IJCNN)},
pages={2921--2926},
year={2017},
organization={IEEE}
}