What is machine learning? What are key tasks of machine learning?
[3 marks]Discuss candidate-elimination algorithm.
[4 marks]Compare Supervised, Unsupervised and Semi supervised Learning.
[7 marks]Define following terms in decision tree. 1) Leaf node 2) Entropy 3) Information gain
[3 marks]Briefly explain the properties of Gini Impurity in decision tree.
[4 marks]List down the advantages of the Decision Trees.
[7 marks]List out the disadvantages of the Decision Trees.
[7 marks]If it takes one hour to train a Decision Tree on a training set containing 1 million instances, roughly how much time will it take to train another Decision Tree on a training set containing 10 million instances?
[3 marks]Why do we require Pruning in Decision Trees? Explain.
[4 marks]Describe the structure of an artificial neuron. How is it similar to a biological neuron? What are its main components?
[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]Explain the concept of Prior, Posterior, and Likelihood with an example.
[3 marks]Discuss application of ANN in face recognition.
[4 marks]Explain, in details, the backpropagation algorithm. What are the limitations of this algorithm?1
[7 marks]What is Naïve Bayes classifier? Why is it named so?
[3 marks]Briefly explain optimal Bayes classifier.
[4 marks]Adrug test (random variable T) has 1% false positives (i.e., 1% of those not taking drugs show positive in the test), and 5% false negatives (i.e., 5% of those taking drugs test negative). Suppose that 2% of those tested are taking drugs. Determine the probability that somebody who tests positive is actually taking drugs (random variable D).
[7 marks]Explain Minimum Description Length Principle.
[3 marks]Write two strength and weakness of Bayesian classifier.
[4 marks]Explain how Naïve Bayes classifier is used in text classification.
[7 marks]Explain overfitting and underfitting.
[3 marks]Discuss a scenario of banking system where machine learning can be helpful.
[4 marks]What are Bayesian Belief networks? Where are they used? Can they solve all types of problems?
[7 marks]