|
|
|
|
|
![]() |
classify a response variable that has more than two classes
the model
|
|
|
|
||||||||||||||||||||||||||||||||||||||||
|
|
|
![]() |
![]() |
|
|
![]() |
|
|
|
![]() |
|
|
|
|
Model the log odds ratio as a generalized additive models:
|
![]() |
for a seperating hyperplane
and
Equivalently, a separating hyperplane has the property that
for all
|
![]() |
![]() |
|
![]() |
|
![]() |
|
|
![]() |
|
![]() |
|
![]() |
|
![]() |
You may try with other parameter values (e.g.
|
|
Support Vector Machines can not handle nonlinearity.
What can we do?
|
![]() |
name | function |
---|---|
Linear kernel | |
Polynomial kernel | |
Radial kernel | |
Gaussian kernel | |
Laplacian kernel | |
Sigmoid kernel |
Suppose
|
SVC
|
SVM
|
inner products / kernels
|
|
|
functional form
|
|
|
|
|
|
![]() |
|
![]() |
You may try with other parameter values (e.g.
|
![]() |
One-Versus-One (OVO) Classification
One-Versus-All (OVA) Classification
|
![]() |
The hinge loss + penalty form of support-vector classifier optimization:
SVM vs. Logistic Regression