Neural Networks from Scratch [In Progress]

| Projects · AI Fundamentals

Overview

Through this project, I am learning the underlying mechanics and math of deep learning models by building neural networks from the ground up using core Python and the NumPy library. The codebase is modeled after the principles and lessons outlined in the book Neural Networks from Scratch by Harrison Kinsley and Daniel Kukieła.

Key Concepts & Implementations