Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

Advanced Machine Learning Challenge5

Download as pdf or txt
Download as pdf or txt
You are on page 1of 22

Advanced Machine Learning Challenge

Below is a scored review of your assessment. All questions are shown.

Correct Answer

Partially Correct

Incorrect Answer
81 In Standardization _____

Your Answer
(X- mean(X)) / Std(X)

Correct Answer
(X- mean(X)) / Std(X)

Explanation
None.
82 k-NN makes no assumptions about the functional form of the problem being solved.

Your Answer
True

Correct Answer
True

Explanation
You are correct!
83 Which of the following statement is TRUE about k-means?

Your Answer
The default number of clusters to form as well as the number of centroids to generate are 5
The k-means problem is solved using either Lloyd’s or Elkan’s algorithm.
The average complexity is given by O(k n T)
In practice, the k-means algorithm is very fast

Correct Answer
The k-means problem is solved using either Lloyd’s or Elkan’s algorithm.
The average complexity is given by O(k n T)
In practice, the k-means algorithm is very fast

Explanation
Sorry, you have selected the wrong answer.
84 Which of the following is not an assumption of Linear Regression?

Your Answer
Linear Assumption between Dependent and Independent Variable

Correct Answer
Multicollinearity

Explanation
Sorry, you have selected the wrong answer.
85 Explainability and interpretability aren't used interchangeably.

Your Answer
False

Correct Answer
False

Explanation
None.
86 The amount of output of one unit received by another unit depends on what?

Your Answer
weight

Correct Answer
weight

Explanation
You are correct!
87 What will happen when eigenvalues are roughly equal?

Your Answer
PCA will perform outstandingly

Correct Answer
PCA will perform badly

Explanation
Sorry, you have selected the wrong answer.
88 The dirichlet distribution is a probability distribution as well - but it is not sampling from the space of
real numbers. Instead it is sampling over a probability simplex.

Your Answer
False

Correct Answer
True

Explanation
None.
89 Does pattern classification belongs to category of non-supervised learning?

Your Answer
True

Correct Answer
False

Explanation
Sorry, you have selected the wrong answer.
90 Select the correct option about regression with L2 regularization. A. Ridge regression technique
prevents coefficients from rising too high. B. As λ→∞, the impact of the penalty grows, and the ridge
regression coefficient estimates will approach infinity.

Your Answer
Both statements are true

Correct Answer
Statement A is true, Statement B is false

Explanation
Incorrect!
91 The output at each node is called_____.

Your Answer
node value

Correct Answer
node value

Explanation
You are correct!
92 Which function is used for k-means clustering?

Your Answer
k-means

Correct Answer
k-means

Explanation
You are correct!
93 What is Decision Tree?

Your Answer
Flow-Chart

Correct Answer
Flow-Chart & Structure in which internal node represents test on an attribute, each branch represents
outcome of test and each leaf node represents class label

Explanation
Sorry, you have selected the wrong answer.
94 Support vector machine is used for

Your Answer
Classification
Regression

Correct Answer
Classification
Regression
Outlier Detection Purposes

Explanation
Incorrect. The corect options are 1,2 and 3.
95 Select the appropriate option which describes the Single Linkage method.

Your Answer
In single linkage hierarchical clustering, the distance between two clusters is defined as the longest
distance between two points in each cluster.

Correct Answer
In single linkage hierarchical clustering, the distance between two clusters is defined as the shortest
distance between two points in each cluster.

Explanation
Sorry, you have selected the wrong answer.
96 In a naive Bayes algorithm, when an attribute value in the testing record has no example in the
training set, then the entire posterior probability will be zero.

Your Answer
False

Correct Answer
True

Explanation
Sorry! This needs work.
97 How conditional probability rewrite in language model? P(B | A) =P(A, B) / P(A)

Your Answer
P(A, B) = P(A) P(B | A)

Correct Answer
P(A, B) = P(A) P(B | A)

Explanation
None.
98 What’s the the hypothesis of logistic regression?

Your Answer
to limit the cost function between 0 and 1

Correct Answer
to limit the cost function between 0 and 1

Explanation
Yes, you are right!
99 Which of the following is correct use of cross validation?

Your Answer
All of the mentioned

Correct Answer
All of the mentioned

Explanation
Correct answer!
100 What happens when model complexity increases?

Your Answer
Model bias increases

Correct Answer
Variance of the model increases

Explanation
oh, incorrect!
Page 5 of 5

Summary Prev Page

I'm done.

Software by

Version 11.2

Privacy Policy. Assessment content is copyright 2023, AlmaBetter.

You might also like