Topic · 04
Machine Learning
From linear regression to gradient boosting — the classical toolkit.
-
May 25, 2026MLFor roughly a decade, XGBoost was the single algorithm most likely to win a Kaggle competition that did not involve images or natural language. It is still, on tabular data, the...
-
May 14, 2026MLEvery model in machine learning, every system identification routine, every adaptive controller has an optimization problem at its core. This reference walks through the algorit...
-
May 2, 2026MLAn interactive reference on regression — predicting continuous numbers from data. Nine algorithm families compared, four live demos, and an honest treatment of the data and metr...
-
Apr 30, 2026MLAn illustrated essay on support vector machines and their one-class variant — the maximum-margin hyperplane, soft margins, the kernel trick, and the surprising move that turns a...
-
Apr 29, 2026MLA field guide to the six paradigms of machine learning — supervised, unsupervised, reinforcement, imitation, transfer, and the rapidly-merging boundaries between them. The mecha...
-
Apr 22, 2026MLA 22-chapter field guide to modern AI systems — tokenization, attention, LLMs, prompting techniques, RAG, agent frameworks, MCP, and the engineering considerations around them.
-
Apr 19, 2026MLA working Bayesian optimization loop you can run in your browser. Watch Expected Improvement, UCB, and PI compete to find the minimum of a deceptive benchmark function — and rea...
-
Apr 19, 2026MLClick, slide, and watch the posterior update. A working intuition for Gaussian Processes — from the one-sentence definition through the Cholesky math and the honest O(n³) scalin...
-
Apr 7, 2026MLAn illustrated primer on survival analysis. Why time-to-event data is fundamentally different from regression. Censoring, hazard functions, Cox's elegant trick, and the neural e...
-
Apr 5, 2026MLAn illustrated primer on the Isolation Forest — the anomaly-detection algorithm that flips the usual approach on its head. Five interactive figures showing isolation paths, the ...
-
Apr 4, 2026MLAn illustrated primer on autoencoders and variational autoencoders. The bottleneck principle, what lives in the latent space, the variational reformulation that turned an unsupe...