Back

Sequentia

13 January 2026

Archived learning note: Sequentia is my hands-on implementation of Andrej Karpathy's makemore project from Neural Networks: Zero to Hero.

I used the names.txt dataset from makemore to work through character-level language modelling. The first stage compared a count-based bigram model with a gradient-based neural version. The second stage used a multilayer perceptron based on the approach in Bengio and colleagues' A Neural Probabilistic Language Model.

The growth in possible character contexts

What remains

The previous two-part version of this page was a long follow-along of those lectures. I have combined and shortened it here so the original teachers remain the source for the full explanations.