Principal Component Analysis (PCA) Theory

Principal component analysis is a method of summarizing the information in multidimensional data observed for features that are correlated with each other into new features expressed as a linear combination of the original features, with as little lo…


This content originally appeared on DEV Community and was authored by Jo

Image description

Principal component analysis is a method of summarizing the information in multidimensional data observed for features that are correlated with each other into new features expressed as a linear combination of the original features, with as little loss of information as possible.

The data to be classified by machine learning is often highly dimensional, well beyond three dimensions. This makes data visualization difficult and computationally expensive.

Even in such cases, principal component analysis can be used to compress dimensions and project the data into a 1D line, 2D plane, or 3D space to visually grasp the data structure.

This article describes the basic theory behind principal component analysis.

👇
https://laid-back-scientist.com/en/pca-theory


This content originally appeared on DEV Community and was authored by Jo


Print Share Comment Cite Upload Translate Updates
APA

Jo | Sciencx (2022-04-02T06:58:11+00:00) Principal Component Analysis (PCA) Theory. Retrieved from https://www.scien.cx/2022/04/02/principal-component-analysis-pca-theory/

MLA
" » Principal Component Analysis (PCA) Theory." Jo | Sciencx - Saturday April 2, 2022, https://www.scien.cx/2022/04/02/principal-component-analysis-pca-theory/
HARVARD
Jo | Sciencx Saturday April 2, 2022 » Principal Component Analysis (PCA) Theory., viewed ,<https://www.scien.cx/2022/04/02/principal-component-analysis-pca-theory/>
VANCOUVER
Jo | Sciencx - » Principal Component Analysis (PCA) Theory. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2022/04/02/principal-component-analysis-pca-theory/
CHICAGO
" » Principal Component Analysis (PCA) Theory." Jo | Sciencx - Accessed . https://www.scien.cx/2022/04/02/principal-component-analysis-pca-theory/
IEEE
" » Principal Component Analysis (PCA) Theory." Jo | Sciencx [Online]. Available: https://www.scien.cx/2022/04/02/principal-component-analysis-pca-theory/. [Accessed: ]
rf:citation
» Principal Component Analysis (PCA) Theory | Jo | Sciencx | https://www.scien.cx/2022/04/02/principal-component-analysis-pca-theory/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.