This document introduces support vector machines (SVMs), including their use of hyperplanes to create classifiers with maximal marginal widths. It discusses how SVMs solve convex optimization problems to find the optimal hyperplane. Kernels are introduced to project data into higher dimensional spaces to allow for nonlinear classification. The document concludes by applying an SVM to a gender classification problem based on mobile app usage, using a custom kernel to account for apps and app categories.
Related topics: