APPLICATION OF SUPERVISED LEARNING
SUPPORT VECTOR MACHINE SVM
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
What is classification
|
when the output variable is a category, such as “red” or “blue” or “disease” and “no disease”
|
|
when the output variable is a real value, such as “dollars” or “weight”
|
|
Either A or B
|
|
None of the above
|
Explanation:
Detailed explanation-1: -Classification: A classification problem is when the output variable is a category, such as “red” or “blue” or “disease” and “no disease”. Regression: A regression problem is when the output variable is a real value, such as “dollars” or “weight”.
Detailed explanation-2: -Some examples of classification include spam detection, churn prediction, sentiment analysis, dog breed detection and so on.
Detailed explanation-3: -The main difference between supervised and unsupervised learning: Labeled data. The main distinction between the two approaches is the use of labeled datasets. To put it simply, supervised learning uses labeled input and output data, while an unsupervised learning algorithm does not.
There is 1 question to complete.