반응형
MLE란?
Maximun Likelihood method라고도 불리며, 최대우도법이라고 한다. 어떤 사건이 일어날 가장 높은 확률 값을 찾는 것이라고 볼 수 있다. 어떤 모수
만약
Deep Learning 에서는 MLE를 가지고 Cross Entropy를 계산하거나 -1 을 곱해주어서 최소값을 찾는 Loss function으로도 사용한다. ( input value 가 이산형일 경우 사용을 한다. 연속형일 경우는 GD )
- cross Entropy, Gradient Descent 는 다음에 다뤄보도록..
예제 1 : Binomial
=
=
예제 2 : Gaussian distribution
위와 동일한 방법으로 진행할 것이다. 가우시안 분포에 변수는
=
=
=
=
'Mathematics > Statistics' 카테고리의 다른 글
[Bayesian] Bayesian Deep Learning - Random Process (0) | 2021.07.12 |
---|---|
[Bayesian] Bayesian Deep Learning - Random variable (0) | 2021.07.09 |
[Bayesian] Bayesian Deep Learning - Probability (0) | 2021.07.06 |
[Bayesian] Bayesian Deep Learning - Measure theory (0) | 2021.07.06 |
[Bayesian] Bayesian Deep Learning - Set theory (0) | 2021.07.06 |