Machine Learning Tutorial Python - 10 Support Vector Machine (SVM)

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 มิ.ย. 2024
  • Support vector machine (SVM) is a popular classification algorithm. This tutorial covers some theory first and then goes over python coding to solve iris flower classification problem using svm and sklearn library. We also cover different parameters such as gamma, regularization and how to fine tune svm classifier using these parameters. Basically the way support vector machine works is it draws a hyper plane in n dimension space such that it maximizes the margin between classification groups.
    #MachineLearning #PythonMachineLearning #MachineLearningTutorial #Python #PythonTutorial #PythonTraining #MachineLearningCource #SupportVectorMachine #SVM #sklearntutorials #scikitlearntutorials
    Code: github.com/codebasics/py/blob...
    Exercise: Open above notebook from github and go to the end.
    Exercise solution: github.com/codebasics/py/blob...
    Topics that are covered in this Video:
    0:00 Introduction
    0:20 Theory (Explain support vector machine using sklearn iris dataset flower classification problem)
    3:11 What is Gamma?
    4:21 What is Regularization?
    5:27 Kernel
    6:32 Coding (Start)
    18:08 sklearn.svm SVC
    21:41 Exercise (Classify hand written digits dataset from sklearn using SVM)
    Do you want to learn technology from me? Check codebasics.io/?... for my affordable video courses.
    Next Video:
    Machine Learning Tutorial Python - 11 Random Forest: • Machine Learning Tutor...
    Populor Playlist:
    Data Science Full Course: • Data Science Full Cour...
    Data Science Project: • Machine Learning & Dat...
    Machine learning tutorials: • Machine Learning Tutor...
    Pandas: • Python Pandas Tutorial...
    matplotlib: • Matplotlib Tutorial 1 ...
    Python: • Why Should You Learn P...
    Jupyter Notebook: • What is Jupyter Notebo...
    Tools and Libraries:
    Scikit learn tutorials
    Sklearn tutorials
    Machine learning with scikit learn tutorials
    Machine learning with sklearn tutorials
    To download csv and code for all tutorials: go to github.com/codebasics/py, click on a green button to clone or download the entire repository and then go to relevant folder to get access to that specific file.
    🌎 My Website For Video Courses: codebasics.io/?...
    Need help building software or data analytics and AI solutions? My company www.atliq.com/ can help. Click on the Contact button on that website.
    #️⃣ Social Media #️⃣
    🔗 Discord: / discord
    📸 Dhaval's Personal Instagram: / dhavalsays
    📸 Codebasics Instagram: / codebasicshub
    🔊 Facebook: / codebasicshub
    📱 Twitter: / codebasicshub
    📝 Linkedin (Personal): / dhavalsays
    📝 Linkedin (Codebasics): / codebasics
    🔗 Patreon: www.patreon.com/codebasics?fa...

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

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

    To learn AI concepts in a simplified and practical manner check our course "AI for everyone": codebasics.io/courses/ai-for-everyone-your-first-step-towards-ai
    Do you want to learn technology from me? Check codebasics.io/ for my affordable video courses.

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

    Exercise solution: github.com/codebasics/py/blob/master/ML/10_svm/Exercise/10_svm_exercise_digits.ipynb
    Complete machine learning tutorial playlist: th-cam.com/video/gmvvaobm7eQ/w-d-xo.html

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

      I used model = SVC(C=2.0, gamma='auto', kernel='rbf') and got an accuracy of 100%
      Can you check that it is right or not?
      Also I used random_state = 100 in train_test_split method for random values

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

    Thanks so much for the detailed video on SVM. This helped me a lot!

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

    Thank you very much for these videos. They are really helpful. I did the exercise and got 99% when C=4. Any increase in C did not affect the accuracy. Also, any alteration made to gamma and kernel dropped the accuracy drastically. Thank you once again.

  • @sagnikmukherjee8954
    @sagnikmukherjee8954 4 ปีที่แล้ว +15

    model = SVC(kernel = 'rbf', C = 4, gamma = 'scale')
    With the above config, I got a model score of about 99.17%. Test size was 20%, as mentioned.
    Thank you, these tutorials are amazing! :) cheers!

    • @codebasics
      @codebasics  4 ปีที่แล้ว +9

      again great job sagnik. I am seeing that you are on the roll and finishing all the exercises from this playlist. keep it up :)

    • @KULDEEPSINGH-li6gv
      @KULDEEPSINGH-li6gv 2 ปีที่แล้ว

      @@codebasics high model score leads to overfitting? as I got 98% model score with 60% training size

    • @Michelle-yk1fc
      @Michelle-yk1fc ปีที่แล้ว

      I got 99.25% model score with 70% training size

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

    A very solid, informative yet concise tutorial. Excellent. Please keep it up.

  • @saidouiazzane2297
    @saidouiazzane2297 4 ปีที่แล้ว +8

    What a wonderfull tutorial!! well done and well explained. Thanks a lot dude for the sharing of this expensive knowledge.

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

    Got 1.0 score when C=4 for iris data set. Thank you Sir! Your machine learning Playlist is a boon for beginners like me.

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

      That's not always a good thing though. In most real life problems, that would mean that your model has become overfitted.

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

      Same here😱

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

      @@nikitakazankov4099 Ikrt😏

    • @jay-rathod-01
      @jay-rathod-01 3 ปีที่แล้ว

      @@nikitakazankov4099 Though it does make sense, Whenever I see a Russian name I bow down because of their intelligence.

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

      @@nikitakazankov4099 bro, The accuracy is on test dataset. if it's on training dataset then it must be overfit

  • @Abhishekpandey-dl7me
    @Abhishekpandey-dl7me 5 ปีที่แล้ว +9

    one of the best lecture I have ever watched

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

      Hey Abhishek.
      Great thanks for your kind words.Stay in touch for more videos and share our channel if you really find it worth.

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

    Hello sir, thank you for your videos. It really helps from the beginner of the video which you have listed in data science playlist. 😄
    The model in default method is 99.65% in train and 99.4% in test. Whereas gamma method will lower down the accuracy of the model from 99.4% to 75% therefore it has explicit shows the gamma method is unsuitable for the scenario however the regularisation has improve the train set to 1 and testing set is retained the best accuracy of model.
    Yet, kernel parameter as linear has also provided a good accuracy of model.
    Thank you for your guidance.

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

    This series is the best I have seen on simple and explicit Machine learning and Algorithm.Thanks

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

      Glad to hear that!

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

    Thank you so much for your presentation. I have learned a lot.
    Exercise
    Test size=0.2, C=1, kernel='poly
    Accuracy: 99.17%

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

    Very very good tutorial. The gentle practice of svm. Thank you

  • @DataScienceHarrison
    @DataScienceHarrison 5 หลายเดือนก่อน

    Thank you for this. They are really helpful. I did the exercise and got 99.17% when C=10. Any increase in C did not affect the accuracy. Also, any alteration made to gamma and kernel dropped the accuracy drastically. Be blessed.

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

    I was looking for python code to SVM... Thanks a lot... this was a great help... very clean and intuitive lecture~!

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

      Glad it was helpful!

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

    Very well-explained video. Thank you!

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

    This is great! Thank you so much for the video

  • @sikanderayazkhan9996
    @sikanderayazkhan9996 5 ปีที่แล้ว +12

    Wow! how brilliantly working and good teaching method as well . thx sir from Pakistan ... keep it Up!

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

    Your all concepts are so brilliant and well defined.because of these video , my concepts and doughts are now so much clear.

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

      Glad you like them!

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

    Thank you for this great series!

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

    Thankyou so much for the wonderful job!!

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

    hello great videos, loved this series. Can you please do a video on imbalanced data sets in classifications problems? Maybe just add onto a previous example you have but with a case where there are very few "1" or "true" values compared to "0" or "false" . thanks for you consideration!

  • @GojoKamando
    @GojoKamando 9 หลายเดือนก่อน

    your lectures are so addictive I am enjoy learning, thank you soooooooooo much

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

    Your teaching skills are unmeasurable and it's very easy to understand no need to scratch our head for looking at some other training institute.
    I have executed load_digits datasets and found the following score:
    For 'rbf' kernal, score -98
    'linear' kernal, score -97

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

      Siddu, thanks for complement and good job on exercise. 👏👏👏 That is indeed a nice score

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

    After all possible regularisations, my highest accuracy is 99%. Thank you sir

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

      Iradukunda, that's a pretty good score buddy. Good job 👍👌👏

  • @stackflow4007
    @stackflow4007 2 หลายเดือนก่อน

    Great videos Bro, Finally understands something :)

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

    Thank you so much for this clear and helpful explanation. well done

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

    Thanks!!!!!!!!! for this wonderful tutorial got accuracy 99.166%

  • @franky0226
    @franky0226 4 ปีที่แล้ว +11

    Great! Sir, Can you elaborate something about plotting the hyperplane (the decision function) in matplotlib
    I want to see the best line which classifies the data

  • @arijitRC473
    @arijitRC473 5 ปีที่แล้ว +4

    In linear kernel score is 96.9 percent and in rbf kernel score is 40 percent...
    With gamma value the score is 0.06... And with the regularization value the score is around 45. 83 percent

  • @simonmontenegro4897
    @simonmontenegro4897 7 หลายเดือนก่อน +1

    Excellent video, I'm doing a review of what i learned a year ago in a deep learning course in the university (i'm a geophysics graduate) with this playlist without seeing too much math.
    For C = 25 kernel = rbf and gamma = scale, Test_size = 0.2
    Accuracy = 99.70%

    • @h.m.sazzadquadir1625
      @h.m.sazzadquadir1625 5 หลายเดือนก่อน

      I used kernel = linear and it gave me an accuracy score of 1.0 :3

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

    Can you make a video on title "how to determine which classification model to be used in ML according to dataset" ?

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

    When I did the exercise, rbf performs slightly better for me than linear. I believe when you created your notebook, the default gamma was auto. Using the scale option provides much better results than auto for rbf.

  • @ms.mousoomibora9526
    @ms.mousoomibora9526 4 ปีที่แล้ว

    very much helpful for beigineers !! Thank you so much..

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

    It was really really helpful, thanks a million.

  • @anuragmishra6262
    @anuragmishra6262 4 ปีที่แล้ว +5

    I got 98.16% accuracy with C=2, kernel=rbf and gamma=0.001
    Maximum Accuracy: 100%
    Minimum Accuracy: 95 %
    Avg Accuracy: 98.16%

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

      That’s the way to go Anurag, good job working on that exercise

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

    I got score 99.4 when c=1 and gamma=scale
    And i got 50 when gamma = auto
    And 99.7 when gamma = auto and c=10
    Thank you sir for this series. And following the tutorial with doing exercises

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

      That’s the way to go irshad, good job working on that exercise

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

    @codebasics, sir could you please make a video with regression models like KNN regression or random forest with train_test_validation set? Thank you for your amazing videos..I started my machine learning implementation journey with your tutorials.❤

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

    You teach so well...i thought i will never understand ml...

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

    What an awesome tutorial.

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

    Thank you so much Sir! for your machine learning playlist

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

      I am happy this was helpful to you.

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

    Great vid! but would've been nice if you had plotted the SVM line and scatter plots. Also running a few predictions would be useful.

  • @user-fe7kg7jt5w
    @user-fe7kg7jt5w 3 ปีที่แล้ว

    For digits I got highest accuracy value as 0.99 with gamma 'scale' and C=10
    Thank you for your video!

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

      That’s the way to go Коробка, good job working on that exercise

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

    You are seeming to be tired from your voice but hats off your efforts !

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

    thanks for this!!

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

    Tried couple of iterations finally I got 99.166% accuracy with all default parameters. random_state=1 while defining train test data.. Thanks a lot Sir

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

    And thank you sir for an awesome playlist

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

    Can't thank you enough bro.💜🙏
    Jai Shree Ram. Hope Ram bhagwaan bless your entire family.

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

    I calculated on digits dataset and comes with SVC = 99.16%
    while with logistic regression it was = 96.38%.
    So kudos to Support Vector Classification.

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

    my score is 76.5 with ginni index model and 75.9 with entropy model
    btw thanks for good teaching sir ji

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

    All your videos are just awesome❤❤❤

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

      Thanks for your kind words of appreciation

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

    I am liking the tutorials Thanks

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

      Glad you like them!

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

    great tutorial man👍👍👍

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

    Please make a video on the topic "How to choose which ML algorithm for a dataset".
    And thanks for amazing videos, sir.

  • @aayushsharma2881
    @aayushsharma2881 9 หลายเดือนก่อน

    Thank You Sir, Dhaval and for the exercise I used normal rbf kernel C= 1 and got the accuracy of 0.991668

  • @UttamKumar-zj4qs
    @UttamKumar-zj4qs 2 ปีที่แล้ว

    Hello sir, thank you so much for this video. I got 99.25% when i put C=1.
    If, I use kernel='rbf' then, I got 99 % accuracy.
    And for kernel='linear', I got 97.7% accuracy.

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

    heartfull thanks to you sir

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

    Excellent...!!!! 😀 thanks

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

      Roopa, thanks for the feedback

  • @vikhyatshanbhag305
    @vikhyatshanbhag305 4 ปีที่แล้ว +11

    When i tried iris data set with SVC default values, i got 1 accuracy. Digits data set with SVM(kernal='linear') gave 98% accuracy.

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

    dank je wel

  • @jenil16
    @jenil16 3 หลายเดือนก่อน +1

    Logistic Regression is giving the 100% score.....its performing better than SVC and also Decision Tree.

  • @Koome777
    @Koome777 7 หลายเดือนก่อน +1

    Model score when C=20 is 0.9944444444444445. Varying kernel, gamma gave lower scores. This was my best.

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

    used hyperparameter tuning here to get 100% for train and 99.72% for test...luckily data was clean cause im not very experienced in data cleaning and here i didnt even do too much data visualization

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

    thank you so much:)

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

    SVC(C=4, kernel='rbf',gamma='scale')
    Got an accuracy of 99.17%

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

    I got accuracy of 99.72% by keeping kernel='rbf', C=1 and gamma=0.002

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

    ur the best broo

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

    BEST DEMO ON SVM

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

    thanks a lot for uploading. Plz try to upload next vides soon.

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

    Exercise Results:
    C=5, kernel ='rbf' & test size used 0.2, Accuracy: 99.5%

  • @sanooosai
    @sanooosai 5 หลายเดือนก่อน

    great thank you

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

    amazing video

  • @saurabh7943
    @saurabh7943 6 หลายเดือนก่อน +1

    We have done with the iris data in Logistic Regression Exercise , which peak value was also 96 %

    • @kishanagarwal7986
      @kishanagarwal7986 5 หลายเดือนก่อน +1

      I got a peak value of 1 in LR

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

    How to find linear or non-linear in the dataset if we get very large dataset ?

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

    Thank you

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

    Hi, can we change columns using one hot encoding or just only encoder?

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

    Sir please make videos on unsupervised learning waiting for it for a long time hope you will help us.

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

    Very good tutorial. I got 99.9% accuracy using kernel='rbf' and C=1.0.

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

      That’s the way to go Ajeniyi, good job working on that exercise

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

    Can you do some quick videos on exploratory data analyses? Things like custom querying and displaying relation between queried data elements?

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

    Really nice video. Thank you so much such brilliant video. I got the score of 98.61% with C = 1. but i could not apply matplotlib visualization as there are 64 columns. I could not understand which columns should be selected for visualization.

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

    Thanks for your effort sir, but there is something I wonder.. When I fit a model, I can't see any description like you have in your jupyter notebook.(C=1, cache_size=200 etc..) I can't see them.. is there any way to see them?

  • @user-js8ui5ff5w
    @user-js8ui5ff5w 5 หลายเดือนก่อน

    model=SVC(C= 5, gamma= 'scale', kernel= 'rbf')
    train size was 80%
    score=99.45%

  • @588kumar
    @588kumar 4 ปีที่แล้ว

    Just watching the tutorial, you are not going to learn anything :-) --> We understood your intention sir. A big salute to you.

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

      Ha ha.. nice. It is very true.

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

    Thank you sir for wonderful explanation.I think high regularization means simpler the model.(5.11)

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

    got a score of 99.16 for my test samples with C=any thing more than 2( i wonder why there were no difference between C=2 and C= 100, i got the 99.16 accuracy for all the values for C more than 2!). didn't change the gamma or the score would be destroyed! the kernel ='rbf'.
    thanks for this amazing tutorial BTW! :)

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

      Good job Amir, that’s a pretty good score. Thanks for working on exercise

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

    very nice tutorial!

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

    Do you know a way you could look at only one data points specifically when you do the prediction at the end?

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

    Thanks

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

    got 100% accuracy for Digit dataset where model=SVC(C=7,kernel='rbf')

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

    1)What is good to have- a large gamma or regularization parameter?
    2)We used only fit() but not fit_transform(), is it because the rbf Kernel will perform the transformation itself to scale the features and the target labels?

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

    I think it should be high C corresponds to low regularization, which means the classifier don't penalize too much on classification error.
    Vice versa for low C.

  • @sushantmore6492
    @sushantmore6492 6 หลายเดือนก่อน

    Usually we predict the values based on x_test value and we get some predictions for x_test values. And after that we compare the y_pred with the y_test, but in the video the predict code is not written or is it like that only ??

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

    rbf kernel gives around 98.9% accuracy while, linear kernel gives 98.3% accuracy in my calculation

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

    excellent video

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

      Glad you liked it!

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

    Thanks for the video! It's very useful and clear. Can we get the same for other algorithms like Navie bayes, KNN, ANN etc...?

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

      Priya I am happy you liked it. I already have tutorial on naive Bayes. Check out machine learning playlist on my channel. I am also continuing deep learning series so the other topics you suggested will be covered as well.

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

    SVC(kernel='rbf' , C=10)
    accuracy = 0.9933333333333333
    (digit classifier)
    thank you so much sir
    i am your fan from india
    guru dev ko sadar naman

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

    Sir, how to add legend displaying all the three categories with corresponding markers in the plot?

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

    What if we do sliding window to get dimensionality reduction (reduce the length of data), then how to classify the data if the length of data and target is different?

  • @qas4273
    @qas4273 4 ปีที่แล้ว +13

    I got a 98.61 % accuracy. Gamma was set to "scale" and C was 1.

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

    The best