Blog Posts

Building a Neural Network From Scratch

Posted on December 13, 2025

In this article, I cover what I learned from creating a neural network from scratch, and training and testing it on the MNIST dataset.

Building a Convolutional Neural Network From Scratch

Posted on January 9, 2026

In this article, I cover what I learned from creating a convolutional neural network from scratch, and training and testing it on the MNIST dataset.