Recent
ml-and-data-science

Logistic Regression from Scratch with Python (Full Implementation)
Logistic regression from scratch with notes and learnings.
ML & Data Science

Multiple Linear Regression from Scratch (with Diagnostics)
A from-scratch implementation of multiple linear regression using gradient descent, with full diagnostic plots and batch prediction on test data.
ML & Data Science