Machine Learning (BTCSD603) Supplementary June 2024
This document outlines the examination details for the Machine Learning course at Dr. Babasaheb Ambedkar Technological University for the B. Tech Computer Science & Design program. It includes instructions for students, a breakdown of questions categorized by learning outcomes, and specific topics to be covered, such as data splitting, performance metrics, regression, decision trees, and various algorithms. The exam is scheduled for June 19, 2024, with a total of 60 marks available.
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 ratings0% found this document useful (0 votes)
16 views2 pages
Machine Learning (BTCSD603) Supplementary June 2024
This document outlines the examination details for the Machine Learning course at Dr. Babasaheb Ambedkar Technological University for the B. Tech Computer Science & Design program. It includes instructions for students, a breakdown of questions categorized by learning outcomes, and specific topics to be covered, such as data splitting, performance metrics, regression, decision trees, and various algorithms. The exam is scheduled for June 19, 2024, with a total of 60 marks available.
Regular and Supplementary Summe r 2024 Course : B. Tech Branch : Compute r Science & De sign Semester : VI
Subje ct Code & Name : BTCSD603 Machine Learning
Max Marks: 60 Date : 19/06/2024 Duration: 3 Hr. Instructions to the Students: 1. All the questions are compulsory. 2. The level of question/expected answer as per OBE or the Course Outcome (CO) on which the question is based is mentioned in ( ) in front of the question. 3. Use of non-programmable scientific calculators is allowed. 4. Assume suitable data wherever necessary and mention it clearly. (Level/CO) Marks Q. 1 Solve Any Two of the following. 12 A) What is importance of data splitting in Machine Learning? Understand/CO1 6 B) To categorized kids toys which learning method you will adapt? Why? Evaluate/CO1 6 Justify your answer. C) If absence of Agent in Reinforcement Learning method what will Analyze/CO1 6 happen? Justify in detail with proper diagram.
Q.2 Solve Any Two of the following. 12
A) Elaborate performance metrics for classification problem. Understand/CO2 6 B) Using following data, a Confusion matrix for 10 records: Apply/CO2 6 Actual Values Dog Not Dog Predicted Dog 5 1 Values Not Dog 1 3 Calculate Accuracy, Precision, Recall, and F1-Score. 2 C) Explain Regression with performance metrics MAE, MSE, RMSE, R . Understand/CO2 6
Q. 3 Solve Any Two of the following. 12
A) Find the linear regression equation for the following sets of data. Apply/CO3 6 x 2 4 6 8 y 3 7 5 10 B) What is Logistic Regression and its terminologies? Understand/CO3 6 C) What is Random Error/ Residuals? How it calculated explain with Understand/CO3 6 example.
Q.4 Solve Any Two of the following. 12
A) Draw and explain decision tree for interview call. Apply/CO4 6
B) Illustrate working of Random Forest Algorithm. Analyze/CO4 6
C) Explain Bagging and Boosting with example. Understand/CO4 6
Q. 5 Solve Any Two of the following. 12
A) Using Naïve Bayesian algorithm Apply/ CO5 6 Age Income Student Credit_Rating Buys_Comp <=30 High No Fair No <=30 High No Excellent No 31- -40 High No Fair Yes >40 Medium No Fair Yes >40 Low Yes Fair Yes >40 Low Yes Excellent No 31- -40 Low Yes Excellent Yes <=30 Medium No Fair No <=30 Low Yes Fair Yes >40 Medium Yes Fair Yes <=30 Medium Yes Excellent Yes 31- -40 Medium No Excellent Yes 31- -40 High Yes Fair Yes >40 Medium No Excellent No Predict for X= (Age = <=30, Income = Medium, Student = Yes, Credit_Rating = Fair, Buys_Comp = ?) B) Explain KNN-Algorithm with example. Understand/CO5 6
C) How Does Support Vector Machine Work? Understand/ CO5 6