Concept

Max Margin Classifier

The Maximal-Margin Classifier is a hypothetical classifier that best explains how SVM works in practice. The numeric input variables (x) in your data (the columns) form an n-dimensional space. For example, if you had two input variables, this would form a two-dimensional space. In another word, the linear classiifer with max margin is a linear support vector machine

0

2

Updated 2021-02-04

Tags

Data Science