K means algorithm explained with example(Very Easy)

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

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

  • @radhaingle4664
    @radhaingle4664 6 лет назад +21

    Really thank you very much for uploading k-means algorithm...you made it really very easy to understand.... Thank you very much...

  • @dipaktale6072
    @dipaktale6072 6 лет назад +13

    Thank u very much I search your lecture this topic on you tube but that time you didn't upload . but today i get your important lecture thank you sir your every lecture important for us .

  • @prashantgore4725
    @prashantgore4725 6 лет назад +10

    Thanks once again for uploading an important topic of machine learning... waiting for more

  • @recordingsp7833
    @recordingsp7833 6 лет назад +18

    Really you have made it look very easy...thanks for valuable knowledge of machine learning...pl upload the series of machine learning algorithms in the same way.... thanks a lot Yogesh..

  • @chandranks
    @chandranks 5 лет назад +3

    Super. I am learning R program. Your simple explanation make me understand the concept well Thanks

  • @gabrielemarello5467
    @gabrielemarello5467 5 месяцев назад

    Usefull to pass an exam at University; thank you

  • @MR-cs6vo
    @MR-cs6vo 4 года назад

    4 month lecturing in 8 months great i really understood the concept very easily explained smallest kid can understand this one thank you sir good teachers can not find in these days. you earned my subscribe

  • @bharatsoft8886
    @bharatsoft8886 5 лет назад +6

    awesome.......

  • @olatundeolukoya1788
    @olatundeolukoya1788 2 года назад

    I got frustrated, I was like if I click on this and i don't understand, then I'm done with k-means, I was like is this guy going to explain better ? well let me try and you brought joy to my eyes. even after 4years, you still have a great impact on many of us. Thanks so much!!!!! you MADE LEARNING SO EASY...… CHEERS
    BUT one question is, what is we have say 1000 random numbers, and we have like 20 k, how to do that ????

  • @83vbond
    @83vbond 4 года назад

    Easy to understand with nice and simple example. Thanks.

  • @sandeepmane8694
    @sandeepmane8694 4 года назад

    Very nice sir... easily explain to understand

  • @usmanjaji7825
    @usmanjaji7825 4 года назад +2

    Thank you very much for this video. It is perfectly simplified.

  • @radouaneaarbaoui7206
    @radouaneaarbaoui7206 4 года назад +1

    A very nice job. please do another video for the algorithm with multiple dimensions.

  • @sivanikabhoomi8063
    @sivanikabhoomi8063 2 года назад

    Thank you so much.
    It's really easy to understand.

  • @narasa12
    @narasa12 4 года назад +1

    Excellent

  • @nileshmurumkar5067
    @nileshmurumkar5067 6 лет назад +13

    Thanks a lot once again...Just keep posting..

  • @ompatil2120
    @ompatil2120 4 года назад +2

    absolutely simplified....thank you...

  • @rahulrajraj8231
    @rahulrajraj8231 4 года назад

    It's really easy to understand perfect. I am perfect to solve K means algorithm any no to eligible thanks for your uploading, Lot more videos to expect...Thankyou

  • @pragadeshv8268
    @pragadeshv8268 3 года назад

    Really made easy to understood. Thanks a lot 👍

  • @rbyourfriend09
    @rbyourfriend09 2 года назад

    great video

  • @maheshaddipalli8593
    @maheshaddipalli8593 3 года назад

    Good work sir

  • @zealit5404
    @zealit5404 6 лет назад +2

    Thanks a lot for sharing...

  • @pubuduchanna1736
    @pubuduchanna1736 Год назад

    Thanks a lot for the explanation.

  • @queenofmyworld2761
    @queenofmyworld2761 Год назад

    Wowwwwwwwwww nyc sir tq

  • @jacinthavijayakumar4955
    @jacinthavijayakumar4955 4 года назад

    really explained in a simple manner , thankyou sir

  • @Bobby-qc7qj
    @Bobby-qc7qj 3 года назад

    underrated talent

  • @mauanu100
    @mauanu100 4 года назад +1

    This tutorial is very simple and nicely explained.
    In the same way could you explain the " Within cluster sum of squares by cluster , between_SS, total_SS "

    • @yogeshmurumkar
      @yogeshmurumkar  4 года назад +1

      yes sure i will forward the link for wcss explanation and implementation ...... Also its use in Kmeans algorithm to decide 'k' value.....

  • @sachinahankari
    @sachinahankari 5 лет назад +3

    Good video.. understand the concept within short span of time but you should also include python programming for this algo

  • @harshggupta13190
    @harshggupta13190 4 года назад

    Superb, super awesome

  • @01_mayuriadhao75
    @01_mayuriadhao75 4 года назад

    Excellent 👌👌👌👌

  • @Janani.G
    @Janani.G 3 года назад

    Please do video on differential privacy sir

  • @ramsp35
    @ramsp35 5 лет назад +2

    A very simple example and a nice elaboration of the concept. Can you also explain, what the result will be when a new element gets added after the clustering is complete. Say, if a new value 18 comes in, should we just find the nearest mean between m1 and m2 and add it to the appropriate cluster or reshuffle the set again? I know, I sound silly but want to know.

    • @yogeshmurumkar
      @yogeshmurumkar  5 лет назад +3

      Hi Ramanathan S.P. , I am glad if it helped you.To answer your question,if a new number 18 is added you should consider that from the start coz here the means or centroid are calculated considering all the data present initially..also k means always gives approximate results..

    • @ramsp35
      @ramsp35 5 лет назад

      @@yogeshmurumkar Thanks a lot...!!!

  • @nileshsahastrabuddhe1946
    @nileshsahastrabuddhe1946 6 лет назад +1

    Excellent!!!!

  • @aslambu023
    @aslambu023 3 года назад

    Thank you very much

  • @kadhirn4792
    @kadhirn4792 4 года назад +1

    Thank you, it justifies the content

  • @kunchakurinandan9286
    @kunchakurinandan9286 3 года назад

    Make a video on pam algorithm please!

  • @agamkushwaha667
    @agamkushwaha667 4 года назад

    Very Nice!!

  • @russellkemmit73
    @russellkemmit73 3 года назад +1

    You are an amazing teacher, have you thought about doing a video on "Maximum Likelihood" for finding the coefficients for logistic regression?

    • @yogeshmurumkar
      @yogeshmurumkar  3 года назад +1

      I am glad if it helped you Russell....and yeah I will come with a video on Maximum Likelihood...

    • @russellkemmit73
      @russellkemmit73 3 года назад

      ​@@yogeshmurumkar That would be amazing!

  • @nallababupenumutsa3679
    @nallababupenumutsa3679 4 года назад

    Thanks a lot sir ,thanq thanq............

  • @padmaparshapu8884
    @padmaparshapu8884 4 года назад +1

    Thank you sir

  • @jeevitham1806
    @jeevitham1806 4 года назад

    Thanks a lot ur video is really understandable and one defect it is sound is little bit low.

    • @yogeshmurumkar
      @yogeshmurumkar  4 года назад +1

      Jeevitha M ...I am glad if it helped you...sound might be low as it's one of my first videos when I started with RUclips channel.. thanks for suggestion..I will definitely take care in future

  • @surya.s4785
    @surya.s4785 5 лет назад +1

    Thank you boss

  • @user-oc2zy3xt4f
    @user-oc2zy3xt4f 4 года назад

    Thank you so much 🌹🌹🌹🌹🌹🌹🌹🌹🌹🌹🌹🌹🌹🌹

  • @dinudavis8609
    @dinudavis8609 4 года назад

    Thanks man. good job !

  • @snehas2041
    @snehas2041 3 года назад

    thanks a lot

  • @sujithkumar2609
    @sujithkumar2609 3 года назад

    sir take 10 and 20 for initial cluster we could get the answer quickly

    • @yogeshmurumkar
      @yogeshmurumkar  3 года назад +1

      yes sujith thats possible ...here I just taken randomly for explanation....

  • @Shahad-tl6gr
    @Shahad-tl6gr 2 года назад

    What if lik this example Apply K-Means approach to construct two clusters M1= (1,2,3) and M2= ( 0, -2, -5 ) of the following data ?
    X1= (2,3,4) , X2=(1.5,2.7,3.1) , X3= ( 0.5, -3, -5 ) , X4= (2.6,3.5,4.8) , X5=(0.7,1.2,2.3) and X6= ( 0.1, -3, -4 ) ?

  • @vanditaahire2852
    @vanditaahire2852 5 лет назад

    excellent...

  • @akshaysahastrabuddhe1558
    @akshaysahastrabuddhe1558 5 лет назад

    excellent

  • @vireshchapte9594
    @vireshchapte9594 6 лет назад

    very nice!!!!!!

  • @burujula1971
    @burujula1971 5 лет назад +3

    K-means algorithm

  • @dhevashree5344
    @dhevashree5344 4 года назад

    Sir I need explanation with some examples of data set then explain the k means algorithm in R Language that's more efficient manner I think so

  • @sai6750
    @sai6750 3 года назад

    What if we get same difference for some number while clustering??
    Eg:while doing when m1=3 and me=18 to cluster 11 weget same difference.

    • @yogeshmurumkar
      @yogeshmurumkar  3 года назад +1

      this is just an example to understand the concept...but in implementation we have methods to decide value of k and algorithms takes care that it will get different distances.....

  • @alanboobalan1646
    @alanboobalan1646 5 лет назад

    Bro hierarchical clustering ku examples kutunga. bro neenga panathu Central clustering thana bro

  • @SriKanth-mz3hr
    @SriKanth-mz3hr 3 года назад

    It's not mean you chose random , it should be a Centroid..hope you consider that

    • @yogeshmurumkar
      @yogeshmurumkar  3 года назад +1

      sir this is an example to understand the concept...please see the implementation also...done in my other videos...

  • @bharatsiom
    @bharatsiom 2 года назад

    wow

  • @anirudhshankarkhedker4400
    @anirudhshankarkhedker4400 4 года назад

    sir I think your voice should be a little bit clear. otherwise great job sir

    • @yogeshmurumkar
      @yogeshmurumkar  4 года назад +1

      Thanks for the suggestion...I will take care for the same ...as its a first of few videos when i started ... anyway thanks sai..

  • @sherinjohn7496
    @sherinjohn7496 4 года назад

    Here,where is the Euclidean distance???
    Pls rply

    • @Sonu-hu6ho
      @Sonu-hu6ho 4 года назад

      when we are calculating k1 and k2 itself, euclidean distance / minimum distance is calculated. The elements in the problem set which are having minimum distance with mean is considered.

  • @raghunandanr9013
    @raghunandanr9013 5 лет назад

    So M1 and m2 is centroid ?

    • @yogeshmurumkar
      @yogeshmurumkar  5 лет назад +4

      mean , here we have taken a simple example to understand k means.....yes we are assuming them as centroid here

    • @raghunandanr9013
      @raghunandanr9013 5 лет назад

      @@yogeshmurumkar Can I have your linked in or any social media link

  • @bharathKumar-or6gd
    @bharathKumar-or6gd 5 лет назад

    Sir, ur making little bit confusing

  • @karthikeyanr3543
    @karthikeyanr3543 5 лет назад

    Konjam tamil aaa sollunga sir

  • @ANGAYARKANNI_A
    @ANGAYARKANNI_A 2 года назад +1

    thank you sir