ShadowProgrammer commited on
Commit
9f06451
·
1 Parent(s): 3b957c3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -3,8 +3,10 @@ license: mit
3
  library_name: pytorch
4
  pipeline_tag: image-classification
5
  ---
6
- A classifier trained on over 1 million digits on the EMNIST dataset.
7
 
8
  Uses PyTorch and a combination of layers to create a fairly simple network.
9
 
10
- Check the [GitHub](https://github.com/ShadowDeveloper/EMNISTClassifier) for the training code.
 
 
 
3
  library_name: pytorch
4
  pipeline_tag: image-classification
5
  ---
6
+ A classifier trained on over 1 million digits on the [EMNIST](https://www.nist.gov/itl/products-and-services/emnist-dataset) dataset.
7
 
8
  Uses PyTorch and a combination of layers to create a fairly simple network.
9
 
10
+ Check the [GitHub](https://github.com/ShadowDeveloper/EMNISTClassifier) for the training code.
11
+
12
+ Cohen, G., Afshar, S., Tapson, J., & van Schaik, A. (2017). EMNIST: an extension of MNIST to handwritten letters. Retrieved from http://arxiv.org/abs/1702.05373