Tag: VanillaNN

Building VanillaNN: A Simplified Neural Network Framework from Scratch in Python

In this article, we’ll delve into creating a foundational framework for a neural network, reminiscent of the Keras model, entirely from scratch in Python. Before proceeding, it’s essential to have a foundational grasp of neural networks, including concepts like forward-backward propagati...