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

ML 2

This document contains an internal assessment for a course on Artificial Intelligence & Machine Learning. It consists of 5 questions worth a total of 20 marks. Question 1 involves explaining the Find-S algorithm and K-NN algorithm. Question 2 involves using a weighted K-NN algorithm on student performance data. Question 3 involves using linear regression to predict hours spent in the library based on week, and explaining the Candidate Elimination algorithm. Question 4 involves explaining multiple linear regression and using it on sales data, and calculating accuracy metrics for a regression model's predictions.

Uploaded by

bhavyaraikoti
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)
145 views3 pages

ML 2

This document contains an internal assessment for a course on Artificial Intelligence & Machine Learning. It consists of 5 questions worth a total of 20 marks. Question 1 involves explaining the Find-S algorithm and K-NN algorithm. Question 2 involves using a weighted K-NN algorithm on student performance data. Question 3 involves using linear regression to predict hours spent in the library based on week, and explaining the Candidate Elimination algorithm. Question 4 involves explaining multiple linear regression and using it on sales data, and calculating accuracy metrics for a regression model's predictions.

Uploaded by

bhavyaraikoti
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

Government Engineering College, Raichur

Department of Computer Science and Engineering


Internal Assessment – 2
Sem: Vth Max Marks: 20 Marks
Subject: Artificial Intelligence & Machine Learning Subject Code: 21CS54
Date: 15-02-24 USN:
Q.No Questions Marks
a.Explain hypothesis space search by Find-S Algorithm with example. 5M
1
b. Explain Nearest-Neighbor Learning and Mention the K-NN Algorithm. 5M
OR
a.Expalin the concept of linear regression model in detail. 5M
b.Consider the Student performance training dataset of 8 data instances as shown in the table which describes the 5M
performance of individual students in a course & their CGPA. The independent attributes are CGPA, Assessment &
Project. The target variable is ‘Result’. Guven a test instance (7.6,60,8). Use weighted K-NN & determine the class.
S.No 1 2 3 4 5 6
2
CGPA 9.2 8 8.5 6 6.5 8.2
Assessment 85 80 81 45 50 72
Project 8 7 8 5 4 7
submitted
Result Pass Pass Pass Fail Fail Pass

Government Engineering College, Raichur


Department of Computer Science and Engineering
Internal Assessment – 2
Sem: Vth Max Marks: 20 Marks
Subject: Artificial Intelligence & Machine Learning Subject Code: 21CS54
Date: 15-02-24 USN:
Q.No Questions Marks
a.Explain hypothesis space search by Find-S Algorithm with example. 5M
1
b. Explain Nearest-Neighbor Learning and Mention the K-NN Algorithm. 5M
OR
a.Expalin the concept of linear regression model in detail. 5M
b.Consider the Student performance training dataset of 8 data instances as shown in the table which describes the 5M
performance of individual students in a course & their CGPA. The independent attributes are CGPA, Assessment &
Project. The target variable is ‘Result’. Guven a test instance (7.6,60,8). Use weighted K-NN & determine the class.
S.No 1 2 3 4 5 6
2
CGPA 9.2 8 8.5 6 6.5 8.2
Assessment 85 80 81 45 50 72
Project 8 7 8 5 4 7
submitted
Result Pass Pass Pass Fail Fail Pass

Government Engineering College, Raichur


Department of Computer Science and Engineering
Internal Assessment – 2
Sem: Vth Max Marks: 20 Marks
Subject: Artificial Intelligence & Machine Learning Subject Code: 21CS54
Date: 15-02-24 USN:
Q.No Questions Marks
a.Explain hypothesis space search by Find-S Algorithm with example. 5M
1
b. Explain Nearest-Neighbor Learning and Mention the K-NN Algorithm. 5M
OR
a.Expalin the concept of linear regression model in detail. 5M
b.Consider the Student performance training dataset of 8 data instances as shown in the table which describes the 5M
performance of individual students in a course & their CGPA. The independent attributes are CGPA, Assessment &
Project. The target variable is ‘Result’. Guven a test instance (7.6,60,8). Use weighted K-NN & determine the class.
S.No 1 2 3 4 5 6
2
CGPA 9.2 8 8.5 6 6.5 8.2
Assessment 85 80 81 45 50 72
Project 8 7 8 5 4 7
submitted
Result Pass Pass Pass Fail Fail Pass
Q.No Questions Marks

a.Consider the following dataset in table where the week & no.of working hours per week spent by a research scholar in 5M
a library are tabulated. Based on the dataset, predict the number of hours that will be spent by the research scholar in the
7th and 9th week. Apply linear regression model.
3
Xi (week) 1 2 3 4 5
(Yi hours spent) 12 18 22 28 35
b. Explain Candidate Elimination Algorithm with example. 5M

OR

a.Explain Multiple linear regression in detail & solve the following Sample data. Use matrix approach for finding 5M
multiple regression.
X1(P 1 sales) 1 2 3 4
X2(P 2 Sales) 4 5 8 2
4 Y (Output ) 1 6 8 12
b.Consider the following training set table for predicting the Sales of the items I6, I7 whose actual values are 80 & 75 5M
resp. A regression model predicts the values I6 & I7 as 75 & 85 resp. find MAE, MSE, RMSE, RelMSE & CV.
Items xi I1 I2 I3 I4 I5
Actual Sales yi 80 90 100 110 120

Q.No Questions Marks

a.Consider the following dataset in table where the week & no.of working hours per week spent by a research scholar in 5M
a library are tabulated. Based on the dataset, predict the number of hours that will be spent by the research scholar in the
7th and 9th week. Apply linear regression model.
3
Xi (week) 1 2 3 4 5
(Yi hours spent) 12 18 22 28 35
b. Explain Candidate Elimination Algorithm with example. 5M

OR

a.Explain Multiple linear regression in detail & solve the following Sample data. Use matrix approach for finding 5M
multiple regression.
X1(P 1 sales) 1 2 3 4
X2(P 2 Sales) 4 5 8 2
4 Y (Output ) 1 6 8 12
b.Consider the following training set table for predicting the Sales of the items I6, I7 whose actual values are 80 & 75 5M
resp. A regression model predicts the values I6 & I7 as 75 & 85 resp. find MAE, MSE, RMSE, RelMSE & CV.
Items xi I1 I2 I3 I4 I5
Actual Sales yi 80 90 100 110 120

Q.No Questions Marks

a.Consider the following dataset in table where the week & no.of working hours per week spent by a research scholar in 5M
a library are tabulated. Based on the dataset, predict the number of hours that will be spent by the research scholar in the
7th and 9th week. Apply linear regression model.
3
Xi (week) 1 2 3 4 5
(Yi hours spent) 12 18 22 28 35
b. Explain Candidate Elimination Algorithm with example. 5M

OR

a.Explain Multiple linear regression in detail & solve the following Sample data. Use matrix approach for finding 5M
multiple regression.
X1(P 1 sales) 1 2 3 4
X2(P 2 Sales) 4 5 8 2
4 Y (Output ) 1 6 8 12
b.Consider the following training set table for predicting the Sales of the items I6, I7 whose actual values are 80 & 75 5M
resp. A regression model predicts the values I6 & I7 as 75 & 85 resp. find MAE, MSE, RMSE, RelMSE & CV.
Items xi I1 I2 I3 I4 I5
Actual Sales yi 80 90 100 110 120

You might also like