Dimensionality Reduction

Principal Components Analysis

Principle Components Analysis (PCA) is an unsupervised method primary used for dimensionality reduction within machine learning. PCA is calculated via a singular value decomposition (SVD) of the design matrix, or alternatively, by calculating the covariance matrix of the data and performing eigenvalue decomposition on the covariance matrix. The results of PCA provide a low-dimensional picture of the structure of the data and the leading (uncorrelated) latent factors determining variation in the data.

Image Source: Wikipedia

Papers


Paper Code Results Date Stars

Tasks


Task Papers Share
Dimensionality Reduction 123 21.47%
Clustering 30 5.24%
Classification 29 5.06%
Time Series Analysis 14 2.44%
Anomaly Detection 13 2.27%
Image Classification 12 2.09%
BIG-bench Machine Learning 11 1.92%
Denoising 10 1.75%
Retrieval 9 1.57%

Components


Component Type
🤖 No Components Found You can add them if they exist; e.g. Mask R-CNN uses RoIAlign

Categories