Define following terms with respect to machine learning:
[3 marks]precision (ii) overfitting (iii) concept learning
[ marks]What are the issues in machine learning as far as designing of learning system is concerned?
[4 marks]Asample dataset about stolen cars is given below: Sample No. Color Type Origin Stolen? 1 Red Sports Domestic Yes 2 Yellow Sports Domestic No 3 Red Sports Imported Yes 4 White Sports Imported No 5 White Family Imported Yes 6 White SUV Domestic No 7 Yellow SUV Imported Yes 8 Yellow Family Domestic No 9 Red SUV Imported No 10 Red Sports Domestic Yes Find the probability of a stolen car which is white in color, sports type and origin domestic. Use naïve bayes classification.
[7 marks]Define following terms with respect to machine learning:
[3 marks]hypothesis (ii) hypothesis space (iii) hypothesis space search
[ marks]Briefly explain the steps to prepare the version space for given training dataset.
[4 marks]Is given statement true or false? Reduced error pruning is following pre-pruning approach. Explain one-by-one step to perform reduced error pruning to get optimized decision tree.
[7 marks]With suitable example, show one-by-one step of backpropagation algorithm on multilayer feedforward artificial neural network.
[7 marks]Define following terms with respect to machine learning:
[3 marks]target function (ii) inductive learning hypothesis (iii) version space
[ marks]Explain inductive bias with suitable example.
[4 marks]What is semi-supervised learning? Explain the steps of self-training algorithm. OR1
[7 marks]Define following terms with respect to machine learning:
[3 marks]consistent hypothesis (ii) underfitting (iii) mean square error
[ marks]Compare supervised learning with unsupervised learning.
[4 marks]What is perceptron? What is perceptron training rule? What are its limitations and by which rule these limitations can be overcome?
For which type of problem characteristics, decision tree algorithm is suitable?
[3 marks]Define following terms with respect to machine learning:
[4 marks]gradient descent (ii) learning rate (iii) cost function (iv) epoch
[ marks]Asample dataset about diagnostic is given below: Sample Fever Vomiting Diarrhea Shivering Diagnosis No. 1 no no no no healthy 2 average no no no influenza 3 high no no yes influenza 4 high yes yes no salmonella poisoning 5 average no yes no salmonella poisoning 6 no yes yes no bowel inflammation 7 average yes yes no bowel inflammation Using gain ratio, find the purest attribute that can be at root of the decision tree.
[7 marks]Define: (i) prior probability (ii) posterior probability (iii) maximum likelihood
[3 marks]State Bayes theorem and its applications.
[4 marks]What is EM algorithm? Explain it in detail.
What is Bayesian Belief Network?
[3 marks]Briefly explain minimum description length principle.
[4 marks]Define: precision, recall. Make confusion matrix from given data and find precision, recall, accuracy and F- score from it: No. of samples in test data having class value POSITIVE = 150 No. of samples in test data having class value NEGATIVE = 600 No. of POSITIVE samples of test data classified as POSITIVE by model = 100 No. of NEGATIVE samples of test data classified as NEGATIVE by model = 550
[7 marks]Briefly explain Bayes optimal classifier.
[3 marks]What is recommender system? How machine learning methods can be useful in it?
[4 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 RED = 250 No. of samples in test data having class value GREEN = 450 No. of RED samples of test data classified as RED by model = 200 No. of GREEN samples of test data classified as GREEN by model = 400
[7 marks]