nerdexam
Databricks

DATABRICKS-CERTIFIED-PROFESSIONAL-DATA-SCIENTIST · Question #133

Which of the following are advantages of the Support Vector machines?

The correct answer is A. Effective in high dimensional spaces. B. it is memory efficient C. possible to specify custom kernels D. Effective in cases where number of dimensions is greater than the number of samples. Support vector machines (SVMs) are a set of supervised learning methods used for classification, regression and outliers detection. The advantages of support vector machines are: Effective in high dimensional spaces. Still effective in cases where number of dimensions is…

Classification Algorithms

Question

Which of the following are advantages of the Support Vector machines?

Options

  • AEffective in high dimensional spaces.
  • Bit is memory efficient
  • Cpossible to specify custom kernels
  • DEffective in cases where number of dimensions is greater than the number of samples
  • ENumber of features is much greater than the number of samples, the method still give good
  • FSVMs directly provide probability estimates

How the community answered

(37 responses)
  • A
    70% (26)
  • E
    19% (7)
  • F
    11% (4)

Explanation

Support vector machines (SVMs) are a set of supervised learning methods used for classification, regression and outliers detection. The advantages of support vector machines are: Effective in high dimensional spaces. Still effective in cases where number of dimensions is greater than the number of samples. Uses a subset of training points in the decision function (called support vectors), so it is also memory efficient. Versatile: different Kernel functions can be specified for the decision function. Common kernels are provided, but it is also possible to specify custom kernels. The disadvantages of support vector machines include: If the number of features is much greater than the number of samples, the method is likely to give poor performances. SVMs do not directly provide probability estimates, these are calculated using an expensive five- fold cross-validation.

Topics

#SVM#high dimensional data#kernel methods#memory efficiency

Community Discussion

No community discussion yet for this question.

Full DATABRICKS-CERTIFIED-PROFESSIONAL-DATA-SCIENTIST Practice