ParallelKMeans.jl icon indicating copy to clipboard operation
ParallelKMeans.jl copied to clipboard

Faster k-means

Open Arkoniak opened this issue 5 years ago • 0 comments

As a future step after the implementation of point-wise parallel computations, it would make sense to improve algorithm by using "Fast kmeans" techniques.

Several approaches exists, here is some inspirational links

  • http://citeseerx.ist.psu.edu/viewdoc/download;jsessionid=00D8EFB07FE09CFEE6BA1817CDE61A4E?doi=10.1.1.308.1671&rep=rep1&type=pdf
  • https://github.com/ghamerly/fast-kmeans
  • https://github.com/siddheshk/Faster-Kmeans
  • https://arxiv.org/abs/1702.08248

In latter case one should be careful though, there is no license, should contact author whether our MIT is applicable.

sonic

Arkoniak avatar Feb 24 '20 08:02 Arkoniak