Datasets:

Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
License:
christopher commited on
Commit
27d79a0
·
verified ·
1 Parent(s): fa01510

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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% |