shapes
Modules organise by math tool. Pillars organise by domain. Shapes organise by procedure — the same step-by-step skeleton hiding under different vocabularies in different applications. Read one, recognise the others.
4 shapes
-
Find the Minimum
3 instancesThe nouns change — loss, calibration error, portfolio risk — but the procedure is one: pick a number to improve, move through choices, stop when improvement runs out. Once you read it once, you recognise it everywhere.
gradient descent model calibration portfolio risk -
Equilibrium
3 instancesTwo opposing forces, one point where they cancel. The shape underneath the pendulum, the falling raindrop, and the optimal portfolio: name the forces, write the balance equation, solve for where the net change vanishes.
the pendulum clock why falling stops speeding up why things stop swinging -
The Inverse Problem
3 instancesThe forward model is easy: given inputs, compute the output. The inverse is the question that actually matters: given the output, recover the input. Most of finance and most of model calibration is the inverse direction of an equation that's trivial forward.
the bitcoin pizza what is future money worth today? model calibration -
Compression
3 instancesHigh-dimensional data with too much redundancy. Change basis until most coordinates are small. Drop the small ones. Reconstruct what's left. JPEG, TF-IDF, and Huffman codes are the *same procedure*, just applied to pixels, words, and probabilities.
why jpeg throws pixels away tf-idf why images compress