Axioms
Axioms
io)
If you have a basket of different fruit varieties with some prior information on
size, color, shape of each and every fruit . Which learning methodology is best
applicable?
Supervised Learning -- Correct
Do you think heuristic for rule learning and heuristics for decision trees are both
same ?
False -- Correct
For which one of these relationships could we use a regression analysis? Choose the
correct one
Relationship between Height & weight (both Quantitative) -- Correct
Does Logistic regression check for the linear relationship between dependent and
independent variables ?
False -- Correct
Perceptron is _______________
a single layer feed-forward neural network -- Correct
While running the same algorithm multiple times, which algorithm produces same
results?
Hierarchical clustering -- Correct
***********************************************************************************
***************************
SVM will not perform well with large data set because (select the best answer)
classification becomes difficult , Difficult to simulate model, Lot of noise in
data -- Wrong
training time is high
-- selected
In a scenario, where the statistical model describes random error or noise instead
of underlying relationship, what happens
Overfitting -- Correct
Consider a regression equation, Now which of the following could not be answered by
regression?
Estimate whether the association is linear or non-linear -- Correct
Now Can you make quick guess where Decision tree will fall into _____
Supervised Learning -- Correct
The main difficulty with using a regression line to analyze these data is
_________________
presence of 1 or more outliers -- Correct
For which one of these relationships could we use a regression analysis? Chose the
correct one
Relationship between Height & weight (both Quantitative) -- Correct
One has to run through ALL the samples in your training set to do a single update
for a parameter in a particular iteration. This is applicable for
Gradient Descent -- Correct
SVM uses which method for pattern analysis in High dimensional space?
Kernel -- Correct
Correlation and regression are concerned with the relationship between _________
2 quantitative variables -- Correct
Which model helps SVM to implement the algorithm in high dimensional space?
Kernel -- Correct
In Kernel trick method, We do not need the coordinates of the data in the feature
space
True -- Correct
What are the advantages of neural networks (i) ability to learn by example (ii)
fault tolerant (iii) suited for real time operation due to their high
'computational' rates
All the options are correct -- Correct
The model in which one estimates the probability that the outcome variable assumes
a certain value, rather than estimating the value itself.
Logistic Regression -- Correct
SVM will not perform well with data with more noise because (select the best
answer)
target classes could overlap -- correct
The standard approach to supervised learning is to split the set of example into
the training set and the test
True -- Correct