Notes
A working garden — book notes, paper digests, course study notes, tutorial implementations, and rough drafts. Categorized later. Use the tabs to filter.
LaTeX compilation — demo
Compile research-grade LaTeX in place — like a notebook cell, but for academic papers. Drop a {% raw %}{% tex_cell %}{% endraw %} or point at a .tex file and get the paper as real page content (ar5iv-style), with the compiled PDF for download.
Reading list
Welcome to the notes garden
What lives here, how it's organized, and what to expect.
nanoGPT from scratch — Karpathy walkthrough
My notes as I implement nanoGPT line by line — character-level on tinyshakespeare, then word-level.
Inline notebook snippets — demo
How to drop notebook-style In[n]/Out[n] cells inline, no .ipynb attachment required.
CS231n — Lecture 1: History of computer vision
Course intro: from Hubel & Wiesel cats to ImageNet to ViTs. Setting up the framing for the rest of the course.