MLT MCQ
MLT MCQ
3. p → 0q is not a?
A. hack clause
B. horn clause
C. structural clause
D. system clause
View Answer
Ans : B
A. bottow-up parser
B. top parser
C. top-down parser
D. bottom parser
View Answer
Ans : C
A. System Unit
B. structural units.
C. data units
D. empirical units
View Answer
Ans : B
A. Introduction
B. Analogy
C. Deduction
D. Memorization
View Answer
Ans : A
8. The model will be trained with data in one single batch is known as ?
A. Batch learning
B. Offline learning
C. Both A and B
D. None of the above
View Answer
Ans : C
10. In Model based learning methods, an iterative process takes place on the
ML models that are built based on various model parameters, called ?
A. mini-batches
B. optimizedparameters
C. hyperparameters
D. superparameters
View Answer
Ans : C
Explanation: In Model based learning methods, an iterative process takes place
on the ML models that are built based on various model parameters, called
hyperparameters.
11. Which of the following is a widely used and effective machine learning
algorithm based on the idea of bagging?
A. Decision Tree
B. Regression
C. Classification
D. Random Forest
View Answer
Ans : D
12. To find the minimum or the maximum of a function, we set the gradient to
zero because:
A. Factor analysis
B. Decision trees are robust to outliers
C. Decision trees are prone to be overfit
D. None of the above
View Answer
Ans : C
Explanation: Allowing a decision tree to split to a granular degree makes
decision trees prone to learning every point extremely well to the point of
perfect classification that is overfitting.
Explanation: All of the above techniques are different ways of imputing the
missing values.
Explanation: You need to always normalize the data first. If not, PCA or other
techniques that are used to reduce dimensions will give different results.
A. Using too large a value of lambda can cause your hypothesis to underfit the
data.
B. Using too large a value of lambda can cause your hypothesis to overfit the
data
C. Using a very large value of lambda cannot hurt the performance of your
hypothesis.
D. None of the above
View Answer
Ans : D
17. Which of the following techniques can not be used for normalization in text
mining?
A. Stemming
B. Lemmatization
C. Stop Word Removal
D. None of the above
View Answer
Ans : C
18. In which of the following cases will K-means clustering fail to give good
results?
1) Data points with outliers
2) Data points with different densities
3) Data points with nonconvex shapes
A. 1 and 2
B. 2 and 3
C. 1 and 3
D. All of the above
View Answer
Ans : D
Explanation: K-means clustering algorithm fails to give good results when the
data contains outliers, the density spread of data points across the data space is
different, and the data points follow nonconvex shapes.
19. Which of the following is a reasonable way to select the number of principal
components "k"?
Explanation: This will maintain the structure of the data and also reduce its
dimension.