Define AI. What are the task domains of AI?
[3 marks]Explain Water Jug problem with Sate Space Search method.
[4 marks]Explain Best First Search with suitable example.
[7 marks]Define the following. 1. Modus Ponens 2. Horn Clause 3. Existential Quantifier
[3 marks]Explain Semantic Net with example.
[4 marks]Consider the following sentences: Rita likes all kinds of food. Apples are food. Anything anyone eats and isn’t killed by is food. Rahi eats peanuts and is still alive. Tanvi eats everything Rahi eats. i. Translate these sentences into formulas in predicate logic. ii. Use resolution to answer the question, “What food does Tanvi eat?”
[7 marks]Explain Forward Reasoning and Backward Reasoning with example.
[7 marks]Explain Expert System Shell with example.
[3 marks]Explain MiniMax search procedure.
[4 marks]Explain Artificial Neural Network.
[7 marks]Draw and explain architecture of Expert System.
[3 marks]Show the use of Alpha-Beta pruning.
[4 marks]Explain Backpropagation algorithm in Neural Network.
[7 marks]Briefly explain any one application of Natural Language Processing.
[3 marks]Abag Icontains 4 white and 6 black balls while another Bag II contains white and 3 black balls. One ball is drawn at random from one of the bags, and it is found to be black. Find the probability that it was drawn from Bag I.
[4 marks]Explain Roulette-Wheel selection method of genetic algorithm.
[7 marks]Enlist and describe different phases involved in Natural Language Processing.
[3 marks]The task is to recognize English alphabetical characters (F, E, X, Y, I, T) in an image processing system. Define two fuzzy sets Iand Fto represent the identification of characters Iand F. I={(F, 0.4), (E, 0.3), (X, 0.1), (Y, 0.1), (I, 0.9), (T, 0.8)} F={(F, 0.99), (E, 0.8), (X, 0.1), (Y, 0.2), (I, 0.5), (T, 0.5)}1 Find the following. 1. I ∪ F 2. I− F
[4 marks]Describe the phases of genetic algorithm.
[7 marks]Explain planning problem.
[3 marks]Explain limitations of Hill Climbing algorithm.
[4 marks]Explain Cut and Fail predicates in Prolog.
[7 marks]Explain how planning is different from search procedure?
[3 marks]Compare DFS and BFS.
[4 marks]Write a Prolog program to merge two sequentially ordered (ascending) lists into one ordered list.
[7 marks]