PyDataBlog / ParallelKMeans.jl

Parallel & lightning fast implementation of available classic and contemporary variants of the KMeans clustering algorithm
MIT License
50 stars 13 forks source link

Faster k-means #11

Open Arkoniak opened 4 years ago

Arkoniak commented 4 years ago

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

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

sonic