Summer Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exc65

RMSE is a good measure of accuracy, but only to compare forecasting errors of different models for a______, as it is scale-dependent.

A.

Between Variables

B.

Particular Variable

C.

Among all the variables

D.

All of the above are correct

Regularization is a very important technique in machine learning to prevent overfitting. Mathematically speaking, it adds a regularization term in order to prevent the coefficients to fit so perfectly to overfit. The difference between the L1 and L2 is...

A.

L2 is the sum of the square of the weights, while L1 is just the sum of the weights

B.

L1 is the sum of the square of the weights, while L2 is just the sum of the weights

C.

L1 gives Non-sparse output while L2 gives sparse outputs

D.

None of the above

Digit recognition, is an example of.....

A.

Classification

B.

Clustering

C.

Unsupervised learning

D.

None of the above

What type of output generated in case of linear regression?

A.

Continuous variable

B.

Discrete Variable

C.

Any of the Continuous and Discrete variable

D.

Values between 0 and 1

Which of the following are advantages of the Support Vector machines?

A.

Effective in high dimensional spaces.

B.

it is memory efficient

C.

possible to specify custom kernels

D.

Effective in cases where number of dimensions is greater than the number of samples

E.

Number of features is much greater than the number of samples, the method still give good performances

F.

SVMs directly provide probability estimates

Select the correct option from the below

A.

If you're trying to predict or forecast a target value^ then you need to look into supervised learning.

B.

If you've chosen supervised learning, with discrete target value like Yes/No. 1/2/3, A/B/C: or Red/Yellow/Black, then look into classification.

C.

If the target value can take on a number of values, say any value from 0.00 to 100.00, or -999 to 999: or +_to -_, then you need to look unsupervised learning

D.

If you're not trying to predict a target value, then you need to look into unsupervised learning

E.

Are you trying to fit your data into some discrete groups? If so and that's all you need, you should look into clustering.

Your company has organized an online campaign for feedback on product quality and you have all the responses for the product reviews, in the response form people have check box as well as text field. Now you know that people who do not fill in or write non-dictionary word in the text field are not considered valid feedback. People who fill in text field with proper English words are considered valid response. Which of the following method you should not use to identify whether the response is valid or not?

A.

Naive Bayes

B.

Logistic Regression

C.

Random Decision Forests

D.

Any one of the above

Select the correct statement which applies to K-Nearest Neighbors

A.

No Assumption about the data

B.

Computationally expensive

C.

Require less memory

D.

Works with Numeric Values

Which of the following statement is true for the R square value in the regression model?

A.

When R square =1 , all the residuals are equal to 0

B.

When R square =0, all the residual are equal to 1

C.

R square can be increased by adding more variables to the model.

D.

R-squared never decreases upon adding more independent variables.

What describes a true limitation of Logistic Regression method?

A.

It does not handle redundant variables well.

B.

It does not handle missing values well.

C.

It does not handle correlated variables well.

D.

It does not have explanatory values.