🏀

Supervised & Unsupervised Learning

Learning with an answer key, and learning without one.

Part 1

The Drill With an Answer Key

why a shooting drill graded shot-by-shot against a known make-or-miss result is the whole idea behind supervised learning, and what it actually means for data to come with an answer already attached.

Part 2

Practice Without a Whistle

what a pickup scrimmage with no coach, no roster, and no assigned positions reveals about unsupervised learning — finding structure in data with no answer key at all.

Part 3

What Counts as a Label

why the assistant's mark of make or miss under the hoop isn't as simple as it looks, and what actually qualifies as ground truth in a supervised learning dataset.

Part 4

Predicting a Score vs. Predicting a Position

why guessing how many points a player will score is a fundamentally different task from guessing which position they play, and what that split means for regression versus classification.

Part 5

Grouping Players Who Move the Same Way

how an assistant sorting scrimmage players into rough groups by how they move, without any labels, is the plain-English version of k-means clustering.

Part 6

Finding the Natural Shape of the Roster

why a coach tracking a dozen stats per player eventually boils them down to two or three that actually matter, and what that has to do with dimensionality reduction.

Part 7

The Playbook That Was Never Written Down

how a coach noticing that certain plays always seem to follow certain others, purely from watching game film, is the plain-English version of association rule mining.

Part 8

When the Answer Key Is Wrong

what happens to a player's training when the assistant occasionally marks a make as a miss, and why noisy labels quietly cap how good a supervised model can ever get.

Part 9

Not Enough Game Tape to Learn From

why a rookie who's only played five real games struggles to improve no matter how good the coaching is, and what that reveals about the real cost of small labeled datasets.

Part 10

A Few Games Marked, Most Not

how a team with detailed stats for a handful of marquee games and rough, unmarked footage for the rest of the season is the everyday version of semi-supervised learning.

Part 11

Learning the Shape of the Season Before Anyone Grades It

how a rookie who studies hundreds of hours of unmarked game film, learning the rhythm of the game before any coach grades a single play, mirrors self-supervised learning.

Part 12

The Assistant Who Suggests Labels First

how a second assistant who pre-marks likely makes and misses for a human to quickly confirm or correct speeds up labeling without removing the person from the loop.

Part 13

Grouping That Changes Every Week

why the natural player groupings from early season scrimmages stop making sense by playoffs, and what that reveals about clustering on data that keeps shifting.

Part 14

Two Coaches, Two Different Groupings

why two assistants clustering the exact same scrimmage footage can honestly land on different, equally defensible groupings, and what that says about evaluating unsupervised results.

Part 15

Knowing a Grouping Is Actually Useful

how a coaching staff tests whether a clustering actually helps them make better decisions, rather than just looking mathematically tidy on paper.

Part 16

Knowing the Model Actually Learned the Game

why a player who aces every drill from practice but falls apart in a real game exposes the gap between memorizing training data and actually learning the underlying skill.

Part 17

When Practice Doesn't Match Game Day

why a team that trains exclusively indoors on a pristine court can genuinely struggle in an outdoor tournament, and what that reveals about training and deployment data mismatch.

Part 18

Reusing an Old Playbook for a New Team

how a coach who's spent years building a proven playbook can adapt most of it to a brand-new team in weeks, instead of starting from zero, and what that has to do with transfer learning.

Part 19

Letting the Team Learn Its Own Positions, Then Coaching From There

how a coach who lets a new team sort itself into natural roles first, then layers targeted coaching on top, mirrors the modern pattern of unsupervised pretraining followed by supervised fine-tuning.

Part 20

One Season, Two Ways of Learning

reassembling a full season's worth of coaching, from labeled drills to open scrimmage to combined training pipelines, into one connected picture of how supervised and unsupervised learning actually work together.