Feature selection and feature extraction

Source: Internet
Author: User

Learning machine learning for some time, but even the most basic theoretical problems are not understood, here I briefly explain.

For example, I have a set of L metric values {X1, X2, X3, ... XL};

Feature selection: Select m (m<l) subsets from existing L measures according to a certain standard, {X1, X2, X3, ... Xm}; The M measure is a feature that is reduced to a dimension.

Feature extraction: Make this L measure through some kind of transformation H (*), produce a new M (m<l) subset, {X1, X2, X3, ... Xm}. The new M subset is the feature of descending dimension after feature extraction.

This is illustrated by a popular example:

Example: The difference between feature selection and feature extraction: identification of a bar and a circle.

Solution: [Method 1]
① feature Extraction: Measurement of three structural features
(a) perimeter
(b) Area
(c) Two cross-diameter ratios perpendicular to each other

Analysis: (c) is characterized by its ability to classify, hence the selection (c),
Throw Away (a), (b).

[Method 2]:① Feature Extraction: Measuring the projection of an object to two axes
Value, A and B each have 2 range ranges. It can be seen that the projections of two objects overlap, and the projection values are not used directly The two areas are separated.

② Feature Selection: Rotate the coordinate system in a counterclockwise direction, or the object changes in a clockwise direction, and the appropriate translation and so on. Two objects can be distinguished by the positive or negative values of the coordinates projected on the axis of the object.

Feature selection and feature extraction

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.