Support Vector Machine

Source: Internet
Author: User
Support vector machine based on maximum interval segmentation data

The pros and cons of support vector machines:

  • Advantages: The error rate is low, the calculation cost is small, the result is easy to explain.
  • Cons: Sensitive to parameter adjustment and kernel function selection, the original classifier is only suitable for handling two types of problems.
  • Use data types: numeric and nominal data.

The support vector is the closest point to the split plane. The next step is to try to maximize the distance from the support vector to the divider, and you need to find the optimal solution for this problem.

General framework for SVM applications

1 Collect Data can be applied to any method
2 Preparing data Requires numeric data
3 Analyze data Helps visualize the separation of the superelevation plane
4 Training algorithms Most of the time in SVM stems from training, and the country says it mainly implements tuning of two parameters
5 Test algorithm A very simple calculation process can be achieved
6 Applicable algorithms Almost all classification problems can use SVM, SVM itself makes a class two classifier, the application of SVM to multi-tired problem need to make some changes to the code

Support Vector Machine

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.