kmeans_pytorch icon indicating copy to clipboard operation
kmeans_pytorch copied to clipboard

kmeans-find optimal k

Open Liranbz opened this issue 3 years ago • 2 comments

Hi, can you explain how to find the optimal k for unsupervised learning, like elbow method? Thanks

Liranbz avatar Jul 23 '20 11:07 Liranbz

I too have the same question, and this program takes in a tensor of a picture and finds the k-means of the image to allow us to "relabel" the data?

I do apologize if this is completely a noob question, but I just started research on NNs a few months ago and I am relatively new at python as well.

jrc1020 avatar Jul 24 '20 16:07 jrc1020