APPLICATION OF SUPERVISED LEARNING
SUPPORT VECTOR MACHINE SVM
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Consider these are the output values (event happened) { 10, 20, 35, 45} . the Prediction Line is 10 and maximal margin is +5 and-5. Apply the SVM regression method to find the largest error rate.
|
5
|
|
30
|
|
15
|
|
25
|
Explanation:
Detailed explanation-1: -Nonetheless, if you set C=0, then SVM will ignore the errors, and just try to minimise the sum of squares of the weights(w), perhaps you may get different results on the test set.
Detailed explanation-2: -Explanation: Support vector machines is a supervised machine learning algorithm which works both on classification and regression problems. It tries to classify data by finding a hyperplane that maximizes the margin between the classes in the training data. Hence, SVM is an example of a large margin classifier.
There is 1 question to complete.