Aiml Important Ques
Aiml Important Ques
Aiml Important Ques
CO
Part-A (10 x 2 = 20 Marks)
No. U
NT
2. 4 Will Breadth First Search always find the minimal solution if more
than one solution exist? Why?
3. 6 Define terms.
4. 10 Define Resolution
5. 1 What Is Learning?
5. 8 Explain the role of training data and test data in supervised learning,
emphasizing their importance for model evaluation.
6. 4 Illustrate CART?
6. 7 Define classification.
6. 8 Define Regression.
7. 7 What is the origin of machine learning, and how has it evolved over
time?
8. 7 How does the choice of input data impact the selection of a machine
learning algorithm?
Part – B ( 5 x 13 = 65 Marks)
11.a. 1 Define an agent in the context of artificial intelligence. Explain the key
components of an agent and how they interact to achieve intelligent
behavior. Provide examples to illustrate your explanation.
11.a. 4 Explain in detail about simple reflex and Model based reflex agent.
11.a. 6 Explain Learning agent and Model based reflex agent with neat
diagram.
11.a. 9 Define an agent within the realm of artificial intelligence. Describe the
essential components of an agent and how they collaborate to
demonstrate intelligent behavior. Use examples to support your
explanation.
11.b. 5 Describe in detail about Breadth first search and Iterative deepening
depth-first Search algorithm in detail.
11.b. 6 What are the five Uninformed search strategies? Explain any two in
detail with example
11.b. 7 Explain the working principle of BFS and DFS with Example.
11.b. 8 Illustrate uniform cost search and bi-directional search with example.
12.a. 4 Explain the concept of knowledge graphs and their role in knowledge
representation. How are knowledge graphs constructed, and what are
their applications in AI?
12.a. 8 Explain the syntax and semantics of First Order Predicate Logic
12.b. 9 Discuss the advantages of using planning graphs for representing and
reasoning about planning problems, including their ability to handle
complex domains and efficiently generate plans.
13.a. 4 Discuss any two forms of learning with relevant real time example.
13.a. 5 Discuss some of the application of learning in Artificial intelligence.
13.a. 7 Define artificial neural networks and describe their basic architecture.
13.a. 8 Explain the roles of input layer, hidden layers, and output layer in an
ANN.
13.b. 1 Define the term "hypothesis" and explain its role in the scientific
method.
14.a. 4 Provide examples of tasks and processes that can be automated using
machine learning algorithms.
14.b. 6 Discuss how knowledge learned in one task can be transferred to solve
related tasks.
14.b. 7 Illustrate precision, recall, and F1-score. Explain how each of these
metrics is calculated and discuss their significance in evaluating
classification models.
14.b. 9 Contrast the concepts of Type I error and Type II error in binary
classification. How do these errors relate to the precision and recall
metrics?
14.b. 10 Describe the stages involved in the machine learning process, from
data collection to model deployment. Discuss the importance of each
stage and the potential challenges that may arise during the process.
15.a. 1 Cluster the following eight points (with (x, y) representing locations)
into three clusters using clustering algorithm K-means
A1(2, 10), A2(2, 5), A3(8, 4), A4(5, 8), A5(7, 5), A6(6, 4), A7(1, 2),
A8(4, 9)
Initial cluster centers are: A1(2, 10), A4(5, 8) and A7(1, 2).
15.a. 2 In the K-means clustering process, what is the role of the initial cluster
centers in determining the formation of clusters?
A1(2, 10), A2(2, 5), A3(8, 4), A4(5, 8), A5(7, 5), A6(6, 4), A7(1, 2),
A8(4, 9)
Initial cluster centers are: A1(2, 10), A4(5, 8) and A7(1, 2).
15.a. 3 Describe the iterative steps involved in the K-means algorithm for
clustering points into groups.
15.a. 4 How is the distance between points and cluster centers calculated in
the K-means algorithm, and what significance does it hold in the
clustering process?
15.a. 6 What is the criterion for updating the cluster centers during each
iteration of the K-means clustering algorithm?
15.a. 8 How many iterations might be required for the K-means algorithm to
converge and produce stable cluster centers?
15.a. 9 What is the final clustering result obtained from applying the K-means
algorithm to the given set of points, starting with the specified initial
cluster centers?
15.a. 10 Cluster the following eight points (with (x, y) representing locations)
into three clusters using clustering algorithm K-means
A1(2, 5), A2(2, 10), A3(8, 4), A4(5, 8), A5(7, 5), A6(6, 4), A7(1, 2),
A8(4, 9)
Initial cluster centers are: A1(2, 10), A4(5, 8) and A7(1, 2).
15.b. 1 What is multiple regression analysis, and how does it differ from
simple linear regression? Give a practical example.
15.b. 3 Define information gain and entropy in the context of decision trees.
How are these measures used in attribute selection?
15.b. 4 Explain Occam's Razor and its significance in machine learning. How
does it relate to model complexity and generalization?
Part – C ( 1 x 15 = 15 Marks)
16.a. 1
16.a. 2
16.a. 3
Find Path from P to S using Best-First Search algorithm. Heuristic value given
inside each node.(For eg. P-(10))
16.a. 5
16.a. 6
16.a. 9 Describe your approach to collecting social media data relevant to the
retail brand, considering factors such as platform selection, data sources,
and data acquisition methods. Discuss how you would preprocess the
collected data Kto prepare it for analysis, including steps such as data
cleaning, normalization, and feature extraction.
16.a. 10 Explain the concept of sentiment analysis and discuss different techniques
and algorithms that can be used to analyze the sentiment of social media
posts. Evaluate the suitability of supervised learning, unsupervised
learning, and hybrid approaches for sentiment analysis in the context of the
retail brand's data.
16.b. 1 “Marcus was a man. Marcus was a Pompeian. All Pompeians were
Romans. Caesar was a ruler. All Romans were either loyal to Caesar or
hated him. Everyone is loyal to someone. People only try to
assassinate rulers to whom they are not loyal. Marcus tried to
assassinate.Caesar”. Query: Does Marcus hate Caesar? Prove by
Resolution.
16.b. 2 Consider the following facts Team India Team Australia Final match
between India and Australia India scored 350 runs, Australia scored
350 runs India lost 5 wickets, Australia lost 7 wickets The team which
scored maximum runs, wins If the scores are same the team which lost
minimum wickets wins the match. Represent the facts in predicate,
convert to Clause form and prove by Resolution “India winsthe match”
16.b. 3 Consider the following sentences: Marcus was a man Marcus was a
Pompeian Marcus was born in 40 ADAll men are mortal All
Pompeian’s died the Volcano erupted in 79 ADNo mortal lives for
more than 150 years Convert them to Clause form. Answer the
question “Is Marcus dead now”. Clearly state the assumption made
16.b. 4 “The law says that it is a crime for an American to sell weapons to
hostile nations. The country Nono, an enemy of America, has some
missiles, and all of its missiles were sold to it by Colonel West, who is
American”. Prove that West is a criminal by Resolution.
16.b. 6 Discuss the relationship between mental events and mental objects.
How do mental events interact with and manipulate mental objects
during cognitive processing? Provide a detailed explanation using
relevant cognitive theories and empirical evidence.
16.b. 7
16.b. 8
16.b. 9 Calculate the entropy of the dataset for each attribute and determine
which attribute is the best choice for the root node of the decision tree.