kmeans_pytorch
kmeans_pytorch copied to clipboard
kmeans-find optimal k
Hi, can you explain how to find the optimal k for unsupervised learning, like elbow method? Thanks
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.