Kernel Trick in SVM | Code Example

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 ม.ค. 2025

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

  • @VIP-ol6so
    @VIP-ol6so 9 หลายเดือนก่อน +10

    I usually dont hit like on any videos, but can't resist with ur videos

  • @barryallen3051
    @barryallen3051 2 ปีที่แล้ว +34

    I always prefer reading books rather than watching YT videos. Because content in YT videos despite being easy to understand is always incomplete.
    But in your case not only content is super easy to understand but also much more in-depth and with a lot of practical advices than many books.
    Hope you get time and upload lectures on Kernel Mathematics and other topics which you mentioned in this last video.

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

      couldn't' agree more

    • @princekhunt1
      @princekhunt1 11 หลายเดือนก่อน

      Can you prefere which book you are reading for ml? I'm begginer so it would help if you tell me. 🙂

    • @manishchauhan5625
      @manishchauhan5625 7 หลายเดือนก่อน

      @@princekhunt1 Go for "Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow".

    • @sahirmohammad9027
      @sahirmohammad9027 22 วันที่ผ่านมา

      @@princekhunt1 hands on machine learning by Geron

  • @anujshrivastav7365
    @anujshrivastav7365 2 ปีที่แล้ว +5

    The best explanation of Support vector machine with math and geometric intuition

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

    Jo SVM whole sem ni aaya smjh vo exam se ek raat phle 2 hours mai aa gaya thank a lot sirr

  • @khizerismail9684
    @khizerismail9684 7 หลายเดือนก่อน +3

    I studied SVM by a paid instructor and he made it so desirably scary that even to think of applying SVM in real world scenarios haunts me. But after going thru your SVM playlist I have got the intuition and mathematics how it works and also the soft margin classifier was never understood by me of what was that zeeta actually.

  • @nipunmittal6250
    @nipunmittal6250 4 หลายเดือนก่อน

    absolutely awesome playlist for SVM, specially to understand the whole working of thing

  • @cec408_adityachoudhari5
    @cec408_adityachoudhari5 9 หลายเดือนก่อน +3

    We live in a world where teacher like nitish sir is underrated

  • @divyanshrawat2859
    @divyanshrawat2859 8 หลายเดือนก่อน

    your teaching is a work of art

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

    Best I mean nobody on youtube gas explained like this.

  • @RohitKumar-iw3tt
    @RohitKumar-iw3tt 2 ปีที่แล้ว +12

    Hi Nitish, Will you add any further video on Kernel Mathematics? as you mentioned in this last video

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

      did u get that videos so please help where did u cover that all ?

  • @Extra-i5y
    @Extra-i5y 9 หลายเดือนก่อน

    great playlist , the best one i have watched. thnx for the great videos.

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

    @campus_x sir does the kernel also check for the width of the curve or just the position of the curve , what if the spread of the inner class is more and we need more area than what e^-x**2 is offering us ,like you have said that i checks at every landmark and calculates the accuracy measure
    And even the plot after you have used rbf kernel ,it is closer to blue points , it is not satisfying the condition of maximizing the distance between 2 classes or support vectors

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

    Thank you for sharing your knowledge!

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

    Very well explained

  • @smitpatel1358
    @smitpatel1358 2 ปีที่แล้ว +1

    Thank you Nitish bhai!!

  • @aination7302
    @aination7302 2 ปีที่แล้ว +1

    Wait, rbf kernel - does it create a circular decision boundary or it creates a linear plane after internal data transformations?

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

      it is creating flat plane, but the image we are watching is 2d, hence from top view it is looking like circle.

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

    Can also plot feature importance plot for it??

  • @studology67
    @studology67 5 วันที่ผ่านมา

    can you upload a video on kernel mathematics?

  • @nareshbarik5384
    @nareshbarik5384 2 หลายเดือนก่อน +1

    thank you

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

    First I like then I watch.

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

    How to visualize a kernel SVM classification model with three input, I mean How can we plot 3 Dimensional plot for the SVM classification model? and when we have more than two input variables how to visualize on a graph or it is not possible to do that?

  • @somyaagarwal2942
    @somyaagarwal2942 13 วันที่ผ่านมา

    Need videos on kernel mathematics pleaseeeee

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

    nice explanation sir

  • @ParthivShah
    @ParthivShah 9 หลายเดือนก่อน +1

    Thank You Sir.

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

    sir continue with video's

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

    ThankYou Sir

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

    sir ji thoda RBF wagera bhi padha do time nikal kr . Ur kripa on me . thanks!

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

    Your have used sample_generator in your code which is deprecated and not supported in python!! But theoretically you have explained well.

    • @RohitKumar-wb4pe
      @RohitKumar-wb4pe 7 หลายเดือนก่อน

      from sklearn.datasets import make_circles
      X, y = make_circles(100, factor=.1, noise=.1)
      plt.scatter(X[:, 0], X[:, 1], c=y, s=50, cmap='bwr')
      plt.show()
      This code will work..

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

    finished watching

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

    Thanks Sir...

  • @ANONYMOUS-xj1kd
    @ANONYMOUS-xj1kd หลายเดือนก่อน

    thnx a lot man

  • @AkaahsainiAI
    @AkaahsainiAI 16 วันที่ผ่านมา

    but why transformation is valid on data? ...i mean we changing the original values so it will affect on predication

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

    Thank you very much

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

    nice video

  • @Aditya123jain
    @Aditya123jain 6 วันที่ผ่านมา

    YE BHAI TO KAMAL hai

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

    great

  • @MAyyan-gb6hi
    @MAyyan-gb6hi ปีที่แล้ว

    bro ily!

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

    ---------------------------------------------------------------------------
    ModuleNotFoundError Traceback (most recent call last)
    Cell In[6], line 1
    ----> 1 from sklearn.datasets.samples_generator import make_circles
    2 X, y = make_circles(100, factor=.1, noise=.1)
    4 plt.scatter(X[:, 0], X[:, 1], c=y, s=50, cmap='bwr')
    ModuleNotFoundError: No module named 'sklearn.datasets.samples_generator'
    error bro

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

      use : from sklearn.datasets import make_circles

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

      have you imported the scikitlearn package ?

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

      from sklearn.datasets import make_circles

    • @RohitKumar-wb4pe
      @RohitKumar-wb4pe 7 หลายเดือนก่อน

      from sklearn.datasets import make_circles
      X, y = make_circles(100, factor=.1, noise=.1)
      plt.scatter(X[:, 0], X[:, 1], c=y, s=50, cmap='bwr')
      plt.show()