Machine Learning 101 Practice Test: Support Vector Machines — Flashcards | Machine Learning 101 | FatSkills

Machine Learning 101 Practice Test: Support Vector Machines — Flashcards

Fast review mode: answers are shown by default so you can skim quickly. Hide them if you want to self-test.

Quiz on support vector machines (SVMs), covering key concepts like the large margin intuition, margins and hard/soft SVMs, norm regularization, optimality conditions and support vectors, and finally, implementing soft SVMs using Stochastic Gradient Descent (SGD).

A support vector machine (SVM) is a supervised machine learning algorithm that can generalize between two classes. SVMs are used for classification and regression tasks, and are particularly good at solving binary classification problems. 

Here are some details about SVMs:

Objective: Find a hyperplane with the highest margin, which is the maximum distance between the two classes. This makes it easier to classify new data points in the future.
Data points: For linearly separable data, SVM takes all data points into consideration. For linearly non-separable data, SVM uses kernel tricks to make the data linearly separable.
Kernels: SVM kernels are functions based on which we can transform the data so that it is easier to fit a hyperplane to segregate the points better.
Support vectors: The closest data points, known as support vectors, lie on the margins and determine the position of the hyperplane.

Advantages
SVMs perform well at classifying non-linear data.
They also optimize margins to help reduce the overfitting of data and allow for capacity control. 
SVMs can be used for a variety of tasks, such as: text classification, image classification, spam detection, and handwriting identification.

1 of 57 Ready
A Support Vector Machine (SVM) is a discriminative classifier defined by a separating hyperplane.
True
Shortcuts
Prev Space Show / hide Next
Turn this into a study set.
Sign in with Google to save tricky questions to your reminder list and resume on any device.
Sign in with Google Free • no extra password