IOAI ML Notes Mathematics FundamentalsProbability

Likelihood, Log-Likelihood, and MLE

Math fundamentals note for IOAI ML preparation.

Syllabus Map


Core Idea

Key Formula

θ^=argmaxθi=1np(xiθ)\hat\theta=\arg\max_\theta \prod_{i=1}^n p(x_i\mid\theta)

Usually optimize:

θ^=argmaxθi=1nlogp(xiθ)\hat\theta=\arg\max_\theta \sum_{i=1}^n \log p(x_i\mid\theta)

Why This Matters for ML

← Back to Blog