Answer the following questions. 1) When we can say a hypothesis h is consistent? 2) Why overfitting happens? 3) What is inductive machine learning? 4) When should we have to use classification over regression? 5) What is cross validation? 6) Write a popular application of machine learning that you see on day-to-day basis. 7) What is the standard approach to supervised learning?
[7 marks]Write a detail note on perspectives and issues in Machine Learning.
[7 marks]Find the version space form the following data set for concept learning using Candidate Elimination algorithm. Size Color Shape Label Big Red Circle No Small Red Triangle No Small Red Circle Yes Big Blue Circle No Small Blue Circle Yes
[7 marks]Is there any effect on classification due to bias? Justify your answer with suitable example.
[7 marks]Occam’s razor prefers the simplest hypothesis that fits the data. Discuss the view followed with justification in detail.
[7 marks]Explain Maximum Likelihood and Least squared Error Hypothesis in detail.
[7 marks]Identify and discuss the problem characteristic for which Artificial Neural Network learning technique is more appropriate.
[7 marks]Describe under fitting and over fitting problem in Machine Learning.
[7 marks]Illuminate the Bayesian Belief Network with suitable example in detail.
[7 marks]Explain working of back propagation algorithm for multilayer feed forward network.1
[7 marks]The following dataset will be used to learn a decision tree for predicting whether a person is Happy(H) or Sad (S) on the color of their shoes, whether they wear a wig and the number of ears they have. Color Wig Number of Ears Emotions (Output) G Y 2 S G N 2 S G N 2 S B N 2 S B N 2 H R N 2 H R N 2 H R N 2 H R Y 3 H01 1) What is H (Emotion | Wig=Y)? 2) Which attribute would the decision-tree building algorithm choose to use03 for the root of the tree (assume no pruning)? 3) Draw the full decision tree that would be learned for this data (assume no03 pruning).
[ marks]How Naïve Bayes algorithm useful for learning and classifying text?Explain in detail.
[7 marks]Acompany is produces tissues, which are used by the batteries, say working in biological science. The Objective of company’s business objective here is to predict how well their clients accept types of tissue they are producing. Following is the data set result after survey from client on company produce different types of tissues. Name Acid Strength Class Durability Type - 1 7 7 Bad Type - 2 7 4 Bad Type – 3 3 4 Good Type – 4 1 4 Good Company want to predict class for Type – 5 tissue having acid durability = 3 and strength = 7 based on existing survey result data set. What will be the prediction class for Type – 5 using kNN algorithm when k=1, and 3?
[2 marks]Write a detail note on any one proposed Recommender System that depictsuse of Machine Learning.
[7 marks]Distinguish Lazy Learner and Eager Learner in detail.
[7 marks]What is Gibbs Algorithm? Describe its suitability in Machine Learning in detail.
[7 marks]Assume there are dual sided two coins and describe EM algorithm by considering these two coins.
[7 marks]