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

Artificial Intelligence and Machine Learning

The document outlines the instructions and structure for the Supplementary Winter Examination 2024 for B. Tech students at Dr. Babasaheb Ambedkar Technological University, focusing on Artificial Intelligence and Machine Learning. It specifies the exam format, including compulsory objective questions and a selection of additional questions, each carrying specific marks. The document also includes various questions related to AI concepts, algorithms, and metrics.

Uploaded by

siddharth
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)
62 views3 pages

Artificial Intelligence and Machine Learning

The document outlines the instructions and structure for the Supplementary Winter Examination 2024 for B. Tech students at Dr. Babasaheb Ambedkar Technological University, focusing on Artificial Intelligence and Machine Learning. It specifies the exam format, including compulsory objective questions and a selection of additional questions, each carrying specific marks. The document also includes various questions related to AI concepts, algorithms, and metrics.

Uploaded by

siddharth
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

DR.

BABASAHEB AMBEDKAR TECHNOLOGICAL UNIVERSITY, LONERE


Supplementary Winter Examination – 2024
Course: B. Tech. Branch : Electronics & Computer Engg/Electronics & Computer Science Engg
Subject Code & Name: BTECPC602 - Artificial Intelligence and Machine Learning Semester :VI
Max Marks: 60 Date:20/12/2024 Duration: 3 Hr.
Instructions to the Students:
1. Each question carries 12 marks.
2. Question No. 1 will be compulsory and include objective-type questions.
3. Candidates are required to attempt any four questions from Question No. 2 to Question No. 6.
4. 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.
5. Use of non-programmable scientific calculators is allowed.
6. Assume suitable data wherever necessary and mention it clearly.
(Level/CO) Marks

Q. Objective type questions. (Compulsory Question) 12


1
1 In supervised learning, the goal is to: (Analyze) 1
a. Discover hidden patterns in data.
b. Make predictions based on labeled data.
c. Group similar items without labeled data.
d. Optimize a reinforcement signal.
2 What type of environment is considered "episodic"? (Remember) 1
a. The agent’s current action does not depend on previous actions.
b. The agent must consider future consequences for current actions.
c. The environment provides all necessary information at every step.
d. The agent's actions influence the environment's rules.
3 What is the primary purpose of the "Generate and Test" method in (Understand) 1
state space search?
a. To generate the best solution directly
b. To generate possible solutions and test their validity
c. To eliminate all incorrect solutions before testing
d. To minimize the number of states generated
4 Why is Depth-First Iterative Deepening often preferred over DFS in (Analyze) 1
infinite or large state spaces?
a. It finds the solution faster than DFS.

Page 1
b. It uses more memory but guarantees an optimal solution.
c. It combines the space efficiency of DFS with the completeness of
BFS.
d.It relies on heuristics for its operation.
5 In Depth-First Search, which data structure is typically used to keep (Analyze) 1
track of unexplored nodes?
a. Queue b. Stack c. Priority Queue d. Hash Table
6 Which search algorithm guarantees finding an optimal solution for an (Remember) 1
unweighted graph?
a. DFS b. BFS c. Depth-Bounded d. Generate
DFS and Test
7 Which of the following is an example of unsupervised learning? (Understand) 1
a. Linear b. K-means c. Decision trees d. Gradient
regression clustering boosting
8 Which of the following is a commonly used metric for regression (Understand) 1
problems?
a. Accuracy b. Mean c. Precision d. Recall
Squared Error
(MSE)
9 What does the confusion matrix represent? (Remember) 1
a. The relationship between input and output data
b. A table that shows actual vs. predicted classifications
c. The correlation between features in a dataset
d. The mean of true positive and true negative rates
10 Which metric provides a balance between precision and recall? (Analyze) 1
a. Classificatio b. AUC-ROC c. F1 Score d. Support
n accuracy
11 What is the primary objective of linear regression? (Understand) 1
a. Minimize variance in predictions
b. Predict binary outcomes
c. Minimize the cost function
d. Maximize the correlation coefficient
12 The sigmoid function used in logistic regression outputs values (Analyze) 1
between:
a. −1 and 1 b. 0 and 1 c. 0 and ∞ d. −∞ and 0

Page 2
Q.2 Solve the following. 12
A) Define: Artificial Intelligence. State what is need of AI? (Remember) 6

B) What is an agent in AI? What are the types of agent program in (Understand) 6

any intelligent system?

Q.3 Solve the following. 12


A) Sate and explain Heuristic Search with example. (Remember) 6

B) What is a TABU Search? Explain in detail. (Understand) 6

Q.4 Solve Any Two of the following. 12


A) How does supervised learning differ from unsupervised learning? (Understand) 6
B) Define inductive bias and explain its importance in machine learning. (Analyze) 6

C) What is cross-validation, and why is it used in machine learning? What (Remember) 6


are the different types of cross validation explain in detail.

Q.5 Solve Any Two of the following. 12


A) How can you calculate precision, recall, and accuracy using a confusion (Analyze) 6
matrix?
B) Differentiate between classification and regression in ML. (Understand) 6
C) Compare the utility of AUC-ROC and F1 score for evaluating a binary (Evaluation) 6
classifier.

Q.6 Solve Any Two of the following. 12


A) Explain the Coefficient of Determination (R²) and how it measures (Understand) 6
model performance.
B) What is multivariable regression, and how does it extend linear (Remember) 6
regression to multiple features?
C) Demonstrate how to implement logistic regression using the (Evaluation) 6
scikit-learn library.
*** End ***

Page 3

You might also like