Projects

GPT-2 Architecture

GPT-2 Architecture

In this project I took a closer look at the GPT-2 architecture, walking through a forward-pass example and training the model with backpropagation.
MNIST Digit Classifier

MNIST Digit Classifier

In this project I implemented the classic neural network example for handwritten digit classification, trained and evaluated on the MNIST dataset.
Character Level Pokemon Name Generator

Character Level Pokemon Name Generator

In this project I trained a character-level recurrent neural network on the full Pokédex to generate new plausible Pokémon names one character at a time.