Pattern Recognition: Deep Dive

Twenty modules on finding signal in noise. From Bayesian reasoning to data visualization, learn to see the structures hidden in data, behavior, and the world around you.

Statistical Foundations5 modules
01Available
What Is a Pattern?
Patterns are regularities that allow prediction, but humans are pattern-completion machines that find them even in pure randomness. This module defines what constitutes a real pattern versus a false positive, and why our brains are wired to err on the side of seeing structure.
02Available
Probability Intuition
Most people's intuitions about probability are systematically wrong. The birthday problem, the Monty Hall problem, and base rate neglect all demonstrate the gap between gut feeling and mathematical reality. This module rebuilds your probability intuition from the ground up.
03Available
Distributions & Central Tendency
Mean, median, and mode tell different stories about the same data. This module covers normal distributions, power laws, skewness, and why 'average' can be deeply misleading. Understanding the shape of data is the foundation of reading any pattern correctly.
04Available
Variance & Standard Deviation
The average tells you where the center is; the spread tells you how much to trust it. This module demystifies variance, standard deviation, and confidence intervals, showing how to distinguish tight clusters from noisy scatters in any dataset.
05Available
Correlation vs Causation
Ice cream sales and drowning deaths both rise in summer, but ice cream doesn't cause drowning. This module explores spurious correlations, confounding variables, and the conditions required to establish genuine causal relationships. The most important lesson in data literacy.
Bayesian Thinking5 modules
06Available
Bayes' Theorem Explained
Bayes' theorem is a formula for updating beliefs with new evidence. It sounds simple, but it's the foundation of modern machine learning, medical diagnosis, and rational thinking. This module builds intuition for the theorem using concrete examples before introducing the math.
07Available
Prior Beliefs & Updating
You never start from zero; you always have a prior belief. Bayesian reasoning is about starting with what you already think and systematically adjusting it as evidence arrives. This module covers how to choose good priors and avoid getting stuck in bad ones.
08Available
Base Rate Neglect
A medical test is 99% accurate and your result is positive. What's the chance you actually have the disease? Most people guess 99%, but the real answer depends on the base rate. This module is a deep dive into the most common and dangerous error in probabilistic reasoning.
09Available
Prediction & Calibration
How often are your 90% confident predictions actually right? Most people are overconfident. This module teaches calibration: the skill of making predictions whose stated confidence matches their actual accuracy. Being well-calibrated is the hallmark of a good forecaster.
10Available
Evidence Strength & Weight
Not all evidence is created equal. A single anecdote, a correlational study, and a randomized controlled trial all point in the same direction, but with vastly different strength. This module builds a hierarchy of evidence and teaches how to weight information appropriately.
Signal & Noise5 modules
11Available
Overfitting: Too Much Pattern
When a model fits the noise instead of the signal, it performs beautifully on past data and terribly on new data. Overfitting is the fundamental trap of pattern recognition: mistaking complexity for accuracy. This module covers cross-validation, regularization, and knowing when to stop.
12Available
Regression to the Mean
Extreme performance tends to be followed by less extreme performance, not because of any intervention but because of random variation. Regression to the mean explains why the Sports Illustrated cover jinx exists and why miracle cures seem to work. This module prevents you from misattributing randomness.
13Available
Sample Size & Power
Small samples produce dramatic results that rarely replicate. The law of small numbers tricks us into seeing patterns in insufficient data. This module covers statistical power, why underpowered studies are unreliable, and how to judge whether a finding is based on enough evidence.
14Available
Selection Bias & Sampling
If your sample isn't representative, your conclusions are wrong before you start. Selection bias, survivorship bias, and self-selection plague surveys, studies, and everyday reasoning. This module teaches how to evaluate whether the data you're seeing is the data that matters.
15Available
False Positives & Type I Errors
When you test enough patterns, some will appear significant by pure chance. P-hacking, multiple comparisons, and the garden of forking paths all inflate false positive rates. This module covers the replication crisis and what it means for trusting published findings.
Applied Pattern Recognition5 modules
16Available
Data Visualization Literacy
A well-designed chart reveals truth; a poorly designed one obscures it. This module covers how to read and critique graphs, spot misleading axes and cherry-picked time ranges, and understand the visual grammar that makes data speak honestly.
17Available
Recognizing Randomness
Humans are terrible at generating and recognizing random sequences. We see streaks in coin flips, clusters in star maps, and trends in stock tickers. This module trains your ability to distinguish genuine patterns from the inevitable structure that emerges from pure chance.
18Available
Behavioral Patterns in Data
Human behavior produces surprisingly regular patterns: power law distributions in city sizes, log-normal distributions in income, and circadian rhythms in web traffic. This module shows how to spot behavioral signatures in datasets and what they reveal about underlying mechanisms.
19Available
Anomaly Detection
Finding outliers, changepoints, and unexpected deviations is one of the most practical skills in pattern recognition. From fraud detection to medical diagnosis, this module covers statistical and intuitive methods for spotting when something doesn't fit the expected pattern.
20Available
Building a Pattern Recognition Toolkit
This capstone module synthesizes the course into a practical system for evaluating claims, interpreting data, and making predictions. Learn to combine statistical thinking, Bayesian updating, and visual analysis into a personal framework for navigating an information-rich world.