APPLICATION OF SUPERVISED LEARNING
SUPPORT VECTOR MACHINE SVM
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
When the C parameter is set to infinite, which of the following holds true?
|
The optimal hyperplane if exists, will be the one that completely separates the data
|
|
The soft-margin classifier will separate the data
|
|
None of the above
|
|
None of the above
|
Explanation:
Detailed explanation-1: -C is a regularization parameter that controls the trade off between the achieving a low training error and a low testing error that is the ability to generalize your classifier to unseen data.
Detailed explanation-2: -But what happens when there is no clear hyperplane? This is where it can get tricky. Data is rarely ever as clean as our simple example above. A dataset will often look more like the jumbled balls below which represent a linearly non separable dataset.
There is 1 question to complete.