📊 1. Discriminative vs Generative Learning

Key difference:

Discriminative: direct decision boundary.

Generative: models full data distribution for each class.


📈 2. Likelihood (MLE) vs Posterior (MAP)

Key idea:

MLE: purely data-driven.

MAP: combines data and prior.


🎲 3. Putting It Together: Bayesian Intuition

p(heads | θ, D) * p(D | θ) dθ

✅ This is the Bayesian way: combine your model’s predictions with how well the model fits your data.