Learn Before
Probabilistic PCA
Probabilistic PCA is a dimensionality reduction technique that analyzes data via a lower-dimensional latent space. The PCA probability model is a slightly modified factor analysis model that uses as the covariance of , where is a scalar:
textbf{x} sim N(textbf{x}; textbf{b}, textbf{W}textbf{W}^{T} + sigma^{2}textbf{I})
which can be equivalently expressed as:
where textbf{z} sim N(textbf{z}; 0, textbf{I}) is noise, is a data vector, is a latent variable, and is a matrix of principal axes relating the latent variables to the data.
0
0
Contributors are:
Who are from:
Tags
Data Science
Related
Visualizing PCA
Helpful video explaining dimensionality reduction/PCA
Deciding How Many Principal Components to Use
What are Principal Components?
Concept of Interesting
The Proportion of Variance Explained
Steps Involved in the PCA
Probabilistic PCA
Global vs. Local Structure Preservation in Dimension Reduction