Assignment AI
Assignment AI
reasoning.
Are reflex actions (such as flinching from a hot stove) rational? Are they intelligent?
4)How to define a problem as state space search? Discuss it with the help of an example. 5) Define the
following problems. What types of control strategy is used in the following problem. I. The Tower of
Hanoi II. Crypto-arithmetic III. The Missionaries and cannibals problems IV. 8-puzzle problem
Discuss the following search Technique with the help of an example. Also discuss the benefits and
shortcoming of each. I. Breadth First Search. II. Depth First Search
Give an example of a problem for which breadth first search would work better than depth first search.
Explain the following search strategies i) best first search ii) A* search
Discuss various approaches and issues in knowledge representation. Also discuss various Problems in
representing knowledge
Represent the following statements in predicate logic: i) Marcus tried to assassinate Caesar. ii) All
Pompeian’s were Roman. iii) All Romans were either loyal to Caesar or hated him. iv) Everyone is loyal
to someone. v) People only try to assassinate rulers they are not loyal to.
What is non – monotonic reasoning? Explain the logics used for non – monotonic reasoning.
CO PSO1. PSO2. PSO3. PSO4. PSO5. PSO6. PSO7. PSO8. PSO9. PSO10. PSO11. PSO12.
CO1. 1 2 1 1 3
CO2. 3 3 3 3 3 2 3
CO3. 3 3 3 3 3 2 3
CO4. 3 3 3 3 3 2 3
CO5. 3 3 3 3 3 3 3
18. If following is the map of Romania find path from Arad to Bucharest using A* search. Straight
line distances are given in above table.
19. Explain Uniform cost search
20. Explain various uninformed search techniques
21. Explain various informed search techniques
22. Explain Depth limited search
23. Explain Iterative deepening search techniques
24. List the steps in performing a state-space search.
25. Find solution to water JUG problem using BFS techniques if the jar capacity is 5 Lt and 3 Lt and
desired quantity is 1 Lt.
26. Find solution to water JUG problem using DFS techniques if the jar capacity is 5 Lt and 3 Lt and
desired quantity is 1 Lt.
27. In the missionaries and cannibals problem, three missionaries and three cannibals must cross a
river using a boat which can carry at most two people, under the constraint that, for both banks, if
there are missionaries present on the bank, they cannot be outnumbered by cannibals (if they
were, the cannibals would eat the missionaries). The boat cannot cross the river by itself with no
people on board. Find solution to missionaries and cannibals using BFS .
28. Differentiate Informed & Uninformed search. Give examples.
29. Formulate 4 queen problem as a CSP and give solution using state space with backtracking.
30. Explain MINIMAX algorithm using A two-ply game tree
31. Explain apha beta pruning with proper example.
32. Color following graph using two colors with constraint that two neighboring colors cannot have
same color
33. Explain Bayes theorem with example
1.
2. Solve the following Crypt arithmetic problem using constraints satisfaction search procedure.
1.
2. What are production systems? Write the difference between monotonic and
nonmonotonic production systems. Give one example of each.
3. Represent the following statements in predicate logic: - i) The owner of a bike also own a
car. ii) Everyone is loyal to someone. iii) All the courses in Information Technology are
easy. iv) Joe eats orange and Still alive
4. Explain the following in detail any one: i) Architecture of Rule Based Export system ii)
Knowledge Engineering Process
5. List and explain the characteristics of Expert system
6. Explain the way of knowledge representation and also the properties of knowledge
representation systems.
7. Explain the following two. i) Membership function ii) Crisp set iii) Applications of fuzzy
logic iv) Certainty factor (CF)
8. What is the resolution principle? Write an algorithm for resolution in propositional logic
9. Write about the issues in knowledge representation in solving AI problems. Explain
them.
10. Explain uninformed search techniques in detail.
11. Explain different approaches to knowledge representation.
12. Write a note on forward vs. backward reasoning.
13. What is the role of meta knowledge in expert system?
14. Explain machine learning with the help of block diagram.
15. Consider following scenario prove by using resolution that there is pit in 3,1. Assume
only stench and breezes can be felt at each position whenever agent reaches at respective
positions. Agent starts from 1,1.
1.
6. Define unification.
10. Explain following terms: a.Simple reflex agents b.Model-based reflex agents c.Goal-based agents
d.Utility-based agents.
11. Formulate 4 queen problems as a CSP and give solution using state space with backtracking. Show
and explain in detail along with content of data structures used and constraints.
13. 14. Mention the strategies used in resolving clauses (unit-preference, set-of-support, best first)
PART-B
1)
8)consider the following sentences • John likes all kinds of food • Apples are food • Chicken is food •
Anything anyone eats and isn’t killed by is food • Bill eats peanuts and is still alive • Sue eats everything
bill eats i) Translate these sentences into formulas in predicate logic ii) Prove that john likes peanuts using
backward chaining iii) Convert the formulas of a part into clause form iv) Prove that john likes peanuts
using resolution
10)Decide action at (3,3) using value iteration during iteration 1. Probability of agent moving in intended
direction is 0.8, to the left of intended direction is 0.1 and to the right of intended direction is 0.1. Current
utility in iteration 0 are as mentioned in table.
UNIT – III Reasoning & Planning CO3
PART-A
1.
2. What are the disadvantages of Closed World Assumption (CWA). How will you over- come it?
PART-B
1) (i) Define the syntactic elements of first-Order logic (8) (ii) Illustrate the use of first-order logic to
represent knowledge. (8)
2) Explain the steps involved in the knowledge Engineering process. Give an example. (16)
(a) “West is a criminal” (8) (b) Curiosity killed the cat (8)
5) What is Ontological Engineering? Explain with the diagram the upper ontology of the world. (16)
6) How categories are useful in knowledge representation. (16)
8) What is a frame problem? (4) How do you solve the following problems in situation calculus?
10) Explain in detail the shopping agent for the Internet shopping world example. (16)
Unit IV
Part A
4.Give the syntactic tree for the sentence „The boy ate the apple.
7. Differentiate – Top down & Bottom Up parsing, Deterministic & Non deterministic parsing,.
8. What are Recursive transition networks (RTN), Augmented Transition Networks (ATN)?
14. A = { (x1, 0.2), (x2, 0.5), (x3, 0.6), (x4, 0.8), (x5, 1.0) }
B = { (x1, 0.8), (x2, 0.6), (x3, 0.4), (x4, 0.2), (x5, 0.1) }
PART-B
UNIT – V
PART-A
8) Explain in detail
9) What is machine translation? What are different types of machine translation? (16)
10) Draw the schematic of a machine translation and explain for an example problem (16)