DATABRICKS-CERTIFIED-PROFESSIONAL-DATA-SCIENTIST · Question #116
Question-13. Which of the following is not the Classification algorithm?
The correct answer is E. None of the above. Logistic regression Logistic regression is a model used for prediction of the probability of occurrence of an event. It makes use of several predictor variables that may be either numerical or categories. Support Vector Machines As with naive Bayes, Support Vector Machines (or…
Question
Question-13. Which of the following is not the Classification algorithm?
Options
- ALogistic Regression
- BSupport Vector Machine
- CNeural Network
- DHidden Markov Models
- ENone of the above
How the community answered
(20 responses)- A5% (1)
- C5% (1)
- D15% (3)
- E75% (15)
Explanation
Logistic regression Logistic regression is a model used for prediction of the probability of occurrence of an event. It makes use of several predictor variables that may be either numerical or categories. Support Vector Machines As with naive Bayes, Support Vector Machines (or SVMs) can be used to solve the task of assigning objects to classes. But the way this task is solved is completely different to the setting Neural Networks are a means for classifying multidimensional objects. Hidden Markov Models Hidden Markov Models are used in multiple areas of machine learning, such as speech recognition, handwritten letter recognition, or natural language processing.
Topics
Community Discussion
No community discussion yet for this question.