The Alchemist.
HomeAI EngineeringSubstack
SubscribeLogin
Series Menu
Active SeriesClick to switch
Progress0 / 81
Feature Engineering
Imbalanced Datasets
Linear Regression
Logistic Regression
Support Vector Machines
Naive Bayes
K Nearest Neighbors
Decision Tree
Ensemble
Unsupervised
  1. Home
  2. Blog
  3. Machine Learning
  4. Support Vector Machines
Back to Machine Learning

~/blog/tutorials/machine-learning

Support Vector Machines

Tutorial
Jun 26, 202611 min read
0

Support Vector Machines

Imagine you're building a loan approval system. You have historical data on applicants — income and credit score — labeled as default or no default. You train a…

Tutorial
Jun 26, 202611 min read
0

Hinge Loss and the Dual Problem

Say you've just fit a soft margin SVM. You picked a $C$ value, trained on 8 loan applicants, and got a margin and a set of support vectors. But there's a gap be…

Tutorial
Jun 26, 202611 min read
0

SVM Kernels

Imagine you're classifying images of handwritten digits. Some digits — like 0 and 8 — have shapes that aren't separable by any straight line in pixel space. Or…

Tutorial
Jun 26, 20269 min read
0

SVC and SVR

You've learnt the theory — margins, hinge loss, dual problem, kernels. Now it's time to actually run SVM on real data. Theory tells you how SVM should work; pra…

Tutorial
Jun 27, 202614 min read
0

The Kernel Trick

You fit an SVM to the XOR pattern and it fails — 50% accuracy, no better than guessing. You know the data is not linearly separable, so you add a feature $z = x…

Mohammed Vasim

Entrepreneur, AI & Machine Learning Engineer

I design, build, and ship real-world digital products—combining AI, full-stack engineering, and product thinking to turn ideas into scalable, production-ready systems.

Navigation

  • Home
  • AI Engineering
  • Projects
  • About
  • Contact

Stay in the loop

New posts on ML, AI engineering, and building things.

© 2026 Mohammed Vasim. Built with curiosity.