yes. you can use the elbow and silhouette methods for any partitioning algorithm that requires you to provide the value of k first eg in k means, k-medoids clustering etc. So assuming you have data, you can run it with let's say k = 10 or 20 first, applying the methods to choose the optimal number for k. With this optimal k value, say k = 3, you would then redo the clustering to get your final clustered data (without applying the methods).
I'm a bit confused.To apply the k-means algorithm, the number of clusters k must be determined. This can be accomplished through the elbow method or the silhouette method. However, each of these methods involves enumerating the values of k = 1, 2, 3,..... (
yes. you can use the elbow and silhouette methods for any partitioning algorithm that requires you to provide the value of k first eg in k means, k-medoids clustering etc. So assuming you have data, you can run it with let's say k = 10 or 20 first, applying the methods to choose the optimal number for k. With this optimal k value, say k = 3, you would then redo the clustering to get your final clustered data (without applying the methods). A computer would normally do all k's at once, you don't need to enumerate each k.
Why did you chose the point X=5 (4:30)? Why not 3 or 7? Besides, as far as I understand you made a decision visually, but what if we calculate it on PC (with no visualisation)?
K should be 5 not 3.
That was a typo
K should be 5 for Elbow method
send notes
@@51_sajalgupta84 bro why you need nudes???
this is the best video i've seen on elbow and silhouette method !! Thank you so much !!
Welcome
Do like share and subscribe
Both the methods needs to form clusters right? So does we have to use k Means Algorithm to form clusters for both the Elbow and Shillote methods?
yes. you can use the elbow and silhouette methods for any partitioning algorithm that requires you to provide the value of k first eg in k means, k-medoids clustering etc. So assuming you have data, you can run it with let's say k = 10 or 20 first, applying the methods to choose the optimal number for k. With this optimal k value, say k = 3, you would then redo the clustering to get your final clustered data (without applying the methods).
very helpful
thank you sir this helped me a lot!
Welcome
Do like share and subscribe
Thank you for this video.
If i understand correctly we have 2 methods to get the optimal K, we just need to use 1 of them right ?
Yes you are correct
Welcome
Do like share and subscribe
I'm a bit confused.To apply the k-means algorithm, the number of clusters k must be determined. This can be accomplished through the elbow method or the silhouette method. However, each of these methods involves enumerating the values of k = 1, 2, 3,..... (
yes. you can use the elbow and silhouette methods for any partitioning algorithm that requires you to provide the value of k first eg in k means, k-medoids clustering etc. So assuming you have data, you can run it with let's say k = 10 or 20 first, applying the methods to choose the optimal number for k. With this optimal k value, say k = 3, you would then redo the clustering to get your final clustered data (without applying the methods). A computer would normally do all k's at once, you don't need to enumerate each k.
Why did you chose the point X=5 (4:30)? Why not 3 or 7? Besides, as far as I understand you made a decision visually, but what if we calculate it on PC (with no visualisation)?
there is process in ml to visualize it
How many centroids should we choose for each value of k
1 centroid per cluster
Fo example: if you want 5 clusters hgen you need to select 5 centroids
thanks
Welcome
Do like share and subscribe