Practical Example on Support Vector Machine | SVM Explained

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

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

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

    Very Knowledgeable content i have ever saw about SVM on Utube

  • @munishsingla6761
    @munishsingla6761 2 месяца назад

    Nice work Aarohi

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

    Great explanation, it was really helpful, and covered everything i needed to carryout my quiz.
    Thanks alot😋

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

    Great explanation Aarohi.

  • @preethamkursenga7413
    @preethamkursenga7413 8 месяцев назад

    Nicely explained and easily understandable

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

    Really useful to me aarohi....Thank you for such helpful videos...

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

    Thankyou....simple and good explanation

  • @keerthisanju9491
    @keerthisanju9491 8 месяцев назад

    Thank you for the detailed explanation mam

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

    Thanks alot, it really helped:)))

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

    Good Explanation, it was helpful!!

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

    Great Explanation !!!

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

    If a column contain values like (-5.05, -6.00), while give x_train, y_train coding it gives, could not convert string to float :- -5.05.
    So how to fix this problem.

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

    Thank you, simple and good explanation

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

    How do we check if the X and y data have a linear relationship or not when we have more than two features in the input data (X)

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

    Awesome explanation. All points related SVM explained in short video. But if we know the basic things about the SVM otherwise little bit difficult follow this video. I am requesting you to please do the video on basic things related SVM video then after this will be more helpful.
    But anyway from my side your presentation and explanation is awesome. I am requesting you to please do the more videos.
    I have seen machine learning Playlist I can able to see only few videos.
    Thanks in advance.

  • @admonitoring-pi9os
    @admonitoring-pi9os 5 месяцев назад

    can you please explain the plotting part in detail, thank you you made it easy but having some problems with the plotting part.

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

    Hello mam, while checking accuracy score , It showing 'Y_Test' not defined. What to do?

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

      Check the variables which you are using properly. This error simply means that you are using a variable which is not defined above.

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

    🔥🔥🔥

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

    Which dataset u used

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

    Hie I have doubt , if logistics regression gives us value in 0 and 1 then why svm

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

      Logistic regression and Support Vector Machines (SVM) are both used for classification, but they approach the problem differently:
      Logistic Regression gives you a score between 0 and 1, showing how likely something belongs to a certain class. You can set a threshold(like 0.5) to decide which class it belongs to.
      Support Vector Machine (SVM) looks for the best line (or boundary) that separates different classes. It focuses on the points closest to the line (called support vectors). SVM can handle more complex patterns in data than logistic regression.
      So, while logistic regression is easy to understand and use, SVM can be better for tricky data where the classes are not easily separated. The choice depends on your specific needs!

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

    Mam is there any assumptions about dataset before we go for SVM

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

    If y'all don't get Y_Train executed in the plt.scatter(), and it pops "column vector y..." Just swap every Y_Train with Y_Train.values.ravel()

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

    have u done any video on regression problem? for example i have a dataset of signals and want to predict the Noise in these signals. looking forward to ur reply. thanks

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

      Not yet

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

      @@CodeWithAarohi can u name any model that works like this?

  • @mohammadali-yy8op
    @mohammadali-yy8op Год назад +3

    i need code

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

    WHILE IMPORTING SVC IT IS SHOWING VALUE ERROR WHAT SHOULD I DO

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

    why we dont' use the gender in X test??

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

    Hi,
    Nice end to end Intuition!!!
    Can get code for this example which you walk through
    .
    Thanks,

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

      github.com/AarohiSingla/Support-Vector-Machine/blob/main/svm.ipynb

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

    Why we not use logistics regression here?

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

      Logistic Regression is a linear classifier, which means it only generates linear decision boundaries between classes. On the other hand, SVMs can generate non-linear decision boundaries by transforming the data into a higher dimensional space and finding the optimal boundary in that space.

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

    How about regression? Not classification Like give multiple variables as a an Input and Predict one Output

    • @RayyanAhmed-zs1ue
      @RayyanAhmed-zs1ue 6 месяцев назад

      Yes we can do it but now you that sweet time has passed ❤you commented this 2 years ago❤😂😂❤

  • @AbdulRehman-fm1zh
    @AbdulRehman-fm1zh Год назад

    Your video is amazing.
    I want the dataset that you have used and code. kindly send me the datasets and code.

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

      github.com/AarohiSingla/SVM/blob/main/Social_Network_Ads.csv

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

    I want Linear support vector machine code

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

    Nice video!
    Can you please share the dataset as well?
    Thank you.

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

      github.com/AarohiSingla/Detailed-Deep-Learning-Program/blob/main/Social_Network_Ads.csv

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

    Mam please provide dataset

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

      github.com/AarohiSingla/Detailed-Deep-Learning-Program/blob/main/Social_Network_Ads.csv

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

    You must have done hyperparameter