How to draw a hyper plane in Support Vector Machine | Linear SVM - Solved Example by Mahesh Huddar

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

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

  • @c0r5e
    @c0r5e Год назад +11

    Was literally looking for a video like this more than a month ago! Thanks for uploading ❤❤❤

    • @MaheshHuddar
      @MaheshHuddar  Год назад +2

      Welcome
      Do like share and subscribe

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

      ​@@MaheshHuddariilm.9😊😊9loom mom I.o9 imm milk ammi kmo.im9😊

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

      I
      😊lm9mki8😊 98km 😊om.m.imo😅

  • @darthyplays5209
    @darthyplays5209 Год назад +4

    thank you very much , this helped alot. was looking for this everywhere!!

  • @a.p.antonyamalan3335
    @a.p.antonyamalan3335 9 месяцев назад +1

    Very nice explanation thank u

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

      Welcome
      Do like share and subscribe

  • @simarpreetkaur8674
    @simarpreetkaur8674 10 месяцев назад +40

    I am getting alpha2=alpha3 , 7/18 , my friend also verified it ! Kindly confirm & reply back sir

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

    Thanks to you this topic become cristal clear. Love your teaching.

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

      Welcome
      Do like share and subscribe

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

      How you find alpha 1,2,3 IN TIME 5:10

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

    Superb

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

      Thank You
      Do like share and subscribe

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

    Thanks Sir..

  • @MahyunSubaedin-ff4ik
    @MahyunSubaedin-ff4ik Год назад

    can you help me? i have a task to draw hyperplane (no coding). my data has multiclass (4 classes) and i only found 2 classes examples. it's too confusing for me

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

      Did you find any solution?
      Can you please share some link to help me?

    • @MahyunSubaedin-ff4ik
      @MahyunSubaedin-ff4ik 11 месяцев назад

      @@laibarukhsar7359 there is no link for it. i just asked to every yt channels i watched. heres my conclusion:
      1) use 1 vs All approach. so if you have 4 classes, there will be 4 methods: A vs All (B,C,D), B vs All (A,C,D), C vs All (A,B,D), D vs All (A,B,C). you need to calculate all methods

    • @MahyunSubaedin-ff4ik
      @MahyunSubaedin-ff4ik 11 месяцев назад

      @@laibarukhsar7359 2) use the formula norm euclidean. ||w||=√w1^2 + w2^2
      b has default value = 1. so calculate each data with the form. and if there are 2 or more results with value near 1. then choose 2 datas as vectors

  • @AjaySaini-107
    @AjaySaini-107 Год назад +6

    I am searching from long how to determine if the given point is positive or negetive example

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

      did you find it?

    • @AjaySaini-107
      @AjaySaini-107 Год назад +1

      @@tamannakhan2579 no; but when i had started reading more then it was more clear that +ive and -ive is just a classification but i was confused earlier by relating it with co-ordinate.
      So, try to relate it with classification as the background mathematics is complex for me to understand in deep level.
      ML algorithms are already taken care all the background mathematics hence at high level i tried to understand the mathematics behind it and rest of the things i left it to ML algorithms.

    • @ashhadali1251
      @ashhadali1251 7 месяцев назад

      @@tamannakhan2579 since this is binary classification, we have two classes present in the dataset. One of them is represented by +1 while the other is -1

  • @PUTTUBOYINAVENUNBKRIST
    @PUTTUBOYINAVENUNBKRIST 2 месяца назад +19

    alpha 1 value = -2.4444, alpha 2 value =0.3889, alpha 3 value =0.3889 there is a mistake in the values in this video .please check it

  • @faisaliftikhar169
    @faisaliftikhar169 10 месяцев назад +1

    How can find the alpha values....?

    • @x_moonboy
      @x_moonboy 7 месяцев назад

      Use Elimination Method

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

    This might be a dumb question but if the bias is -2 why is it plotted on +2, maybe i'm not understanding something but if you could clear that up that would be great

    • @kushalsharma2018
      @kushalsharma2018 Год назад +10

      It’s actually b-2 =0 so b = 2

    • @farihaarif4036
      @farihaarif4036 Год назад +2

      When we equate -2 with 0 the value of b becomes +2.

    • @Ximac
      @Ximac Год назад +3

      But gradient is (1,1) but he drawn for (-1,1)

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

      Is this alphas are correct

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

      just put y = 0 , and plot the line , since y is the label which is 0 for the hyperplane / decision boundary

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

    How to identify positive and negative points

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

      There are given in question 😅