A machine learning library built from scratch using only NumPy.
Built to deeply understand ML fundamentals — no TensorFlow, no PyTorch, no scikit-learn. Just math and NumPy.
- Project Foundation
- Activations
- Loss Functions
- Linear Regression
- Logistic Regression
- Optimizers (SGD, Adam)
- Neural Network
pip install -r requirements.txt