makemore — Your First Tiny Language Model From Scratch. A bigram neural net that generates name-like text: one-hot → @W → softmax → negative-log-likelihood, trained with the same backward pass from Chapter 2. Chapter 3 of ml-from-zero. For ECE/CS grads new to ML.