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

Поділитися
Вставка
  • Опубліковано 28 сер 2024
  • How to draw a hyperplane in Support Vector Machine | Linear SVM - Solved Example by Mahesh Huddar
    Points (4, 1), (4, -1), and (6, 0) belong to class positive, and
    points (1, 0), (0, 1) and (0, -1) belong to the negative class.
    Draw an optimal hyperplane to classify the points.
    The following concepts are discussed:
    ______________________________
    ********************************
    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

КОМЕНТАРІ • 46

  • @simarpreetkaur8674
    @simarpreetkaur8674 6 місяців тому +22

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

  • @c0r5e
    @c0r5e Рік тому +7

    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 Рік тому +2

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

  • @sukalroy9143
    @sukalroy9143 11 місяців тому +1

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

    • @MaheshHuddar
      @MaheshHuddar  11 місяців тому

      Welcome
      Do like share and subscribe

    • @kavinraj1
      @kavinraj1 9 місяців тому +1

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

  • @a.p.antonyamalan3335
    @a.p.antonyamalan3335 5 місяців тому

    Very nice explanation thank u

    • @MaheshHuddar
      @MaheshHuddar  5 місяців тому

      Welcome
      Do like share and subscribe

  • @vikramelango2170
    @vikramelango2170 Рік тому +20

    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 Рік тому +9

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

    • @farihaarif4036
      @farihaarif4036 Рік тому +1

      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 11 місяців тому

      Is this alphas are correct

    • @isdardedilkisifarish3366
      @isdardedilkisifarish3366 11 місяців тому +1

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

  • @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 11 місяців тому +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 3 місяці тому

      @@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

  • @ashwinkumar5223
    @ashwinkumar5223 Рік тому +1

    Superb

  • @debasishdas3919
    @debasishdas3919 10 місяців тому

    Thanks Sir..

    • @MaheshHuddar
      @MaheshHuddar  10 місяців тому

      Welcome
      Do like share and subscribe

  • @faisaliftikhar169
    @faisaliftikhar169 6 місяців тому +2

    How can find the alpha values....?

    • @x_moonboy
      @x_moonboy 4 місяці тому

      Use Elimination Method

  • @MahyunSubaedin-ff4ik
    @MahyunSubaedin-ff4ik 10 місяців тому

    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 7 місяців тому

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

    • @MahyunSubaedin-ff4ik
      @MahyunSubaedin-ff4ik 7 місяців тому

      @@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 7 місяців тому

      @@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

  • @pravindev3731
    @pravindev3731 10 місяців тому

    How to identify positive and negative points

    • @kavinraj1
      @kavinraj1 9 місяців тому

      There are given in question 😅