The Machine Learning “Advent Calendar” Day 15: SVM in Excel
Source: Towards Data Science
Overview
Instead of starting with margins and geometry, this article builds the Support Vector Machine step by step from familiar models. By changing the loss function and reusing regularization, SVM appears naturally as a linear classifier trained by optimization. This perspective unifies logistic regression…