Ask what should change when the equation is manipulated, then let the visualization test that expectation.
Foundation Lab
Persistent Homology & Topological Data Analysis
Detects "shape" in high-dimensional data that other methods miss
\text{Persistence} = \text{death} - \text{birth}Selected Foundation Object
Keep the equation fixed; move through the evidence.
Homology counts "holes" at different dimensions: components, loops, voids
\text{Persistence} = \text{death} - \text{birth}Use the runnable panel, the key equation, and canonical papers as separate forms of evidence for the same object.
The useful learning product is the reusable mechanism you can carry into another model, paper, or engineering tradeoff.
Use prerequisites, dependents, and semantic links to repair the next gap without leaving the object behind.
Why It Matters for Modern Models
- Detects "shape" in high-dimensional data that other methods miss
- Topological loss functions can enforce connectivity in segmentation
- Provides interpretable features: "this dataset has 3 clusters and 1 loop"
What Tutorials Skip
What is still poorly explained in textbooks and papers:
- Homology counts "holes" at different dimensions: components, loops, voids
- Persistence separates signal from noise: real features persist across scales
- Loss landscape topology can predict generalization—more connected = better
Interactive Visualization
Core Math (Optional Deep Dive)
If you want intuition first, start with the key equation and the visualization. Come back here for the full walkthrough.
Build a filtration of simplicial complexes at different scales :
Track homology groups (k-dimensional holes):
- : connected components
- : loops/cycles
- : voids
Persistence diagram: plot (birth, death) of each topological feature.
Long-lived features are "real"; short-lived are noise.