MACHINE LEARNING
UNIT-1
1-MARK
1. What are the five popular algorithms we use in machine learning?
2. What do you know about Bayesian networks?
3. Define supervised and unsupervised machine learning?
4. Define the term classification and regression?
5. What is meant by decision tree?
6. Write two applications of Machine Learning in daily life
7. What is tree pruning?
8. What is ID3 algorithm?
9. Define Information gain?
10. What are the nodes of decision trees?
2-MARKS
1. Define Machine Learning?
2. What is hypothesis?
3. Define Well Posed Learning?
4. What are the issues in Machine Leaning?
5-MARKS
1. Explain Find-S algorithm with given example. Give its applications
2. Explain the concept of Inductive Bias with a neat diagram, explain
how you can model inductive systems by equivalent deductive
systems?
MULTIPLE CHOICE QUESTIONS
1. Among the following options identify the one which is not a
type of learning(A)
A) Semi unsupervised learning B) Supervised learning
C) Reinforcement learning D) Unsupervised learning
2. Identify the type of learning in which labeled training data is
used (B)
A) Semi supervised learning B) Supervised learning
C) Reinforcement learning D) Unsupervised learning
3. Which of the following Machine learning algorithm is based
upon the idea of bagging? (B)
A) Decision tree B) Random forest
C) Classification D) Regression
4. Machine learning is a subset of which of the following (A)
A) Artificial intelligence B) Deep learning
C) Data learning D) None of the above
5. The father of Machine learning is (A)
A) Geoffrey Everest Hinton B) Geoffrey Hill
C) Geoffrey Chaucer D) None of the above
6. Which of the following are common classes of problem in Machine
learning? (D)
A) Regression B) Classification C) Clustering
D) All of the above
7. FIND-S algorithm ignores? (B)
A) Positive B) Negative C) Both D) None
8. Analysis of ML algorithm needs (C)
A) Statistical learning theory B) Computational learning theory
C) Both A and B D) None of the above
9. What does K stand for in K means algorithm? (D)
A) Number of clusters B) Number of data
C) Number of attributes D) Number of iterations
10. What is unsupervised learning? (C)
A) Number of groups may be known
B) Features of group explicitly stated
C) Neither features nor number of groups is known
D) None of the above