Machine Learning
-

Instead of starting with margins and geometry, this article builds the Support Vector Machine step…
12 min read -

Softmax Regression is simply Logistic Regression extended to multiple classes. By computing one linear score…
7 min read -

Ridge and Lasso regression are often perceived as more complex versions of linear regression. In…
10 min read -

In this article, we rebuild Logistic Regression step by step directly in Excel. Starting from…
7 min read -

Linear Regression looks simple, but it introduces the core ideas of modern machine learning: loss…
12 min read -

DBSCAN shows how far we can go with a very simple idea: count how many…
6 min read -

What recruiters are looking for in machine learning portfolios
8 min read -

In this article, we explore LOF through three simple steps: distances and neighbors, reachability distances,…
7 min read -

Isolation Forest may look technical, but its idea is simple: isolate points using random splits.…
11 min read -

In Day 6, we saw how a Decision Tree Regressor finds its optimal split by…
8 min read