TOPICS
#1
Learning From Examples
Separate a rule you hand-write from a pattern a model learns off graded examples, then tag the feature columns, target, and prediction in a real email table.
10 min
#2
Types of Machine Learning
Sort any problem into supervised, unsupervised, or reinforcement by the shape of its data, a filled answer column, no answers, or a reward earned by acting, never by its subject or algorithm.
10 min
#3
How Models Learn
Trace one pass of the training loop, guess, measure the miss, nudge the weight, then predict what a too-big or too-small step does to the loss curve and when more passes stop paying off, all with zero math.
12 min
#4
When ML Works (and When It Doesn't)
Run any problem through a four-condition test to tell a hand-written rule from a trained model, then judge whether your data is enough, labeled, and representative before writing a line of code.
10 min