K Means Clustering Solved Example K Means Clustering Algorithm in Machine Learning by Mahesh Huddar

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 เม.ย. 2024
  • K Means Clustering Solved Example K Means Clustering Algorithm in Machine Learning by Mahesh Huddar
    Use K Means clustering to cluster the following data into two groups. Assume cluster centroid are m1=4 and m2=11. The distance function used is Euclidean distance. { 2, 4, 10, 12, 3, 20, 30, 11, 25 }
    The following concepts are discussed:
    ______________________________
    k means clustering algorithm,
    k means clustering example,
    k means clustering,
    k means,
    k means algorithm,
    k-means clustering algorithm,
    k-means clustering example,
    k-means clustering,
    k-means,
    k-means algorithm,
    k means clustering algorithms solved example,
    k means clustering example,
    k means clustering solved example,
    k means solved example,
    k means algorithm solved example,
    k means clustering algorithm 1-dimensional data,
    k means clustering example 1-dimensional data,
    k means clustering 1-dimensional data,
    k means 1-dimensional data
    ********************************
    1. Blog / Website: www.vtupulse.com/
    2. Like Facebook Page: / vtupulse
    3. Follow us on Instagram: / vtupulse
    4. Like, Share, Subscribe, and Don't forget to press the bell ICON for regular updates

ความคิดเห็น • 14

  • @prathmeshmohite692
    @prathmeshmohite692 24 วันที่ผ่านมา +1

    thank you sirrr ,nice teaching

    • @MaheshHuddar
      @MaheshHuddar  23 วันที่ผ่านมา +1

      Welcome
      Do like share and subscribe

  • @ravikolagani
    @ravikolagani 20 วันที่ผ่านมา +10

    Small clarification : Square and root gets cancel in mathematics .. so the formulea is d(x2,x1) = x2-x1 -- Isn't it ?

    • @darkzone3295
      @darkzone3295 12 วันที่ผ่านมา +2

      if you cancel it or not but the answer remains the same right

    • @lucaspecialedits4284
      @lucaspecialedits4284 12 วันที่ผ่านมา +1

      The points are one dimensional here. But for higher dimension points we need to sum all squares of all differences under root.

    • @user-ke4ob6iu2r
      @user-ke4ob6iu2r 11 วันที่ผ่านมา +2

      To avoid minus sign
      Square is compulsory or take abs val

    • @sheevanulhaq3912
      @sheevanulhaq3912 3 วันที่ผ่านมา

      It's the common mistakes that we do or we can say we got stuck with the point that root and square get's cancel. Actually in mathematics it's not like that , whenever there is square inside a root then if you want to remove both the operator then you have to leave a modulus outside. On the other hand if there is a root inside the square then we don't need modulus.
      For example:-
      √(x²) = |x|
      (√x)² = x
      Hope you get it.

  • @tusharsoni_42
    @tusharsoni_42 25 วันที่ผ่านมา +2

    thnx

    • @MaheshHuddar
      @MaheshHuddar  25 วันที่ผ่านมา

      Welcome
      Do like share and subscribe

  • @rakhiakshayrakhi9835
    @rakhiakshayrakhi9835 21 วันที่ผ่านมา

    If initial centroids are not given what should l do

    • @mrchocon5388
      @mrchocon5388 20 วันที่ผ่านมา +1

      apni choice kai according choose kar loa

    • @MaheshHuddar
      @MaheshHuddar  19 วันที่ผ่านมา +3

      You can select any data points as initial centroids

    • @sadiyaww7507
      @sadiyaww7507 2 วันที่ผ่านมา +1

      @@MaheshHuddar won't the final clusters be different based on different initial centroids we choose if we are not given any initial centroid in question?

    • @MaheshHuddar
      @MaheshHuddar  วันที่ผ่านมา +1

      @@sadiyaww7507 No,
      You can start with any centroids randomly, if not given.
      Algorithm converges to correct clusters finally