IbraDje / PFCM

Possiblistic Fuzzy C-Means Algorithm in Python
Other
13 stars 2 forks source link

gpu acceleration #1

Open ahbon123 opened 5 years ago

ahbon123 commented 5 years ago

Hello,

First of all, thank you very much for sharing this project. Just one suggestion: could you transform your project to large scale kmeans with GPU capacity? I think it will be quicker when we choose a big number of clusters. What do you think?

Reference: https://github.com/src-d/kmcuda

IbraDje commented 4 years ago

Hi There, Sorry for the late reply (I kind of forgot about this repo hahaa) Thank you very much for your suggestion. The algorithm is indeed slow to run when the image size is large or when the number of clusters is high. I will definitely look in to that reference, Thanks again !