How to Write Tutorial Posts in MDX
A practical guide to authoring .mdx posts in this site: frontmatter, headings, math, images, code blocks, and interactive Python cells via PyodideRunner.
Technical notes with derivations, implementation details, and visualizations. Geometry, estimation, robotics perception, and generative models.
Build your phone's panorama mode from scratch: Harris corners, ANMS, descriptors, matching, RANSAC, homographies, warping and blending - with interactive demos and runnable code at every step.
A practical guide to authoring .mdx posts in this site: frontmatter, headings, math, images, code blocks, and interactive Python cells via PyodideRunner.
Formulate supervised classification as decision-making over discrete labels, contrasting geometric and probabilistic views, and introducing margin-based methods through Support Vector Machines
Fit and visualize linear, quadratic, cubic, and degree-5 polynomial regressions on mildly nonlinear data