Question
Question
41. Illustrate the process of Q-learning and discuss the following terms:
i. Q-values or action value (ii) Rewards and Episode (iii) Temporal
difference or TD update.
42. Illustrate the various areas in which you can apply machine learning.
43. Compare regression, classification and clustering in machine learning along with suitable
real- life applications.Discuss the role of Bayes theorem in machine learning. How naive
Bayes algorithm is different from Bayes theorem?
44. Explain hyperplane (decision boundary) in SVM. Categorize various popular kernels
associated with SVM.
45. Demonstrate K-Nearest Neighbors algorithm for classification with the help of an
example.
46. Explain Instance based learning. Compare locally weighted regression and radial basis
function networks.
47. Explain the different layers used in convolutional neural network with suitable examples.
48. Illustrate backpropagation algorithm by assuming the training rules for output unit
weights and Hidden Unit weights.
49. Explain various types of reinforcement learning techniques with suitable examples.
50. How to Identify the reproduction cycle of genetic algorithm? Explain with suitable
example.
51. Explain the concept of machine learning.
52. Compare ANN and Bayesian networks.
53. What is the difference between linear and logistic regression?
54. Discuss support vectors in SVM?
55. Discuss overfitting and underfitting situation in decision tree learning.
56. What is the task of the E-step of the EM-algorithm?
57. Define the learning classifiers
58. What is the difference between machine learning and deep learning?
59. What objective function do regression trees minimize?
60. What is the difference between Q learning and deep Q learning?
61. Apply KNN for following dataset and predict class of test example (A1=3,
A2=7).Assume K=3
62. A1 63. A2 64. Class
65. 7 66. 7 67. True
68. 7 69. 4 70. True
71. 3 72. 4 73. False
74. 1 75. 4 76. True
77. 5 78. 3 79. False
80. 6 81. 3 82. True
83. Describe the Kohonen Self-Organizing Maps and its algorithm.
85. Explain the role of genetic algorithm? Discuss the various phases considered in genetic
algorithm.
86. Describe BPN algorithm in ANN along with a suitable example.
87. Why SVM is an example of a large margin classifier? Discuss the different kernels
functions used in SVM.
88. Explain the relevance of CBR. How CADET tool employs CBR?
90. Explain the Confusion Matrix with respect to Machine Learning Algorithms.
91. Illustrate the operation of the ID3 training
example. Consider information gain as attribute measure.
93. What is instance based learning? How Locally Weighted Regression is different from
Radial basis function networks?
94. How is Bayes theorem used in machine learning? How naive Bayes algorithm is
different from Bayes theorem?
95. Compare regression, classification and clustering in machine learning along with
suitable real life applications?
96. Given below is an input matrix named I, kernel matrix, calculate the Convoluted
matrix C using stride =1 also apply max pooling on C.
97.
103. How do you find the confidence interval for a hypothesis test?
116. Write short notes on Probably Approximately Correct (PAC) learning model.
117. Describe a prototypical genetic algorithm along with various operations