NR 320503 Artificial Intelligence
NR 320503 Artificial Intelligence
NR 320503 Artificial Intelligence
4. a) What are Semantic networks? Explain its features with sample semantic net.
b) Explain the classification of nodes in Semantic net
8. a) Define and Explain “Learning” . Describe in detail, the range of activities covered
by the concept “Learning “. Justify the statement –that “Learning is the most
important characteristic of Intelligence”.
b) Describe and discuss in detail, the important aspects of (i) Rote Learning
(ii) Learning by taking advice. Illustrate answer with the help of relevant
examples.
###
Set No.
2. a) In what kind of a problem space would a depth first search be better than a
breadth first one?
b) A problem-solving search can precede either forward or backward. Discuss the
factors that determine the choice of direction for a particular problem.
5. a) With neat diagram, explain the justification based truth maintenance system.
b) Explain the logic based truth maintenance system with an example.
6. a) Illustrate the minimax search for the tic-tac-toe game, with initial position.
b) How Alpha-Beta method helps greatest pruning improvement in the above game?
###
Set No.
2. Trace the constraint satisfaction procedure solving the crypt arithmetic problem.
SEND
+MORE
MONEY
5. a) Consider the problem of finding clothes to wear in the morning. The knowledge’s
are
-Wear jeans unless either they are dirty or you have a job interview today.
-Wear a sweater if it's cold
-It’s usually cold in the winter
Wear sandals if it's warm
-It’s usually warm in the summer
i. Build a JTMS-style database of the necessary facts to solve this problem
ii. Show how the problem can be solved and how the solution changes as
the relevant facts change.
b) TMSs are useful tools in solving constraint satisfaction problems. Give your
opinion.
Contd….2
Code No. 320503 .2. Set No. 3
###
Set No.
7. a) Show a parse tree for “India wins third N-Power test after losing second one“.
Explain what knowledge is necessary to produce the correct parse.
b) Show how the sentence “LAXMAN BATTED THROUGH THE INNINGS“
would be represented in case grammar. Show how would it be represented in CD.
###