rymc / n2d

A deep clustering algorithm. Code to reproduce results for our paper N2D: (Not Too) Deep Clustering via Clustering the Local Manifold of an Autoencoded Embedding.
GNU General Public License v3.0
129 stars 21 forks source link

Name of the shallow clustering algorithm used to cluster?(after learning the manifold) #2

Closed cjpurackal closed 5 years ago

chenxofhit commented 5 years ago

According to the paper,the author prefer to choose GMM as the ideal shadow clustering algorithm.

cjpurackal commented 5 years ago

Thanks @chenxofhit