EMNISTClassifier / README.md
ShadowProgrammer's picture
Update README.md
3b957c3
|
raw
history blame
319 Bytes
metadata
license: mit
library_name: pytorch
pipeline_tag: image-classification

A classifier trained on over 1 million digits on the EMNIST dataset.

Uses PyTorch and a combination of layers to create a fairly simple network.

Check the GitHub for the training code.