Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 399 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 399 Bytes

MNIST-unsupervised

Unsupervised classification of MNIST digits.

We show how to get a 0.92 V-score using

A small grid search yields a score of 0.94 for the following parameters:

  • Embedding dimension = 44.
  • Number of neighbors, k = 6.
  • Resolution = 0.5.