Machine Learning - Study Mode

[#146] Which one of the following is not a major strength of the neural network approach?
Correct Answer

(A) neural network learning algorithms are guaranteed to converge to an optimal solution
(E) neural network learning algorithms are guaranteed to converge to an optimal solution

[#147] Given above is a description of a neural network. When does a neural network model become a deep learning model?
Correct Answer

(A) when you add more hidden layers and increase depth of neural network
(E) when you add more hidden layers and increase depth of neural network

[#148] Which of the following metrics, do we have for finding dissimilarity between two clusters in hierarchical clustering? 1. Single-link 2. Complete-link 3. Average-link
Correct Answer

(D) 1, 2 and 3
(H) 1, 2 and 3

[#149] which among the following is the most appropriate kernel that can be used with SVM to separate the classes.
Correct Answer

(B) gaussian rbf kernel
(F) gaussian rbf kernel

[#150] Having built a decision tree, we are using reduced error pruning to reduce the size of the tree. We select a node to collapse. For this particular node, on the left branch, there are 3 training data points with the following outputs: 5, 7, 9.6 and for the right branch, there are four training data points with the following outputs: 8.7, 9.8, 10.5, 11. What were the original responses for data points along the two branches (left & right respectively) and what is the new response after collapsing the node?
Correct Answer

(C) 7.2, 10, 8.8
(G) 7.2, 10, 8.8