scikit-learn:4.4. Unsupervised dimensionality reduction (dimensionality reduction)

Source: Internet
Author: User

Reference: http://scikit-learn.org/stable/modules/unsupervised_reduction.html


For high-dimensional features, it is often necessary to unsupervised dimensionality reduction before supervised.



The following sections of the translation will be appended later.

4.4.1. Pca:principal Component Analysis

decomposition. PCA looks for a combination of features, that capture well the variance of the original features. See decomposing signals in components (matrix factorization problems). Translation article reference: http://blog.csdn.net/mmc2015/article/details/46867597.

Examples

    • Faces Recognition example using Eigenfaces and SVMs
4.4.2. Random projections

The module: random_projection provides several tools fordata reduction by random projections. See the relevant section of the Documentation:random Projection.

Examples

    • The Johnson-lindenstrauss bound for embedding with random projections
4.4.3. Feature agglomeration (feature aggregation)

cluster. Featureagglomeration applies hierarchical clustering to group together features that behave similarly.

Examples

    • Feature agglomeration vs. Univariate selection
    • Feature agglomeration

Feature Scaling

Note that if features has very different scaling or statistical properties, cluster. Featureagglomeration May is able to capture the links between related features. Using a preprocessing. Standardscaler can useful in these settings.



Pipelining:the unsupervised data reduction and the supervised estimator can be chained in one step. See Pipeline:chaining estimators.


Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.

scikit-learn:4.4. Unsupervised dimensionality reduction (dimensionality reduction)

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.