March 26, 2026 CNN Regression on Rendered Meshes: What Improved It Getting a feature detector from terrible to useful: data leakage, camera projection, horizontal mirroring, memory management, and a second-layer MLP for 3D.
machine-learningcnnmlptensorflowkeraspythonthree.jscomputer-vision
Read article
March 16, 2026 Attention Is All You Need: Building the Original Transformer that Started the LLM Revolution Attention Is All You Need replaced RNNs with self-attention and changed everything. I built the original encoder-decoder transformer from scratch and trained it to translate English to French.
machine-learningpythonpytorchnlptransformers
Read article
March 14, 2026 Building a Tiny LLM From Scratch, Trained on Poe A decoder-only transformer, two tokenizers, and 1.9 million characters of Edgar Allan Poe. What building an LLM from zero teaches you.
machine-learningpythonpytorchnlptransformers
Read article
AI Goban/Baduk Board DetectorFebruary 10, 2025 Detecting a Go Board with OpenCV and Hough Circles I'm building a system that reads a physical Go board from a photo. The first attempt used classical computer vision. It mostly worked.
computer-visionpythongoai
Read article