FML
FML
206S13C
FOUR YEAR B.TECH. DEGREE EXAMINATION - NOVEMBER 2023.
SIXTH SEMESTER EXAMINATION
FOUNDATIONS OF MACHINE LEARNING (FML)
(scHEME -2020)
(Common to CSE, CST)
UNIT I
Or
UNIT II
Or
Turn Over
4. Apply k means algorithm to cluster the following eight points (with (r, y)
representation locations) into three clusters : (t2)
AL (2,5), A2 (2,6), A3 (8, 3), A4 (5, 5), A5 (7, 4), A6 (6, 3), A7 (1, 3) A8 (5, 9)
UNIT III-
5. What is the purpose of a decision boundary? How do you make a decision
boundary? Explain how to plot a decision boundary for Machine learning
algorithm? $2)
6. Describe the following regularized linear model with suitable examples. (L2)
(a) Ridge
UNIT IV
7. (a) State the mathematical formulation of the StlM problem. Give an outline
of the method for solving the problem. (6)
(b) Explain how support vector machine can be used for classification of
linearly separable data. (6)
Or
(a) Ifthe travel cost per km is expensive, the persqn uses a car
(b) Ifthe travel cost per km is standard price, the person uses a train
(c) Ifthe travel cost is cheap, the decision tree needs to ask the next question
about the gender of the person. If MaIe, he uses a bus
(d) If the gender is female, the decision tree needs to ask again how many
cars she owns in her household.
2 206s13c
UNIT V
9. Defrne Bagging. Implement Bagging on any one dataset of your choice and
explain in detail. (t2)
Or
10. (a) What is ensemble learning? Give an example. Which are the three types
of Ensemble learning? Exp1ain. (6)
206s13c