IOAI ML Notes Mathematics FundamentalsProbability

Entropy, Cross-Entropy, and KL Divergence

Math fundamentals note for IOAI ML preparation.

Syllabus Map


Core Idea

Key Formulas

H(P)=xP(x)logP(x)H(P)=-\sum_x P(x)\log P(x) DKL(PQ)=xP(x)logP(x)Q(x)D_{KL}(P\|Q)=\sum_x P(x)\log\frac{P(x)}{Q(x)}

Why This Matters for ML

← Back to Blog