A Simple Neural Network - With Numpy in Python

neural-networkspythonnumpybackpropagationtutorial

Abstraction: Implementing neural network forward pass and backpropagation from scratch with NumPy

Key points:

Connections: Neural Networks · Backpropagation · Gradient Descent · Activation Functions

Source: https://mlnotebook.github.io/post/nn-in-python/