Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

Final Exam

Question 1= Which of the following is an example of Machine Learning?

All of the above.

Question 2= Which of the following is not a Machine Learning technique?

Heuristics

Question 3= In which of the following would you use Multiple Linear Regression?

Predicting the production

Question 4= Which of the below is an example of classification problem?

All of the above.

Question 5= Which of the following statements are TRUEabout Logistic Regression? (select two)

1) Logistic regression finds a regression line through the data to predict the probability of a
point belonging to a class.
2) Logistic regression can be used both for binary classification and multi-class
classification.

Question 6= Which statement is FALSEabout k-means clustering?

As k-means is an iterative algorithm, it guarantees that it will always converge to the global
optimum.

Question 7= Which of the following statements is false for k-means clustering?

k-means clustering creates

Question 8= What are some advantages of logistic regression over SVM?

It focuses on attaining the right probability for each output class.

Question 9= Precision and recall are suitable for measuring the performance of which tasks?

Classification

Question 10= When are decision trees more suitable than regression trees?

The dependent variable is categorical instead of continuous

You might also like