Machine Learning 3rd Sem MCA 2022 QP
Machine Learning 3rd Sem MCA 2022 QP
4. Explain basic elements of Hidden Markov Model (HMM). List any two
applications of HMM.
P.T.O.
PG 299
b) Suppose 10000 patients get tested for flu; Out of them 9000 are actually
healthy and 1000 are actually sick. For the sick people, a test was positive
for 620 and negative for 380. For healthy people ,same test was positive for
180 and negative for 8820. Construct a Confusion matrix for data and
compute sensitivity and specificity for the data. 6
11. a) ldentify only the first splitting attribute for decision Tree by using ID3
algorithm with following data set:
Major Experience Tie Hired ?
CS Programming Pretty No
CS Programming Pretty No
CS Management Pretty Yes
CS Management Ugly Yes
Business Programming Pretty Yes
Business Programming Ugly Yes
Business Management Pretty No
BusinesS Management Pretty No
b) What are the steps involved in expectation Maximization Algorithm ?