Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 378 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 378 Bytes

Implementation of the batch GMM & k-means with PyTorch

To cluster large amounts of data with K-Means, accelerated by GPU.

  • Data: 500000x3 K=5

  • Data: 50000000x3 K=5

To cluster large amounts of data with Gaussian Mixture Model, accelerated by GPU.

  • Data: 100000x512 K=5