TOPICS
#1
Learning From Examples
Tell a rule you write by hand apart from a pattern a model learns from examples, then label the features, target, and prediction in a real data table.
10 min
#2
Types of Machine Learning
Sort a problem into supervised, unsupervised, or reinforcement learning by reading the data it holds, an answer column, no answers, or a reward earned by acting.
10 min
#3
How Models Learn
Trace one pass of the training loop, guess, measure the error, nudge the weight, then explain why more passes stop helping and how the step size can wreck or rescue a run, all with zero math.
12 min
#4
When ML Works (and When It Doesn't)
Decide whether a problem fits a hand-written rule or a trained model by running one four-condition test, then inventory the enough, labeled, representative data you'd need before any code.
10 min