2025
Building a GPT from scratch: positional encoding (PE)
Building a GPT from scratch: decoder for text generation
Building a GPT from scratch: token embeddings and training
Building a GPT from scratch: tokenizer and data loader
Feedback control for a pendulum on a cart
[LinkedIn post] Multiplatform graphics engine publication
Training neural networks on the MNIST dataset
Building a feedforward neural network in C++: GA class
Building a feedforward neural network in C++: SGD class
Building a feedforward neural network in C++: base class