Machine Learning - Study Mode
[#91] What is the final resultant cluster size in Divisive algorithm, which is one of the hierarchical clustering approaches?
Correct Answer
(C) singleton
(G) singleton
[#92] The adjusted multiple coefficient of determination accounts for
Correct Answer
(D) none of the above
(H) none of the above
[#93] What is the sequence of the following tasks in a perceptron? Initialize weights of perceptron randomly Go to the next batch of dataset If the prediction does not match the output, change the weights For a sample input, compute an output
Correct Answer
(A) 1, 4, 3, 2
(E) 1, 4, 3, 2
[#94] Which of the following selects only a subset of features belonging to a certain percentile
Correct Answer
(A) selectpercentile
(E) selectpercentile
[#95] Suppose you are using a Linear SVM classifier with 2 class classification problem. Now you have been given the following data in which some points are circled red that are representing support vectors.If you remove the following any one red points from the data. Does the decision boundary will change?
Correct Answer
(A) Yes
(C) Yes