Computers & Internet

Interesting Facts About SVM (Support Vector Machines) in Machine Learning

Interesting Facts About SVM (Support Vector Machines) in Machine Learning
Spread the love

Interesting Facts About SVM (Support Vector Machines) in Machine Learning

  1. Is a supervised machine learning algorithm
  2. It is used for classification as well as the regression problems.
  3. These are the supervised ML models with associated learning algorithms that analyze data for classification and regression analysis.
  4. It is a linear model for classification and regression analysis.
  5. It is capable of solving linear and non-linear problems.
  6. It works extremely well for many practical problems.
  7. The idea behind the SVM is fairly simple. It creates a line or a hyperplane that separates the data into classes.
  8. SVMs are powerful tools to identify predictive models and classifiers not only because they accommodate sparse data very well but also because they can classify groups of data or create predictive rules.
  9. SVM types: Linear SVM, Non-Linear SVM, Use of Dot Product in SVM, Polynomial Kernel, Sigmoid Model, Anova Kernel.
  10. The goal of SVM (Support Vector Machine) is to find a decision boundary which splits the data into binary classes.

To conclude, the SVM (Support Vector Machine) is a supervised machine learning algorithm used for both classification and regression. And for that purpose SVM uses classification algorithms for two group classification problems.