Kmeans approximation algorithms for GPU usage with pytorch. Note: This implementation supports multi-GPUs!!! Dependencies: pip install torch Current State: Implementing center initalizers: naive kmeans (uniform distribution) kmeans++ (D^2 distribution) kmeans-|| Oversampling Implementations: Lloyd's Algorithm (a.k.a Naive Kmeans) kmeans++ kmeans-||