This is a guided project I am creating to deepen my understanding regarding the inner workings of a neural networks. In this project, I would be implementing a fully functional neural network from scratch in Python 3, using only Pandas, Numpy and maybe some other basic libraries.
I am following the tutorial series created by Sentdex on their youtube channel.
Channel Link: https://youtube.com/@sentdex
Tutorial Playlist: https://youtube.com/playlist?list=PLQVvvaa0QuDcjD5BAw2DxE6OF2tius3V3
Created the basic layer code with forward pass.