You are on page 1of 1

R.V.R. & J.C.

COLLEGE OF ENGINEERING, GUNTUR – 522 019


(Autonomous)
IV/IV B.Tech., (CSE) ASSIGNMENT TEST #I Time: 45 Mts.
2022-2022 (VI Semester) Max.Marks: 12
CS 323(R-20) –MACHINE LEARNING

1. Explain the steps in designing a learning system. [CO1] (6M)


2. Illustrate the Candidate Elimination algorithm with suitable example. [CO1] (6M)
3. Consider the following training dataset and predict the class label for
the instance x={Refund = No,Married,Income =120K} using naïve bayes
classifier. [CO2] (6M)
Tid Refund Marital Status Taxable Class
Income
1 Yes Single 125K NO
2 No Married 100K NO
3 No Single 70K NO
4 Yes Married 120K NO
5 No Divorced 95K YES
6 No Married 60K NO
7 Yes Divorced 220K NO
8 No Single 85K YES
9 No Married 75K NO
10 No Single 90K YES

4. Explain the issues in decision tree leaning with suitable example. [CO2] (6M)
5. Discuss about the training rules to learn the weights of artificial neural
networks. [CO2] (6M)
6. a.List and explain the problem characteristics suitable for ANN learning. [CO2] (2M)
b. Write in detail about the K-Nearest Neighbor learning algorithm. [CO2] (4M)

You might also like