Support Vector Machine (SVM)


“Support Vector Machine” (SVM) is a supervised machine learning algorithm that can be used for both classification or regression challenges. However,  it is mostly used in classification problems. In the SVM algorithm, we plot each data item as a point in n-dimensional space (where n is a number of features you have) with the value of each feature being the value of a particular coordinate. Then, we perform classification by finding the hyper-plane that differentiates the two classes very well (look at the below snapshot).

SVM_1

Support Vectors are simply the coordinates of individual observation. The SVM classifier is a frontier that best segregates the two classes (hyper-plane/ line).


Comments

  1. This comment has been removed by the author.

    ReplyDelete
  2. I read your blog. this is very informative thanks for sharing. Machine Learning Course https://www.cetpainfotech.com/technology/machine-learning

    ReplyDelete
  3. Nice informative content. Thanks for sharing the valuable information.

    Best Machine Learning Training in Bangalore

    ReplyDelete

Post a Comment

Popular posts from this blog

Linear Regression with single variable

Introduction Deep Learning

Decision Tree