Sitemap
Nerd For Tech

NFT is an Educational Media House. Our mission is to bring the invaluable knowledge and experiences of experts from all over the world to the novice. To know more about us, visit https://www.nerdfortech.org/.

Follow publication

Member-only story

Support Vector Machine: A Comprehensive Guide — Part1

5 min readMay 12, 2023

Support Vector Machines (SVMs) are a type of supervised learning algorithm used for classification and regression analysis. SVMs are particularly useful when working with complex datasets with high-dimensional feature spaces, and have been successfully applied in a wide range of applications, including image classification, natural language processing, and bioinformatics.

Source: Alteryx

To explain SVM I have divided this topic into 10 subtopics. I will cover only the first 5 subtopics in this article and will cover the rest in my next upcoming article.

  1. What is SVM?
  2. Equation of a Line.
  3. Distance of a point from a plane.
  4. Geometric Intuition behind SVM.
  5. Hard and Soft Margin.
  6. SVM Mathematical Intuition.
  7. Cost Function
  8. Support Vector Regression (SVR)
  9. SVM Kernels
  10. Type of SVM Kernels

What is SVM?

SVMs are based on the idea of finding the hyperplane that separates two classes in a class. In a two-dimensional feature space, the hyperplane is a line that separates the two classes. In higher dimensions, the hyperplane is a plane. The goal of SVMs is to find the…

Create an account to read the full story.

The author made this story available to Medium members only.
If you’re new to Medium, create a new account to read this story on us.

Or, continue in mobile web

Already have an account? Sign in

Nerd For Tech
Nerd For Tech

Published in Nerd For Tech

NFT is an Educational Media House. Our mission is to bring the invaluable knowledge and experiences of experts from all over the world to the novice. To know more about us, visit https://www.nerdfortech.org/.

Sachin Dev
Sachin Dev

Written by Sachin Dev

A Data Analyst who tries to explain complex data science concepts in a simple way | https://github.com/devsachin0879 | https://www.linkedin.com/in/devsachin0879

No responses yet

Write a response