Top 350+ Solved Machine Learning (ML) MCQ Questions Answer

From 181 to 195 of 422

Q. Which of the following methods/methods do we use to find the best fit line for data in Linear Regression?

a. least square error

b. maximum likelihood

c. logarithmic loss

d. both a and b

  • a. least square error

Q. Which of the following methods do we use to best fit the data in Logistic Regression?

a. least square error

b. maximum likelihood

c. jaccard distance

d. both a and b

  • b. maximum likelihood

Q. Lasso can be interpreted as least-squares linear regression where

a. weights are regularized with the l1 norm

b. the weights have a gaussian prior

c. weights are regularized with the l2 norm

d. the solution algorithm is simpler

  • a. weights are regularized with the l1 norm

Q. Which of the following evaluation metrics can be used to evaluate a model while modeling a continuous output variable?

a. auc-roc

b. accuracy

c. logloss

d. mean-squared-error

  • d. mean-squared-error

Q. In the regression equation Y = 75.65 + 0.50X, the intercept is

a. 0.5

b. 75.65

c. 1

d. indeterminable

  • b. 75.65

Q. Suppose, you got a situation where you find that your linear regression model is under fitting the data. In such situation which of the following options would you consider?

a. you will add more features

b. you will remove some features

c. all of the above

d. none of the above

  • a. you will add more features

Q. Which of the following indicates the fundamental of least squares?

a. arithmetic mean should be maximized

b. arithmetic mean should be zero

c. arithmetic mean should be neutralized

d. arithmetic mean should be minimized

  • d. arithmetic mean should be minimized

Q. Suppose that we have N independent variables (X1,X2… Xn) and dependent variable is Y. Now Imagine that you are applying linear regression by fitting the best fit line using least square error on this data. You found that correlation coefficient for one of it’s variable(Say X1) with Y is 0.95.

a. relation between the x1 and y is weak

b. relation between the x1 and y is strong

c. relation between the x1 and y is neutral

d. correlation can’t judge the relationship

  • b. relation between the x1 and y is strong

Q. In terms of bias and variance. Which of the following is true when you fit degree 2 polynomial?

a. bias will be high, variance will be high

b. bias will be low, variance will be high

c. bias will be high, variance will be low

d. bias will be low, variance will be low

  • c. bias will be high, variance will be low

Q. Point out the wrong statement.

a. regression through the origin yields an equivalent slope if you center the data first

b. normalizing variables results in the slope being the correlation

c. least squares is not an estimation tool

d. none of the mentioned

  • c. least squares is not an estimation tool
Subscribe Now

Get All Updates & News