Skip to content

Commit

Permalink
Update kNN baselines
Browse files Browse the repository at this point in the history
  • Loading branch information
mxbi authored Dec 24, 2019
1 parent 7ae540f commit cba8890
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ Have more results to add to the table? Feel free to submit an [issue](https://gi

|Model | MNIST | Kuzushiji-MNIST | Kuzushiji-49 | Credit
|---------------------------------|-------|--------|-----|---|
|[4-Nearest Neighbour Baseline](benchmarks/kuzushiji_mnist_knn.py) |97.14% | 92.10% | 86.01%\* |
|[PCA + 4-kNN](https://github.com/rois-codh/kmnist/issues/10) | | 93.98% | | [dzisandy](https://github.com/dzisandy)
|[4-Nearest Neighbour Baseline](benchmarks/kuzushiji_mnist_knn.py) |97.14% | 92.10% | 83.65% |
|[PCA + 4-kNN](https://github.com/rois-codh/kmnist/issues/10) | | 93.98% | 86.80% | [dzisandy](https://github.com/dzisandy)
|[Tuned SVM (RBF kernel)](https://github.com/rois-codh/kmnist/issues/3) | 98.57% | 92.82%\* | 85.61%\* | [TomZephire](https://github.com/TomZephire)
|[Keras Simple CNN Benchmark](benchmarks/kuzushiji_mnist_cnn.py) |99.06% | 94.63% | 89.36% |
|PreActResNet-18 |99.56% | 97.82%\* |96.64%\*|
Expand Down

0 comments on commit cba8890

Please sign in to comment.