Machine Learning Axiom
Machine Learning Axiom
------------------------------
1. Which of the learning methodology applies conditional probability of all the variables with respective
the dependent variable? - supervised learning
2. Can you make quick guess where Decision tree will fall into ___ - Supervised Learning
3. Do you think heuristic for rule learning and heuristics for decision trees are both same ?-False
4. What is the benefit of Naïve Bayes ? - requires less training data
5. What is the advantage of using an iterative algorithm like gradient descent ? (select the best)- For
Nonlinear regression problems, there is no closed form solution
6. For which one of these relationships could we use a regression analysis? Choose the correct one -
Relation between height and weight (both quantitative)
7. Does Logistic regression check for the linear relationship between dependent and independent
variables ? - False
8. Which helps SVM to implement the algorithm in high dimensional space? - Kernel
9. Kernel methods can be used for supervised and unsupervised problems --True
10. Perceptron is - a single layer feed-forward neural network
11. While running the same algorithm multiple times, which algorithm produces same results? -
Hierarchical clustering
12. The model which is widely used for the classification is - Segmentation x,
13. Which of the following is not example of Clustering? - RFM Analysis
14. SVM will not perform well with large data set because - Lot of noise in data x,
15. SVM will not perform well with data with more noise because - target classes could overlap
16. Most famous technique used in Text mining is - Naive Bayes
17. 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
18. In Kernel trick method, We do not need the coordinates of the data in the feature space -True
19. Which technique implicitly defines the class of possible patterns by introducing a notion
21. Which model helps SVM to implement the algorithm in high dimensional space? - classification--wrong,
Multi-Linear Regression x,
22. The main problem with using single regression line - merging of groups x,
23. If the outcome is binary(0/1), which model to be applied? -Linear regression x,Classification
26. Which of the learning methodology applies conditional probability of all the variables with respective
the dependent variable? -supervised learning
27. Correlation and regression are concerned with the relationship between _________ - 2 quantitative
variable
28. The main difficulty with using a regression line to analyze these data is _______ - presence of 1 or more
outliers
29. Disadvantage of Neural network according to your purview is : takes a long time to be trained
30. Which methodology works with clear margins of separation points? - Support Vector Machine
31. The model which is widely used for the classification is - segmentation x,Logistic Regression
32. SVM uses which method for pattern analysis in High dimensional space? Kernel
33. Which type of the clustering could handle Big Data? -K-means
34. In a scenario, where the statistical model describes random error or noise instead of underlying
relationship, what happens - Overfitting
36. Does Logistic regression check for the linear relationship between dependent and
38. For which one of these relationships could we use a regression analysis? Chose the correct one -
Relation ship between weith and height
40. 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
41. The correlation between two variables is given by r = 0.0. . This means -There is a perfect positive
relationship between the two variables--wrong, The best straight line through the data is horizontal.
42. Effect of outlier on the correlation coefficient -- decrease the correlation--wrong ,An outlier might
either decrease or increase a correlation coefficient, depending on where it is in relation to the other
points
43. Which clustering technique requires prior knowledge of the number of clusters required -- K Means
clustering