Hello and welcome to my projects blog! This is a space I've created to walk-through projects I've completed. I create these posts using Jupyter Notebooks, convert to HTML, and upload to view here. Personally, I learn best when I am teaching others. Therefore, even though my aduidence here may never truly exist (as I do not promote nor SEO this website), the collection of posts below are essentially my notes created during and after project completion to increase my confidence and solidify what I learned. They are also an easily accessible format for me to reference for future projects. So if you've stumbled upon this page somehow I hope my posts come in handy and perhaps you learn something new. Thanks for reading!

MNIST Series Part 1 - Solving With No External Libraries

In this series we solve the MNIST handwritten digits dataset in different ways to dive deep into the fundamentals of Neural Networks. In Part 1 here we solve it using only the base install of Python using an iterative approach to learn about Neural Network layers, gradient descent, backpropagation, and more.

Making a custom personal blog and resume page using Flask

Let’s dive through the making of this site, shall we?