The effectiveness of an SVM depends upon:
A. Selection of Kernel
B. Kernel Parameters
C. Soft Margin Parameter C
D. All of the above
Select an option to see the answer and solution.
You are given sesimic data and you want to predict next earthquake , this is an example of
A. supervised learning
B. reinforcement learning
C. unsupervised learning
D. dimensionality reduction
Select an option to see the answer and solution.
When the C parameter is set to infinite, which of the following holds true?
A. The optimal hyperplane if exists, will be the one that completely separates the data
B. The soft-margin classifier will separate the data
C. None of the above
D. None of these
Select an option to see the answer and solution.
The firing rate of a neuron
A. determines how strongly the dendrites of the neuron stimulate axons of neighboring neurons
B. is more analogous to the output of a unit in a neural net than the output voltage of the neuron
C. only changes very slowly, taking a period of several seconds to make large adjustments
D. can sometimes exceed 30,000 action potentials per second
Select an option to see the answer and solution.
To test linear relationship of y(dependent) and x(independent) continuous variables, which of the following plot best suited?
A. Scatter plot
B. Barchart
C. Histograms
D. None of these
Select an option to see the answer and solution.
During the last few years, many . . . . . . . . algorithms have been applied to deep neural networks to learn the best policy for playing Atari video games and to teach an agent how to associate the right action with an input representing the state.
A. Logical
B. Classical
C. Classification
D. None of above
Select an option to see the answer and solution.
Which of the following indicates the fundamental of least squares?
A. arithmetic mean should be maximized
B. arithmetic mean should be zero
C. arithmetic mean should be neutralized
D. arithmetic mean should be minimized
Select an option to see the answer and solution.
What is 'Training set'?
A. Training set is used to test the accuracy of the hypotheses generated by the learner.
B. A set of data is used to discover the potentially predictive relationship.
C. Both A & B
D. None of above
Select an option to see the answer and solution.
Which of the following statement is true about k-NN algorithm? 1. k-NN performs much better if all of the data have the same scale 2. k-NN works well with a small number of input variables (p), but struggles when the number of inputs is very large 3. k-NN makes no assumptions about the functional form of the problem being solved
A. 1 and 2
B. 1 and 3
C. only 1
D. 1,2 and 3
Select an option to see the answer and solution.
In Naive Bayes equation P ( C ∣ X ) = P ( X ) P ( X ∣ C ) ∗ P ( C ) which part considers "likelihood"?
A. P ( X ∣ C )
B. P ( C ∣ X )
C. P ( C )
D. P ( X )
Select an option to see the answer and solution.
It is not necessary to have a target variable for applying dimensionality reduction algorithms
Select an option to see the answer and solution.
Hierarchical clustering is slower than non-hierarchical clustering?
Select an option to see the answer and solution.
Which of the following can help to reduce overfitting in an SVM classifier?
A. use of slack variables
B. high-degree polynomial features
C. normalizing the data
D. setting a very low learning rate
Select an option to see the answer and solution.
SVM can solve linear and non-linear problems
Select an option to see the answer and solution.
Suppose you plotted a scatter plot between the residuals and predicted values in linear regression and you found that there is a relationship between them. Which of the following conclusion do you make about this situation?
A. Since the there is a relationship means our model is not good
B. Since the there is a relationship means our model is good
C. Can't say
D. None of these
Select an option to see the answer and solution.
Overfitting is more likely when you have huge amount of data to train?
Select an option to see the answer and solution.
Gain ratio tends to prefer unbalanced splits in which one partition is much smaller than the other
Select an option to see the answer and solution.
In the mathematical Equation of Linear Regression Y = β1 + β2X + ∊, (β1, β2) refers to . . . . . . . .
A. (X-intercept, Slope)
B. (Slope, X-Intercept)
C. (Y-Intercept, Slope)
D. (Slope, Y-Intercept)
Select an option to see the answer and solution.
Which of the following is not a kernel method in SVM?
A. linear kernel
B. polynomial kernel
C. rbf kernel
D. nonlinear kernel
Select an option to see the answer and solution.
Identify the various approaches for machine learning.
A. concept vs classification learning
B. symbolic vs statistical learning
C. inductive vs analytical learning
D. all above
Select an option to see the answer and solution.