K-means Clustering in Python

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ธ.ค. 2024

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

  • @samriddhashukla5345
    @samriddhashukla5345 4 ปีที่แล้ว +2

    You have a great sense of pristine coding :)

  • @Enthusiastic-35
    @Enthusiastic-35 ปีที่แล้ว

    why you not uploading new videos?, if you will continuously upload your video, I think your channel will be one of the best channel for the data science in the world

  • @pratikpranay2070
    @pratikpranay2070 2 ปีที่แล้ว

    Very informative videos. Do you mind uploading the notebooks again? Right now I am not able to download them as its giving "Unable to render code block" error.

  • @arafatrishad5628
    @arafatrishad5628 3 ปีที่แล้ว

    In your code how can I implement elbow method first?
    Almost every function needs the value of K.

    • @NormalizedNerd
      @NormalizedNerd  3 ปีที่แล้ว +1

      Well you can just make another function and run a loop for diff values of k and inside the loop you'll call k_means().

  • @muralimanoharvarma4007
    @muralimanoharvarma4007 3 ปีที่แล้ว +1

    for k=4 it is not working. any suggestion? for k=2, 3 are working

    • @NormalizedNerd
      @NormalizedNerd  3 ปีที่แล้ว +1

      add more color to this dictionary
      [cell 8] colors = {0:'blue', 1:'orange', 2:'green', 3:'yellow'}

    • @muralimanoharvarma4007
      @muralimanoharvarma4007 3 ปีที่แล้ว

      @@NormalizedNerd thanks mate.

  • @Bunny-yy6fo
    @Bunny-yy6fo 2 ปีที่แล้ว

    Hey this was very good. I need similar type of code from scratch for GMM. Can you please provide that!

  • @manszeho
    @manszeho 4 ปีที่แล้ว

    How can u do the same without using np?

    • @NormalizedNerd
      @NormalizedNerd  4 ปีที่แล้ว

      Without numpy you have to implement the functions for uniform distribution, matrix multiplication, etc. on your own which is not the best practice in ML.

  • @ramandeepsinghgtbit8730
    @ramandeepsinghgtbit8730 ปีที่แล้ว

    here can we say that x1 is the independent axis and x2 is dependent or that terminology is for supervised learning
    why are we saying k=0 centroid exists at infinity why can't we say centroid doesn't exist

  • @mandarjoshi6814
    @mandarjoshi6814 4 ปีที่แล้ว

    that was fast thanks a lot :D

    • @NormalizedNerd
      @NormalizedNerd  4 ปีที่แล้ว +1

      You are welcome. I hope it was helpful.

  • @samriddhashukla5345
    @samriddhashukla5345 4 ปีที่แล้ว

    You should use some clickbait and stuff on your captions , you would get loads of views really

  • @mattiethekoala5619
    @mattiethekoala5619 3 ปีที่แล้ว

    Please, next time don't just read the code like that, run and show how it works with the database

  • @deepeshmhatre4291
    @deepeshmhatre4291 3 ปีที่แล้ว

    No wonder why this video has 1.8k views , pathethic explanation.