Define following terms with respect to machine learning:
[3 marks]precision (ii) overfitting (iii) concept learning
[ marks]What is machine learning? What are key tasks of machine Learning?
[4 marks]List and explain the types of machine learning in brief.
[7 marks]Discuss candidate-elimination algorithm.
[3 marks]What is Gibbs Algorithm?
[4 marks]What is perceptron? What is perceptron training rule? What are its limitations and by which rule these limitations can be overcome?
[7 marks]Explain how Naïve Bayes classifier is used in text classification.
[7 marks]Write two strength and weakness of Bayesian classifier.
[3 marks]What is Naïve Bayes classifier? Why is it named so?
[4 marks]What is inductive bias in a decision tree? How to avoid overfitting? Is there any effect on classification due to bias?
[7 marks]Define following terms in decision tree. 1) Leaf node 2) Entropy 3) Information gain
[3 marks]Consider the following confusion matrix of the win/loss prediction of cricket match. Calculate model accuracy and error rate for the same. Actual Win Actual Loss Predicted Win 82 Predicted Loss 3
[8 marks]Write ID3 Decision Tree Algorithm and explain with suitable example.
[7 marks]Briefly explain Multilayer Feed Forward NN.
[3 marks]Why do we require Pruning in Decision Trees? Explain.
[4 marks]Describe CART. Explain with suitable example.
[7 marks]What is threshold activation function in ANN?
[3 marks]Design a multi-layer perceptron to implement A XOR B.
[4 marks]Describe, in details, the process of adjusting the interconnection weights in a multi-layer neural network.
[7 marks]Briefly explain the properties of Gini Impurity in decision tree.
[3 marks]Discuss application of ANN in face recognition.
[4 marks]Explain Confusion Matrix with respect to detection of “Spam e-mails”.
[7 marks]Briefly explain EM Algorithm.
[3 marks]What is recommender system? How machine learning methods can be useful in it?
[4 marks]Explain the concept of Prior, Posterior, and Likelihood with an example.
[7 marks]