Machine Learning Suggestion (2 Marks) MCQ
Machine Learning Suggestion (2 Marks) MCQ
A) To remove stationarity
B) To find the maxima or minima at the local point
C) Both A & B
When performing regression or classification which of the following is the correct way to
pre-process the data?
Normalize the data > PCA (Principal Component Analysis) > Training
A) Assume that all the features in a data set are equally important
B) Assume that all the features in a data set are independent
C) Both A & B
A) Using too a large a value of lamda can cause your hypothesis to underfit the data
B) Using too a large a value of lamda can cause your hypothesis to overfit the data
C) Using a very large value of lamda cannot hurt the performance of your
hypothesis
D) None of the above
How can you prevent a clustering algorithm from getting stuck in bad local optima?
Which of the following techniques can be used for normalization in text mining?
A) Stemming
B) Lemmatization
C) Stopward removal
D) Both A & B
In which of the following cases will K means clustering fail to give good results?
It is used to parse sentences to derive their most likely syntax tree structures
Suppose you have trained a logistic regression classifier and it outputs a new example ‘X’
with a prediction HO(X) = 0.2. This means what?
PCA
A Pearson correlation between to variables is 0 but their values can still be related to each
other?
True
Imagine you are solving a classification problem with highly imbalanced class, the majority
class is observed 99% of times in the training data. Your model has 99% accuracy after
taking the predictions on the test data. Which of the following is true in such a case?
Which of the following option is true for overall execution time for 5 fold cross validation
with 10 different values of max_depth?
Which of the following value of K will have least leave-one-out cross validation accuracy?
1-NN
Which of the following options can be used to get global minima K-means algorithm?
Imagine, you have a 28 * 28 image and you run a 3 * 3 convolution neural network on it
with the input depth of 3 and output depth of 8.
A feature F1 can take certain values: A, B, C, D, E & F and represents grade of from a college.
Case 2
Assume that there is a blackbox algorithm which takes training data with multiple
observations T1, T2, T3,………., Tn and a new observation Q1. The blackbox the nearest
neighbour of Q1 say Ti and its corresponding class level Ci. Assume that this blackbox
algorithm is same as 1- NN.
True
Assume that there is a blackbox algorithm which takes training data with multiple
observations T1, T2, T3,………., Tn and a new observation Q1. The blackbox the nearest
neighbour of Q1 say Ti and its corresponding class level Ci. Assume that this blackbox
algorithm is same as 1- NN.
Instead of using 1-NN blackbox we want to use the J-NN algorithm for blackbox, where J>1?
Which of the following option is correct for finding K-NN using J-NN?