Proximity Measures - 6 | Numerical Attributes | Euclidean, Manhattan, Supremum | Data Mining

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

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

  • @constructivecritic8069
    @constructivecritic8069 3 года назад +9

    You have put lots of effort to create complete series of proximity measures...I'm able to understand proximity measures clearly only because of these series...thank you so much dear sir...

  • @parwizibrahimi5150
    @parwizibrahimi5150 2 года назад +2

    Thank you. Respect from Afghanistan. 🙏🙏

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

      Thank you Parwiz for all kind words. Good to know this Proximities tutorial video was useful for you. Keep Learning !!

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

    you are better than my doctor, thank you so much

  • @jainamshroff4998
    @jainamshroff4998 3 года назад +5

    This Playlist is very helpful. Keep making such useful videos sir ! Thank you !

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

      Happy to hear Jainam, this Proximity Measures videos Tutorial series helped you. Keep Learning and thank you for nice words!! @binodsumanacademy

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

    Great work Binod Sir. this really helps.

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

      Thank you Biju, happy to know this Proximity Measures Tutorial Video helped to learn. Keep Learning !!

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

    Your explanation is great

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

    Excellent Set of videos from your academy sir!....

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

    Thanks a lot Sir, for sharing your knowledge and also your explanation is crystal clear on the topic

  • @JAYJAY-us1ro
    @JAYJAY-us1ro 3 года назад +1

    you are the best, this has helped me a lot thank you

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

      Thank you Jay for good words. Happy to know this Proximity Tutorial videos helped you. Keep Learning !!

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

    I watched all the 6 videos and i also want to know about mixted attibute type.sir, if you can please make a video quickly.🥺your teaching style is very good.🤗i like it.good luck sir.☺️

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

      Thanks Isuri for your nice wording. On your demand, I made video on Mixed Attribute ruclips.net/video/aVUMDYPXLxM/видео.html . Please share your comment. Thanks again !!

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

      Thank you sir.I’ll share it.🤗

  • @oiramormedeiros
    @oiramormedeiros 3 года назад +6

    Euclidean distance should be stated as sqrt((x2-x1)^2+(y2-y1)^2)

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

    Great tutorial
    Thanks a lot

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

    Thank you very much for the clear explanation sir

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

    Nice sir good thank you so much ❤

  • @sai.boyina
    @sai.boyina 4 года назад +2

    How did you calculate d(p3, p1) in euclidean, Manhattan, supermum? What values should take while applying through formula?

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

      Please follow data table in video. p1 values are 0 & 2 and p3 values are 3 and 1. Hence, d(p3,p1) = square_root [(3-0)2 + (1-2)2] = √10 = 3.2. Kindly let me know if you want more information. Please feel free to contact me. Your doubt might be very useful for others one. Keep watching. Thanks Saikrishna !!

  • @amityadav-bj9no
    @amityadav-bj9no 9 месяцев назад

    Great Video 👍👍

  • @sadathalam838
    @sadathalam838 4 года назад +4

    You have the formula written x1-y1^2 for euclidean but you're doing x1-x2 + y1-y2

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

      Hi Sadath, if you see carefully p1 and p2 values are given like (0,2) and (2,0). You can map these value as (x1,y1) and (x2,y2). Hence x1=0, x2=2, y1=2 and y2=0. Now if you use given formula you will get 2.8. Let me if you do need more explanation on it. Thanks.

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

      @@binodsuman it needs more explanation if you please!

  • @abhaykadam4271
    @abhaykadam4271 5 лет назад +1

    Thanks for such nice information..is it possible to make video's for Proximity Measures for Categorical, mixed attributes and cosine similarity??

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

      Thank you. I will make video on your suggestion. 👍

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

      Sir I am interested in categorical data please share your videos if now you have made in that direction. Thanking you in anticipation.

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

    Thank you sir ❤

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

      Good to know this Proximity Measures Tutorial video you liked. Keep Learning !!

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

    Could you do it for mixed attributes and cosine similarity

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

      Thanks Srikanth. Happy to know, this video useful for you. Sure, I will make video in mixed attribute and cosine.

  • @mukeshbhoria2312
    @mukeshbhoria2312 5 лет назад +1

    H i Sir, I have some doubt in this 1) why distance of all these 3 methods are different , if data are same so distance should be same
    2) where these distance methods will be use in data science?

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

      Answer 1: Euclidean distance formula can be used to calculate the distance between two data points in a plane. We use Manhattan Distance if we need to calculate the distance between two data points in a grid like path.
      Answer 2: The distance metric helps machine learning algorithms to recognise similarities between the contents. Many supervised and unsupervised machine algorithm based on distance measure metrics to know the input data pattern in order to make any similarity decision like face recognition, recommendation system.
      Kindly let me know if you need more clarification on it. Thanks Mukesh. Keep watching and learning.

  • @mahabir05
    @mahabir05 5 лет назад +1

    great tutorials

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

    on supremum should p2p3 be max ( |2 -0|, |3-1|) == max (2,2) with answer 2 ? or am I missing something ?

  • @mohammedaq7715
    @mohammedaq7715 5 лет назад +1

    Thank you 👌🏼

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

    kya yeh dissimilarity distance hain kya

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

    Hats off sir

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

      Thank you for your kind comment and encouragement! Your support means a lot to me and I'm grateful to have you as a viewer. I'll do my best to continue creating content that you find helpful and enjoyable.

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

    sir,don't have any video for attribute mixed type

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

      I will upload video on mixed attribute soon. Thanks Isuri !!

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

    thank uuu sir !!

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

    thanks sir!

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

    Thanku sir

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

    thanks~

  • @mohammedshanid9993
    @mohammedshanid9993 4 года назад +3

    Finally found indian Binod(sir)😉

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

      Thank you Shanid 😀
      Happy to see this Proximity Measures Tutorial video helped you. Keep Learning !!

  • @sunilsingh-ed9cl
    @sunilsingh-ed9cl 4 года назад

    Binod

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

    Sir, please develop some self confidence, you have mistaken x1,x2 as x1,y1.

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

    worst camera man in the history.

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

      Thank you for your feedback. It was our initial time when we had started this channel. Now we have improved and correct camera problem in our latest videos, and still trying to improve. Kindly keep sharing your feedback to improve this channel. Keep Learning !!

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

    Thank you👍🏾