Building my own neural network from scratch in python
Fully manual neural network implementation in Python using NumPy — forward pass, backpropagation, and gradient descent with no ML libraries.