APPLICATION OF SUPERVISED LEARNING
DEEP LEARNING
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
The algorithm creates a line or a hyperplane which separates the data into classes and also suitable for classification and regression
|
K-means clustering
|
|
Support vector machine
|
|
Bayesian inference
|
|
perceptron
|
Explanation:
Detailed explanation-1: -Support Vector Machine is the supervised machine learning algorithm, that is used in both classification and regression of models. The idea behind it is simple to just find a plane or a boundary that separates the data between two classes.
Detailed explanation-2: -Linear SVM: Hence, the SVM algorithm helps to find the best line or decision boundary; this best boundary or region is called as a hyperplane.
Detailed explanation-3: -Margin: it is the distance between the hyperplane and the observations closest to the hyperplane (support vectors). In SVM large margin is considered a good margin.
There is 1 question to complete.