ML From Scratch
A small machine learning library built from scratch in Python and NumPy with no PyTorch or TensorFlow. Built to actually understand how these machine learning models work under the hood: forward/backward passes, gradient descent, and loss functions written by hand.
Learn More ➔