Machine Learning (ML) MCQ Quiz Hub

Machine Learning (ML) MCQ Set 09

Choose a topic to test your knowledge and improve your Machine Learning (ML) skills

1. The effectiveness of an SVM depends upon:




2. The process of forming general concept definitions from examples of concepts to belearned.




3. Computers are best at learning




4. Data used to build a data mining model.




5. Supervised learning and unsupervised clustering both require at least one




6. Supervised learning differs from unsupervised clustering in that supervised learning requires




7. A regression model in which more than one independent variable is used to predict the dependent variable is called




8. A term used to describe the case when the independent variables in a multiple regression modelare correlated is




9. A multiple regression model has the form: y = 2 + 3x1 + 4x2. As x1 increases by 1 unit (holding x2constant), y will




10. A multiple regression model has




11. A measure of goodness of fit for the estimated regression equation is the




12. The adjusted multiple coefficient of determination accounts for




13. The multiple coefficient of determination is computed by




14. For a multiple regression model, SST = 200 and SSE = 50. The multiple coefficient ofdetermination is




15. A nearest neighbor approach is best used




16. Another name for an output attribute.




17. Classification problems are distinguished from estimation problems in that




18. Which statement is true about prediction problems?




19. Which of the following is a common use of unsupervised clustering?




20. The average positive difference between computed and desired outcome values.




21. Selecting data so as to assure that each class is properly represented in both the training andtest set.




22. The standard error is defined as the square root of this computation.




23. Data used to optimize the parameter settings of a supervised learner model.




24. Bootstrapping allows us to




25. The average squared difference between classifier predicted output and actual output.




26. Simple regression assumes a __________ relationship between the input attribute and outputattribute.




27. Regression trees are often used to model _______ data.




28. The leaf nodes of a model tree are




29. Logistic regression is a ________ regression technique that is used to model data having a_____outcome.




30. This technique associates a conditional probability value with each data instance.




31. This supervised learning technique can process both numeric and categorical input attributes.




32. With Bayes classifier, missing data items are




33. This clustering algorithm merges and splits nodes to help modify nonoptimal partitions.




34. This clustering algorithm initially assumes that each data instance represents a single cluster.




35. This unsupervised clustering algorithm terminates when mean values computed for the currentiteration of the algorithm are identical to the computed mean values for the previous iteration.




36. In reinforcement learning if feedback is negative one it is defined as____.




37. According to____ , it’s a key success factor for the survival and evolution of all species.




38. What is ‘Training set’?




39. Common deep learning applications include____




40. Reinforcement learning is particularly efficient when______________.




41. if there is only a discrete number of possible outcomes (called categories),the process becomes a______.




42. Which of the following are supervised learning applications




43. During the last few years, many ______ algorithms have been applied to deepneural 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.




44. _____is much more difficult because it's necessary to determine a supervised strategy to train a model for each feature and, finally, to predict their value




45. How it's possible to use a different placeholder through the parameter_______.




46. If you need a more powerful scaling feature, with a superior control on outliers and the possibility to select a quantile range, there's also the class________




47. scikit-learn also provides a class for per-sample normalization, Normalizer. It can apply________to each element of a dataset




48. There are also many univariate methods that can be used in order to select the best features according to specific criteria based on________.




49. ____performs a PCA with non-linearly separable data sets.




50. The parameter______ allows specifying the percentage of elements to put into the test/training set




51. In many classification problems, the target ______ is made up of categorical labels which cannot immediately be processed by any algorithm.




52. If Linear regression model perfectly first i.e., train error is zero, then _____________________




53. In syntax of linear model lm(formula,data,..), data refers to ______




54. Which of the following methods do we use to find the best fit line for data in Linear Regression?




55. Which of the following is true about Residuals ?




56. Naive Bayes classifiers are a collection ------------------of algorithms




57. Naive Bayes classifiers is _______________ Learning




58. Features being classified is __________ of each other in Naïve Bayes Classifier




59. Bernoulli Naïve Bayes Classifier is ___________distribution




60. Multinomial Naïve Bayes Classifier is ___________distribution




61. Gaussian distribution when plotted, gives a bell shaped curve which is symmetric about the _______ of the feature values.




62. SVM is a ------------------ algorithm




63. SVM is a ------------------ learning




64. Even if there are no actual supervisors ________ learning is also based on feedback provided by the environment




65. When it is necessary to allow the model to develop a generalization ability and avoid a common problem called______.




66. Techniques involve the usage of both labeled and unlabeled data is called___.




67. A supervised scenario is characterized by the concept of a _____.