Commit
·
3b957c3
1
Parent(s):
243892f
Update README.md
Browse files
README.md
CHANGED
@@ -2,7 +2,9 @@
|
|
2 |
license: mit
|
3 |
library_name: pytorch
|
4 |
pipeline_tag: image-classification
|
5 |
-
tags:
|
6 |
-
- pytorch
|
7 |
---
|
8 |
-
|
|
|
|
|
|
|
|
|
|
2 |
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.
|