Learn Before
Concept
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 now 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{N( z ; 0, {I})} is noise, is a data vector, is a latent varibale, and is a set of principal axes relates the latent variables to the data represented as a matrix.
0
0
Updated 2021-07-08
Tags
Data Science