Home/AI/ML Notes/Deep Learning and Machine Learning/MLE vs. Bayesian Estimation
⌂ Main Page
Deep Learning and Machine Learning

MLE vs. Bayesian Estimation

Maximum-likelihood vs. Bayesian views of parameter estimation.

MLE vs. Bayesian Estimation

Parameter estimation aims to infer the model and population distribution that most likely generated the observed data. Two major approaches:

Maximum Likelihood Estimation (MLE)

On the left - Likelihood function = product of probabilities - chance that each possible parameter value produced the data we observed (assumption – data samples are independent).

On the right - Log likelihood = avoids multiplying many numbers and getting very low values (and log of product = sum of logs):

Bayesian Estimation (BE)

Comparison

Rule of thumb: