BD Brain Drip
📖
Module 03 8 concepts

Core Learning Theory

Bias-variance tradeoff, PAC learning, and generalization.

01

Bias-Variance Tradeoff

The fundamental tension between underfitting and overfitting – every model navigates this tradeoff whether you manage it or not.

02

Curse of Dimensionality

As dimensions increase, data becomes sparse, distances become meaningless, and exponentially more data is needed.

03

Empirical Risk Minimization

Minimizing average loss on training data as a proxy for true risk – the theoretical framework underlying most ML algorithms.

04

Loss Functions

The objective being optimized – MSE, cross-entropy, hinge loss, and how the choice shapes what the model learns.

05

Overfitting and Underfitting

Memorizing training data vs. failing to capture patterns – the two failure modes of every learning algorithm.

06

Regularization

Constraining model complexity to improve generalization – L1, L2, dropout, early stopping, and the bias-variance connection.

07

Types of Machine Learning

Supervised, unsupervised, semi-supervised, and self-supervised – a taxonomy based on what labels are available.

08

What Is Machine Learning?

Learning patterns from data rather than programming rules explicitly – the three paradigms and when each applies.