top of page
Exploring Opportunities in AI & Machine Learning
Support Vector Machine (SVM)


Support Vector Machine (SVM) – Part 7
This blog demystifies how the RBF kernel in SVM creates highly adaptive, local decision boundaries by emphasizing similarity between nearby points. You'll understand the role of gamma, how the kernel's geometry defines regions of influence, and why RBF enables powerful non-linear classification by implicitly mapping data into infinite-dimensional space.
Aryan
May 8, 2025


Support Vector Machine (SVM) – Part 6
Dual Formulation in SVMs isn’t just a rewrite—it’s a revolution. It shifts the optimization game from weight space to α-space, focusing only on support vectors. We unpack how dual SVMs compute smarter, enable kernel tricks, and efficiently solve non-linear problems. This post breaks it all down—from dot products to RBFs—with clarity, code, and geometric insight.
Aryan
May 5, 2025


Support Vector Machine (SVM) – Part 5
Step beyond 2‑D lines into n‑D hyperplanes. This post walks you through soft‑margin SVMs, inequality‑constrained optimisation, KKT conditions, primal‑to‑dual conversion, and why only a handful of support vectors end up steering the whole classifier—your cheat‑sheet to scaling SVMs without losing your cool.
Aryan
May 4, 2025


Support Vector Machine (SVM) – Part 4
From toy circles to cutting-edge classifiers, this post shows how Support Vector Machines harness constrained optimization: we chart contours, trace gradient vectors, and align them with Lagrange multipliers to see exactly how SVMs carve out the widest possible margin. Ready to bridge raw calculus and real-world margin magic ?
Aryan
May 2, 2025
bottom of page