Classification · NLP
Spamton
A 3-layer neural network built from scratch using NumPy, trained on 5,500 emails to detect spam with ~386K parameters.
Computer Vision · CNN
Kirby
A convolutional neural network trained on MNIST. Draw any digit and Kirby will identify it with ~235K parameters.
Language Model · Transformer
Romeo
A GPT-style transformer language model trained on TinyStories. Enter a seed and Romeo will continue the story.
Language Model · LSTM
Mercutio
An LSTM character-level language model trained on Shakespeare. Generates text in the style of the Bard.
Language Model · RNN
Benvolio
A vanilla RNN character-level language model trained on Shakespeare. A simpler cousin to Mercutio.