Soft Margin SVM - Practical Machine Learning Tutorial with Python p.31

Channel:
Subscribers:
1,410,000
Published on ● Video Link: https://www.youtube.com/watch?v=JHaqodAQqiI



Category:
Tutorial
Duration: 18:21
46,219 views
461


In reality, you may find that you either cannot find a linearly separable dimension for your dataset for machine learning, or you may find that your support vector machine has significant overfitment to your data. You know you have over-fitment if you have a large percentage of your dataset as support vectors. The soft-margin SVM allows for some "wiggle room" with separation.

https://pythonprogramming.net
https://twitter.com/sentdex
https://www.facebook.com/pythonprogramming.net/
https://plus.google.com/+sentdex




Other Videos By sentdex


2016-07-05Mean Shift from Scratch - Practical Machine Learning Tutorial with Python p.41
2016-07-01Mean Shift with Titanic Dataset - Practical Machine Learning Tutorial with Python p.40
2016-06-29Mean Shift Intro - Practical Machine Learning Tutorial with Python p.39
2016-06-22K Means from Scratch - Practical Machine Learning Tutorial with Python p.38
2016-06-20Custom K Means - Practical Machine Learning Tutorial with Python p.37
2016-06-11K Means with Titanic Dataset - Practical Machine Learning Tutorial with Python p.36
2016-06-10Handling Non-Numeric Data - Practical Machine Learning Tutorial with Python p.35
2016-06-07Clustering Introduction - Practical Machine Learning Tutorial with Python p.34
2016-06-02SVM Parameters - Practical Machine Learning Tutorial with Python p.33
2016-06-01Soft Margin SVM and Kernels with CVXOPT - Practical Machine Learning Tutorial with Python p.32
2016-05-31Soft Margin SVM - Practical Machine Learning Tutorial with Python p.31
2016-05-30Why Kernels - Practical Machine Learning Tutorial with Python p.30
2016-05-29Kernels Introduction - Practical Machine Learning Tutorial with Python p.29
2016-05-28Completing SVM from Scratch - Practical Machine Learning Tutorial with Python p.28
2016-05-26SVM Optimization - Practical Machine Learning Tutorial with Python p.27
2016-05-24SVM Training - Practical Machine Learning Tutorial with Python p.26
2016-05-23Creating an SVM from scratch - Practical Machine Learning Tutorial with Python p.25
2016-05-21Support Vector Machine Optimization - Practical Machine Learning Tutorial with Python p.24
2016-05-19Support Vector Machine Fundamentals - Practical Machine Learning Tutorial with Python p.23
2016-05-17Support Vector Assertion - Practical Machine Learning Tutorial with Python p.22
2016-05-16Understanding Vectors - Practical Machine Learning Tutorial with Python p.21



Tags:
soft margin
hard margin
support vector machine
svm
machine learning
tutorial
classification
artificial intelligence
scikit-learn
sklearn
tensorflow