erdogant / clustimage

clustimage is a python package for unsupervised clustering of images.
https://erdogant.github.io/clustimage
Other
92 stars 8 forks source link

mini-batch k-means #13

Closed MalekBezzina closed 1 year ago

MalekBezzina commented 1 year ago

Hello, I have been using your model for a while now and i was thinking of how to use your model to create a clustering model that learns with every iteration, and one of the simple ideas that occured to me is that we can use "mini-batch k-means" instead of using the whole dataset we use a small batch of data at a time.

Do you think you can update the k-means code to use mini-batch k-means instead?