0% found this document useful (0 votes)
3 views3 pages

FML

Mach

Uploaded by

209x1a05j6
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views3 pages

FML

Mach

Uploaded by

209x1a05j6
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Reg. No.

206S13C
FOUR YEAR B.TECH. DEGREE EXAMINATION - NOVEMBER 2023.
SIXTH SEMESTER EXAMINATION
FOUNDATIONS OF MACHINE LEARNING (FML)
(scHEME -2020)
(Common to CSE, CST)

Time: 3 Hours Max. Marks: 60

. Note : (i) Answer ONE Question From Each Unit.


(ii) A1I Questions Carry Equal Marks.

UNIT I

1. Which disciplines have their influence on Machine learning? Explain with


examples. (12)

Or

2. (a) Explain the various issues with Machine Learning. (6)


(b) Is Preprocessing of Data a Mandatory step? Justifu. List out the different
preprocessing steps applied on data. Explain with suitable examples. (6)

UNIT II

3. Infer the following from the given confusion matrix (L2)

N=520 Target Input Target Output


Actual Input 380 10
Actual Output 20 110

(a) True positive, True negative


(b) False positive; False negative
(c) Sensitivity
(d) Specificity
(e) Recall
(0 Accuracy

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)

Initial cluster counters are :

A1 (2, 5), A4 (5, 5) and A7 (1, 3),

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

(b) Elastic Net.

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

8. Construct a Decision tree for the following scenario (12)

(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.

(e) Ifshe has no car, she uses a bus.

(0 Otherwise, she uses the train.

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)

G) When DBSCAN be used? What are the two major components of


DBSCAN? What are the weakness of DBSCAN Algorithm? (6)

206s13c

You might also like