Machine Learning - Study Mode
[#301] What are the two methods used for the calibration in Supervised Learning?
Correct Answer
(A) Platt Calibration and Isotonic Regression
(E) Platt Calibration and Isotonic Regression
[#302] A student Grade is a variable F1 which takes a value from A,B,C and D. Which of the following is True in the following case?
Correct Answer
(B) variable f1 is an example of ordinal variable
(F) variable f1 is an example of ordinal variable
[#303] Regression trees are often used to model . . . . . . . . data.
Correct Answer
(B) nonlinear
(F) nonlinear
[#304] Support Vector Machine is
Correct Answer
(C) geometric model
(G) geometric model
[#305] Suppose you are building a SVM model on data X. The data X can be error prone which means that you should not trust any specific data point too much. Now think that you want to build a SVM model which has quadratic kernel function of polynomial degree 2 that uses Slack variable C as one of it's hyper parameter.What would happen when you use very large value of C(C->infinity)?
Correct Answer
(A) We can still classify data correctly for given setting of hyper parameter C
(E) We can still classify data correctly for given setting of hyper parameter C