The Linear Classifier
- Toy Example:
Separating points on a plane
- Optimal Margin and Support Vectors
Structural Risk Minimization
- Short (and incomplete) Introduction to
Vapnik-Chervonenkis (VC) Theory
- Finding a balance between fitting and
overfitting the data
- How to incorporate this into the linear
classifier
Kernel Methods
-The "Kernel Trick":
Mapping the data into a
convenient higher
dimensional space with little computing overhead
- Using the "Kernel Trick" to extend
linear algorithms to nonlinear ones
Support Vector Machines
- Putting everything together to build
powerful classification and
regression algorithms
- SVM Libraries:
how to use SVMs in your code
|