Update README.md
Browse files
README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
The purpose of this copy of the MNIST small dataset [mnist_test.csv (20,000 samples) and mnist_train_small.csv (10,000 samples)] copied from Colab is simply to illustrate how WEIRD and totally deformed/unrecognizable are the 1% to 2% test samples that are difficult for a competent Vision model to correctly classify.
|
| 2 |
See for yourself (up to 4 misclassified test samples shown per training epoch)
|
| 3 |
|
| 4 |
Vision_model_V2.1.py
|
|
|
|
| 1 |
+
The purpose of this copy of the MNIST small dataset [mnist_test.csv (20,000 samples) and mnist_train_small.csv (10,000 samples)] copied from sample_data folder in Google Colab is simply to illustrate how WEIRD and totally deformed/unrecognizable are the 1% to 2% test samples that are difficult for a competent Vision model to correctly classify.
|
| 2 |
See for yourself (up to 4 misclassified test samples shown per training epoch)
|
| 3 |
|
| 4 |
Vision_model_V2.1.py
|