Used in parametric estimation.
- when you want to estimate something based on a hypothesized distribution
- it's easy to implement by using computer
Likelihood of
Log likelihood: (transfer product to sum)
Masimum Likelihood Estimator (MLE)
For a unknown parameter
$E[x]$ means the expected value of x
- Bias:
$b_\theta(d) = E[d] - \theta$ - Variance:
$E[(d-E[d])^2]$
Deep Learning
- Maximum Likelihood Estimation - Ch 5.5
機器學習
- 極大似然估計 - Ch 7.2
Convex Optimization
- Least-Squares and Linear Programming - Ch 1.2
- Statistical Estimation - Ch 7
- Maximum Likelihood Estimation - Ch 7.1.1