"가우시안 혼합모형"의 두 판 사이의 차이

(새 문서: ==개요== ;Gaussian mixture model (GMM) ;가우시안 혼합 모델 right|300px|thumb|Bayesian Gaussian mixture model using [[plate notation....)
 
 
(같은 사용자의 중간 판 16개는 보이지 않습니다)
1번째 줄: 1번째 줄:
==개요==
==개요==
;Gaussian mixture model (GMM)
;Gaussian mixture model (GMM)
;가우시안 혼합 모델
;가우시안  혼합모형, 가우스 혼합모형, 가우시안 혼합 모델
* 모델 기반 클러스터링 기법 중 하나


[[File:bayesian-gaussian-mixture.svg|right|300px|thumb|Bayesian Gaussian mixture model using [[plate notation]].  Smaller squares indicate fixed parameters; larger circles indicate random variables.  Filled-in shapes indicate known values.  The indication [K] means a vector of size ''K''.]]
==비(非)베이지안 혼합모델==
[[파일:nonbayesian-gaussian-mixture.svg|300px|]]


A Bayesian version of a [[Gaussian distribution|Gaussian]] mixture model is as follows:
[[plate notation]]을 사용하여 나타낸 비(非)베이지안 혼합모델. 작은 사각형들은 고정된 파라미터들을 나타낸다. 큰 사각형들은 확률변수를 나타낸다. 색이 채워진 도형들은 알려진 값을 나타낸다. [K]는 사이즈 ''K''인 벡터를 의미한다.
 
대표적인 비(非)베이지안 혼합모델은 다음과 같다.
:
*<math> K,N = </math> 위와 같음
*<math>\phi_{i=1 \dots K}, \boldsymbol\phi = </math> 위와 같음
*<math>z_{i=1 \dots N}, x_{i=1 \dots N} =</math> 위와 같음
*<math>\mu_{i=1 \dots K} =</math> 구성 요소 i의 평균
*<math>\sigma^2_{i=1 \dots K} =</math> 구성 요소 i의 분산
 
:<math>
\begin{array}{lcl}
z_{i=1 \dots N} &\sim& \operatorname{Categorical}(\boldsymbol\phi) \\
x_{i=1 \dots N} &\sim& \mathcal{N}(\mu_{z_i}, \sigma^2_{z_i})
\end{array}
</math>
 
==베이지안 혼합모델==
[[파일:bayesian-gaussian-mixture.svg|300px]]
 
[[plate notation]]을 사용하여 나타낸 베이지안 가우시안 혼합 모델.  작은 사각형은 고정된 파라미터를 뜻한다. 큰 원들은 확률 변수를 의미한다. 색이 채워진 도형들은 알려진 값을 나타낸다. [K]는 사이즈 ''K''인 벡터를 의미한다.
 
베이지안 버전의 가우시안 혼합 모델은 다음과 같다.
*<math> K,N = </math> 위와 같음
*<math>\phi_{i=1 \dots K}, \boldsymbol\phi = </math> 위와 같음
*<math>z_{i=1 \dots N}, x_{i=1 \dots N} =</math> 위와 같음
*<math>\mu_{i=1 \dots K} =</math> 구성 요소 i의 평균
*<math>\sigma^2_{i=1 \dots K} =</math> 구성 요소 i의 분산
*<math>\mu_0, \lambda, \nu, \sigma_0^2 =</math> 공유되는 하이퍼 매개변수


:<math>
:<math>
\begin{array}{lcl}
\begin{array}{lcl}
K,N &=& \text{as above} \\
\phi_{i=1 \dots K}, \boldsymbol\phi &=& \text{as above} \\
z_{i=1 \dots N}, x_{i=1 \dots N} &=& \text{as above} \\
\theta_{i=1 \dots K} &=& \{ \mu_{i=1 \dots K}, \sigma^2_{i=1 \dots K} \}  \\
\mu_{i=1 \dots K} &=& \text{mean of component } i \\
\sigma^2_{i=1 \dots K} &=& \text{variance of component } i \\
\mu_0, \lambda, \nu, \sigma_0^2 &=& \text{shared hyperparameters} \\
\mu_{i=1 \dots K} &\sim& \mathcal{N}(\mu_0, \lambda\sigma_i^2) \\
\sigma_{i=1 \dots K}^2 &\sim& \operatorname{Inverse-Gamma}(\nu, \sigma_0^2) \\
\sigma_{i=1 \dots K}^2 &\sim& \operatorname{Inverse-Gamma}(\nu, \sigma_0^2) \\
\boldsymbol\phi &\sim& \operatorname{Symmetric-Dirichlet}_K(\beta) \\
\boldsymbol\phi &\sim& \operatorname{Symmetric-Dirichlet}_K(\beta) \\
26번째 줄: 48번째 줄:
==같이 보기==
==같이 보기==
* [[혼합 모델]]
* [[혼합 모델]]
* [[클러스터링]]


==참고==
==참고==
* {{영어위키백과|Mixture_model#Gaussian_mixture_model}}
* {{영어위키백과|Mixture model#Gaussian mixture model}}
* {{위키백과}}
* {{위키백과|혼합 모델#가우시안 혼합 모델}}
* {{다음백과}}
* {{다음백과}}
* {{네이버백과}}
* {{네이버백과}}


[[분류: 클러스터 분석]]
[[분류: 클러스터 분석]]
[[분류: 잠재변수 모델]]
[[분류: 잠재변수 모형]]
[[분류: 확률 모델]]
[[분류: 확률 모델]]

2021년 10월 8일 (금) 16:40 기준 최신판

1 개요[ | ]

Gaussian mixture model (GMM)
가우시안 혼합모형, 가우스 혼합모형, 가우시안 혼합 모델
  • 모델 기반 클러스터링 기법 중 하나

2 비(非)베이지안 혼합모델[ | ]

Nonbayesian-gaussian-mixture.svg

plate notation을 사용하여 나타낸 비(非)베이지안 혼합모델. 작은 사각형들은 고정된 파라미터들을 나타낸다. 큰 사각형들은 확률변수를 나타낸다. 색이 채워진 도형들은 알려진 값을 나타낸다. [K]는 사이즈 K인 벡터를 의미한다.

대표적인 비(非)베이지안 혼합모델은 다음과 같다.

  • [math]\displaystyle{ K,N = }[/math] 위와 같음
  • [math]\displaystyle{ \phi_{i=1 \dots K}, \boldsymbol\phi = }[/math] 위와 같음
  • [math]\displaystyle{ z_{i=1 \dots N}, x_{i=1 \dots N} = }[/math] 위와 같음
  • [math]\displaystyle{ \mu_{i=1 \dots K} = }[/math] 구성 요소 i의 평균
  • [math]\displaystyle{ \sigma^2_{i=1 \dots K} = }[/math] 구성 요소 i의 분산
[math]\displaystyle{ \begin{array}{lcl} z_{i=1 \dots N} &\sim& \operatorname{Categorical}(\boldsymbol\phi) \\ x_{i=1 \dots N} &\sim& \mathcal{N}(\mu_{z_i}, \sigma^2_{z_i}) \end{array} }[/math]

3 베이지안 혼합모델[ | ]

Bayesian-gaussian-mixture.svg

plate notation을 사용하여 나타낸 베이지안 가우시안 혼합 모델. 작은 사각형은 고정된 파라미터를 뜻한다. 큰 원들은 확률 변수를 의미한다. 색이 채워진 도형들은 알려진 값을 나타낸다. [K]는 사이즈 K인 벡터를 의미한다.

베이지안 버전의 가우시안 혼합 모델은 다음과 같다.

  • [math]\displaystyle{ K,N = }[/math] 위와 같음
  • [math]\displaystyle{ \phi_{i=1 \dots K}, \boldsymbol\phi = }[/math] 위와 같음
  • [math]\displaystyle{ z_{i=1 \dots N}, x_{i=1 \dots N} = }[/math] 위와 같음
  • [math]\displaystyle{ \mu_{i=1 \dots K} = }[/math] 구성 요소 i의 평균
  • [math]\displaystyle{ \sigma^2_{i=1 \dots K} = }[/math] 구성 요소 i의 분산
  • [math]\displaystyle{ \mu_0, \lambda, \nu, \sigma_0^2 = }[/math] 공유되는 하이퍼 매개변수
[math]\displaystyle{ \begin{array}{lcl} \sigma_{i=1 \dots K}^2 &\sim& \operatorname{Inverse-Gamma}(\nu, \sigma_0^2) \\ \boldsymbol\phi &\sim& \operatorname{Symmetric-Dirichlet}_K(\beta) \\ z_{i=1 \dots N} &\sim& \operatorname{Categorical}(\boldsymbol\phi) \\ x_{i=1 \dots N} &\sim& \mathcal{N}(\mu_{z_i}, \sigma^2_{z_i}) \end{array} }[/math]

4 같이 보기[ | ]

5 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}