Machine Learning - Study Mode

[#201] What is the Accuracy in percentage based on following confusion matrix of three class classification. Confusion Matrix C= [14 0 0] [ 1 15 0] [ 0 0 6]
Correct Answer

(B) 0.97
(F) 0.97

[#202] Suppose you are using RBF kernel in SVM with high Gamma value. What does this signify?
Correct Answer

(B) The model would consider only the points close to the hyperplane for modeling
(F) The model would consider only the points close to the hyperplane for modeling

[#203] The difference between the actual Y value and the predicted Y value found using a regression equation is called the
Correct Answer

(A) slope
(E) slope

[#204] Which of the following method is used for multiclass classification?
Correct Answer

(A) one vs rest
(E) one vs rest

[#205] To determine association rules from frequent item sets
Correct Answer

(C) both minimum support and confidence are needed
(G) both minimum support and confidence are needed