베이지안 주성분 분석(Bayesian PCA)
이번 글에서는 베이지안 주성분 분석에 대해 알아보겠습니다. [관련 글] 2021.08.16 - [Machine Learning/models] - [models] 주성분 분석(Principal Component Analysis) 2021.08.16 - [Bayesian] - 확률적 주성분 분석(Probabilistic PCA) 확률적 주성분 분석에서는 관측된 변수를 연속형 잠재 변수를 통해 다음과 같이 나타내었습니다. $\begin {align} &\textbf {x}=\textbf {Wz} + \mu + \epsilon,~~~~where~\epsilon \sim N(0,\sigma^2),~p(\textbf {z})=N(z|0, \textrm {I}) \\ &p(\textbf {x}|\textbf {z})..
2021.08.16