Elbow Method | Silhouette Coefficient Method in K Means Clustering Solved Example by Mahesh Huddar

Поделиться
HTML-код
  • Опубликовано: 4 окт 2024

Комментарии • 21

  • @monikaarya7434
    @monikaarya7434 Год назад +21

    K should be 5 not 3.

  • @shreyashinde3212
    @shreyashinde3212 3 месяца назад +2

    this is the best video i've seen on elbow and silhouette method !! Thank you so much !!

    • @MaheshHuddar
      @MaheshHuddar  3 месяца назад

      Welcome
      Do like share and subscribe

  • @aiml66_bangerashashankchan81
    @aiml66_bangerashashankchan81 Год назад +1

    thank you sir this helped me a lot!

  • @RajeshAwate-r9x
    @RajeshAwate-r9x 8 месяцев назад +1

    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?

    • @adaobiokafor9546
      @adaobiokafor9546 8 месяцев назад

      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).

  • @romantsarev1145
    @romantsarev1145 11 месяцев назад +1

    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,..... (

    • @adaobiokafor9546
      @adaobiokafor9546 8 месяцев назад

      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.

  • @romantsarev1145
    @romantsarev1145 11 месяцев назад +1

    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)?

  • @Le_Sylvestre
    @Le_Sylvestre 11 месяцев назад

    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 ?

    • @MaheshHuddar
      @MaheshHuddar  11 месяцев назад +1

      Yes you are correct

    • @MaheshHuddar
      @MaheshHuddar  11 месяцев назад +1

      Welcome
      Do like share and subscribe

  • @vijayjayaraman5990
    @vijayjayaraman5990 4 месяца назад

    How many centroids should we choose for each value of k

    • @MaheshHuddar
      @MaheshHuddar  4 месяца назад

      1 centroid per cluster
      Fo example: if you want 5 clusters hgen you need to select 5 centroids

  • @ugursesiz1550
    @ugursesiz1550 11 месяцев назад

    thanks

    • @MaheshHuddar
      @MaheshHuddar  11 месяцев назад

      Welcome
      Do like share and subscribe