Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Curated MNIST
|
| 2 |
+
|
| 3 |
+
This dataset contains a version of the MNIST dataset with additional IDK label. This is intended to be used to allow the model to deal with very hard samples.
|
| 4 |
+
The notebook used to generate this curated version can be found here: https://github.com/jkubuni/AppliedHandsOnComputerVision
|