Difference between revisions of "Principal Component Analysis (PCA)"

From
Jump to: navigation, search
Line 12: Line 12:
 
* [[Clustering]]
 
* [[Clustering]]
 
* [[Anomaly Detection]]
 
* [[Anomaly Detection]]
* [[Dimensional Reduction Algorithms]]
+
* [[Dimensional Reduction]]
 
* [[T-Distributed Stochastic Neighbor Embedding (t-SNE)]]
 
* [[T-Distributed Stochastic Neighbor Embedding (t-SNE)]]
 
* [[Causation vs. Correlation]] - Multivariate Additive Noise Model (MANM)
 
* [[Causation vs. Correlation]] - Multivariate Additive Noise Model (MANM)

Revision as of 21:57, 27 June 2019

YouTube search... ...Google search

a data reduction technique that allows to simplify multidimensional data sets to 2 or 3 dimensions for plotting purposes and visual variance analysis.

  1. Center (and standardize) data
  2. First principal component axis
    1. Across centroid of data cloud
    2. Distance of each point to that line is minimized, so that it crosses the maximum variation of the data cloud
  3. Second principal component axis
    1. Orthogonal to first principal component
    2. Along maximum variation in the data
  4. First PCA axis becomes x-axis and second PCA axis y-axis
  5. Continue process until the necessary number of principal components is obtained


principal-component-analysis-basics-scatter-plot-data-mining-1.png


NumXL