Let's say, a "Linear regression" model perfectly fits the training data (train error is zero). Now, Which of the following statement is true?
A. You will always have test error zero
B. You can not have test error zero
C. Both A and B
D. None of these
Select an option to see the answer and solution.
SVM is a learning
A. supervised
B. unsupervised
C. both
D. none
Select an option to see the answer and solution.
Which of the following quantities are minimized directly or indirectly during parameter estimation in Gaussian distribution Model?
A. negative log-likelihood
B. log-liklihood
C. cross entropy
D. residual sum of square
Select an option to see the answer and solution.
What does K refers in the K-Means algorithm which is a non-hierarchical clustering approach?
A. complexity
B. fixed value
C. no of iterations
D. number of clusters
Select an option to see the answer and solution.
If {A,B,C,D} is a frequent itemset, candidate rules which is not possible is
A. c → a
B. d → abcd
C. a → bc
D. b → adc
Select an option to see the answer and solution.
Below are the two ensemble models: 1. E1(M1, M2, M3) and 2. E2(M4, M5, M6) Above, Mx is the individual base models. Which of the following are more likely to choose if following conditions for E1 and E2 are given? E1: Individual Models accuracies are high but models are of the same type or in another term less diverse E2: Individual Models accuracies are high but they are of different types in another term high diverse in nature
A. e1
B. e2
C. any of e1 and e2
D. none of these
Select an option to see the answer and solution.
Naive Bayes classifiers are a collection . . . . . . . . of algorithms
A. Classification
B. Clustering
C. Regression
D. All
Select an option to see the answer and solution.
The K-means algorithm:
A. requires the dimension of the feature space to be no bigger than the number of samples
B. has the smallest value of the objective function when k = 1
C. minimizes the within class variance for a given number of clusters
D. converges to the global optimum if and only if the initial means are chosen as some of the samples themselves
Select an option to see the answer and solution.
What is true about an ensembled classifier? 1. Classifiers that are more "sure" can vote with more conviction 2. Classifiers can be more "sure" about a particular part of the space 3. Most of the times, it performs better than a single classifier
A. 1 and 2
B. 1 and 3
C. 2 and 3
D. all of the above
Select an option to see the answer and solution.
100 people are at party. Given data gives information about how many wear pink or not, and if a man or not. Imagine a pink wearing guest leaves, what is the probability of being a man
Select an option to see the answer and solution.
Multinomial Nave Bayes Classifier is . . . . . . . . distribution
A. continuous
B. discrete
C. binary
D. none of these
Select an option to see the answer and solution.
Which of the following statements about Naive Bayes is incorrect?
A. Attributes are equally important.
B. Attributes are statistically dependent of one another given the class value.
C. Attributes are statistically independent of one another given the class value.
D. Attributes can be nominal or numeric
Select an option to see the answer and solution.
In Apriori algorithm, if 1 item-sets are 100, then the number of candidate 2 item-sets are
Select an option to see the answer and solution.
Generally, an ensemble method works better, if the individual base models have . . . . . . . .? Note: Suppose each individual base models have accuracy greater than 50%.
A. less correlation among predictions
B. high correlation among predictions
C. correlation does not have any impact on ensemble output
D. none of the above
Select an option to see the answer and solution.
Techniques involve the usage of both labeled and unlabeled data is called . . . . . . . .
A. Supervised
B. Semi-supervised
C. Unsupervised
D. None of the above
Select an option to see the answer and solution.
True or False: Ensemble learning can only be applied to supervised learning methods.
Select an option to see the answer and solution.
If two variables are correlated, is it necessary that they have a linear relationship?
Select an option to see the answer and solution.
. . . . . . . . allows exploiting the natural sparsity of data while extracting principal components.
A. sparsepca
B. kernelpca
C. svd
D. init parameter
Select an option to see the answer and solution.
Which one of these is not a tree based learner?
A. cart
B. id3
C. bayesian classifier
D. random forest
Select an option to see the answer and solution.
Correlated variables can have zero correlation coeffficient. True or False?
Select an option to see the answer and solution.