0% found this document useful (0 votes)
5 views1 page

PCA for Dimensionality Reduction

PCA is a technique that reduces the dimensionality of data by transforming it into a new feature space with fewer dimensions while retaining as much information as possible. It works by finding the principal components or directions of maximum variance in the data and keeping only the components that contribute most to the explanation of the variance in the data, allowing dimensionality reduction. PCA seeks orthogonal linear combinations of features that show the greatest variance and can help reveal the underlying structure of a dataset.

Uploaded by

Naman Kasliwal
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views1 page

PCA for Dimensionality Reduction

PCA is a technique that reduces the dimensionality of data by transforming it into a new feature space with fewer dimensions while retaining as much information as possible. It works by finding the principal components or directions of maximum variance in the data and keeping only the components that contribute most to the explanation of the variance in the data, allowing dimensionality reduction. PCA seeks orthogonal linear combinations of features that show the greatest variance and can help reveal the underlying structure of a dataset.

Uploaded by

Naman Kasliwal
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Principal Component Analysis (PCA)

Naman Kasliwal Date: 6/2/2018


14D070041

Introduction:
 Principal Component Analysis (PCA) is a useful technique for dimensionality reduction
 It is optimal to represent the variability of the training data with as few dimensions as
possible
 PCA helps find the combinations of variables that explain the most variance
 PCA seeks orthogonal linear combinations of the features which show the greatest variance,
and as such, can help give you a good idea of the structure of the data set
 Linear dimensionality reduction uses approximated Singular Value Decomposition of the
data and keeps only the most significant singular vectors to project the data to a lower
dimensional space

Input Images:

Result of applying PCA:


The mean image (top left) and the first seven modes; that is, the directions with most variation.

You might also like