PCA is a statistical technique used for dimensionality reduction and data exploration. It aims to identify a dataset's most essential features or patterns by transforming it into a new set of uncorrelated variables known as principal components.
- Introduction to PCA
- Dimensionality
- Mathematical Overview
- Standardization
- Covariance Matrix
- Eigen Vectors and Eigen Values
- Feature Vector
- Align Data
- Code Overview
- Implementation Manually
- Implementation in Scikit Learn
- sklearn.decomposition.PCA()
- Parameters
- Attributes
- End
- References
- Singular Value Decomposition (SVD)
a statistical measure used to describe the distribution of a dataset and determine the relative position of specific data points within that distribution.
- Introduction to Percentiles
- Calculating Percentiles
- numpy.percentile