christopher
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -41,7 +41,7 @@ MNIST-1D is a core teaching dataset in Simon Prince's [Understanding Deep Learni
|
|
41 |
## Comparing MNIST and MNIST-1D
|
42 |
|
43 |
| Dataset | Logistic Regression | MLP | CNN | GRU* | Human Expert |
|
44 |
-
|
45 |
| MNIST | 92% | 99+% | 99+% | 99+% | 99+% |
|
46 |
| MNIST-1D | 32% | 68% | 94% | 91% | 96% |
|
47 |
| MNIST-1D (shuffle**) | 32% | 68% | 56% | 57% | ~30% |
|
|
|
41 |
## Comparing MNIST and MNIST-1D
|
42 |
|
43 |
| Dataset | Logistic Regression | MLP | CNN | GRU* | Human Expert |
|
44 |
+
|:----------------------|:---------------------|:------|:------|:------|:--------------|
|
45 |
| MNIST | 92% | 99+% | 99+% | 99+% | 99+% |
|
46 |
| MNIST-1D | 32% | 68% | 94% | 91% | 96% |
|
47 |
| MNIST-1D (shuffle**) | 32% | 68% | 56% | 57% | ~30% |
|