Support Vector Machines
Alex Leblang and Sam Birch
Support Vector Machines Alex Leblang and Sam Birch ML Framework - - PowerPoint PPT Presentation
Support Vector Machines Alex Leblang and Sam Birch ML Framework Data projected into feature space, each feature is a dimension. Via Wikipedia, scikit-learn examples SVMs Supervised learning model: train / test Binary, discriminative
Alex Leblang and Sam Birch
Data projected into feature space, each feature is a dimension.
Via Wikipedia, scikit-learn examples
○ Models the boundary, not the data
support vectors
introduced via the kernel trick
Where SVMs fit (Hays)
Linear separators (Hays)
Non-linearity (Andrew Moore via Hays)
MLDemo
○ Have to compute entire kernel matrix ○ Most large-scale classification tasks use linear SVMs
domains
An efficient implementation of SVM routines Functions in LibSVM:
Moving training and classification to the GPU can provide 1-2 orders of magnitude performance advantage “Fast Support Vector Machine Training and Classification on Graphics Processors” (Catanzaro, Sundaram, Keutzer)