MLE for — result.
mediumAnswer
- μ̂ = X̄ (unbiased, minimum variance). σ̂² = — the biased MLE.
- Bias-corrected version divides by n-1 (sample variance).
- For large n, both converge to .
- Deep-learning tie-in: minimizing MSE under Gaussian noise = MLE with fixed σ.
- Softmax cross-entropy = MLE for a categorical distribution.
- Almost every parametric ML training objective is an MLE.
Check yourself — multiple choice
- Only Bayesian
- μ̂ = X̄; σ̂²_MLE = (1/n) (biased); sample variance divides by n-1 to correct — MSE = MLE under Gaussian noise
- Random
- μ̂ = median
MLE Normal: μ̂=X̄, σ̂²_MLE = (1/n) (biased); MSE ≡ Gaussian MLE.
#estimation#theory
Practise Statistics Fundamentals
215 interview questions in this topic.