Page 1 of 1

multiple choice

Posted: Thu May 05, 2022 1:31 pm
by answerhappygod
multiple choice
Multiple Choice 1
Multiple Choice 1 (174.74 KiB) Viewed 38 times
Here are the questions: Q1. The problem of finding a decision boundary in SVM can be formulated as an optimisation problem using Lagrange multipliers. What is the goal? a) To maximize the margin of the decision boundary. b) To minimize the margin of the decision boundary. Q2. After SVM learning, each Lagrange multiplier lambda_i takes either zero or non-zero value. Which one is correct: a) A non-zero lambda_i indicates that example i is a support vector. b) A zero lambda_i indicates that example i is a support vector. c) A non-zero lambda_i indicates that the learning has not yet converged to a global minimum. d) A zero lambda_i indicates that the learning process has identified support for example i. Q3. In linear SVM, during training we compute dot products between: a) training vectors b) training and testing vectors c) support vectors d) support vectors and Lagrange multiplayers Q4. Bagging is only applicable to classification problems and cannot be applied to regression problems. a) True b) False Q5. Boosting is guaranteed to improve the performance of the single classifier it uses. a) True b) False