Machine Learning - Study Mode
[#311] PCA works better if there is 1. A linear structure in the data 2. If the data lies on a curved surface and not on a flat surface 3. If variables are scaled in the same unit
Correct Answer
(C) 1 and 3
(G) 1 and 3
[#312] What is/are true about kernel in SVM? 1. Kernel function map low dimensional data to high dimensional space 2. It's a similarity function
Correct Answer
(C) 1 and 2
(G) 1 and 2
[#313] Which statement about outliers is true?
Correct Answer
(C) the nature of the problem determines how outliers are used
(G) the nature of the problem determines how outliers are used
[#314] Select the correct answers for following statements. 1. Filter methods are much faster compared to wrapper methods. 2. Wrapper methods use statistical methods for evaluation of a subset of features while Filter methods use cross validation.
Correct Answer
(B) 1 is true and 2 is false
(F) 1 is true and 2 is false
[#315] With Bayes classifier, missing data items are
Correct Answer
(B) treated as unequal compares.
(F) treated as unequal compares.