subhadarship / kmeans_pytorch

kmeans using PyTorch
https://subhadarship.github.io/kmeans_pytorch
MIT License
479 stars 77 forks source link

kmeans-find optimal k #12

Open Liranbz opened 4 years ago

Liranbz commented 4 years ago

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

jrc1020 commented 4 years ago

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.

eternalphane commented 3 years ago

Selecting the number of clusters with silhouette analysis on KMeans clustering