Learn Before
Relation

SVMs with More than Two Classes

Support Vector Machines are intended for binary classification, however there are extensions of it intended for use with more than two classes. There are two popular approaches for SVMs when we have an arbitrary number of K classes:

  • One-versus-one
  • One-versus-all

0

6

Updated 2020-03-08

Tags

Data Science

Learn After