What is Bayesian Belief Network?
[3 marks]Write any four characteristics of a problem which is appropriate for decision tree.
[4 marks]lWeahranti ndgo. you mean by learning system? What is the role of (i) training experience and (ii) target function in designing a good learning system?
[7 marks]Define following terms w.r.t machine learning: (i) training set (ii) validation set (iii) testing set.
[3 marks]Give an example of a biased hypothesis space.
[4 marks]Explain MAP hypothesis and consistent learners with suitable examples.
[7 marks]Define: sensitivity, specificity. Make confusion matrix from given data and find sensitivity, specificity, accuracy and F-score from it: No. of samples in test data having class value POSITIVE = 100 No. of samples in test data having class value NEGATIVE = 300 No. of POSITIVE samples of test data classified as POSITIVE by model = 90 No. of NEGATIVE samples of test data classified as NEGATIVE by model = 280
[7 marks]What is multilayer feedforward artificial neural network?
[3 marks]Compare precision and recall. Find precision and recall for given data in confusion matrix: Predicted positive Predicted negative Actual positive 280 Actual negative 10 190
[20 marks]Differentiate supervised, unsupervised and semi-supervised machine learning paradigms with suitable examples. Clearly mention the applications of each one of them.
[7 marks]Define following terms with respect to machine learning:
[3 marks]consistent hypothesis (ii) underfitting (iii) mean square error
[ marks]How does decision tree pruning help to avoid overfitting?
[4 marks]With any one recommender system, explain the mechanism of predictive model with its usefulness & limitations.
[7 marks]Write any three termination conditions in backpropagation algorithm.
[3 marks]Define following terms with respect to machine learning:
[4 marks]gradient descent (ii) learning rate (iii) cost function (iv) epoch
[ marks]Explain maximum likelihood hypothesis for predicting probabilities.1
[7 marks]Define following terms with respect to machine learning:
[3 marks]target function (ii) inductive learning hypothesis (iii) version space
[ marks]What is brute-force bayes concept learning?
[4 marks]What is post-pruning? Explain the reduced error pruning method with suitable example.
Differential between Gibbs algorithm and Bayes optimal classifier.
[3 marks]Briefly explain the steps to prepare the version space for given training dataset.
[4 marks]What is artificial neural network? For which type of the problems, learning by artificial neural network can be beneficial?
[7 marks]Define following terms with respect to machine learning:
[3 marks]precision (ii) overfitting (iii) concept learning
[ marks]How does supervised machine learning help in text classification?
[4 marks]What is inductive bias in decision tree learning? Explain the role of Occam’s razor while considering the short hypothesis.
[7 marks]