Regularized least-squares classification (Regularization Least Squares classifier)

Source: Internet
Author: User


An important Classifier in machine learning or pattern recognition is SVM. This is widely used in various fields. However, its computing complexity and training speed are the main reasons restricting its real-time computer applications. Therefore, many algorithms, such as SMO and kernel, are proposed.


But the regularized least-squares classification mentioned here is a classifier with the same effect as him. Relatively speaking, the calculation is relatively simple (we see that a regularized least-squares classification problem can be solved by solving a single system of linear
Equations .). Next, we will introduce it.


Policy functions:

Let's take a look at his strategy: Structure Risk Minimization function.


By using the kernel method and simplification, we get the final required function f * (x ):


This is the final requirement. We can use some common kernel functions to process the kernel functions (for example, Gaussian Kernel ). So how can we solve CI?


How to solve C:


We all know that in SVM, we use the hinge loss function ). But obviously here is the square loss function:

At the same time, we perform square acquisition on both sides of the above f * (X) and bring it to the initial policy function:


So we can solve this equation by performing the derivation, making the derivative equal to 0:


Is it easy to find exceptions!




Regularized least-squares classification (Regularization Least Squares classifier)

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.