Artificial Intelligence - B.Tech. 5th Semester End Examination, 2022
Artificial Intelligence
Instructions:
- The marks are indicated in the right-hand margin.
- There are NINE questions in this paper.
- Attempt FIVE questions in all.
- Question No. 1 is compulsory.
-
In LISP, the function returns the list that result after the first element is removed (the rest of the list), is
-
What is artificial intelligence?
-
Which is the best way to go for game playing problem?
-
Face Recognition system is based on which type of approach?
-
Which is not the commonly used programming language for AI?
-
What are not represented by using propositional logic?
-
Inference algorithm is completed only if
-
Which search strategy is also called as blind search?
-
Which is used for utility functions in game playing algorithm?
-
Graph used to represent semantic network is
-
Define Artificial Intelligence (AI). Discuss the applications area of AI.
-
Explain \( AO^* \) algorithm with an example.
-
Explain with diagram the organization of a natural language understanding system.
-
Describe all the levels of language understanding in natural language processing system.
-
What do you mean by learning? Explain briefly the learning methods. Discuss the advantages and disadvantages of rule-based system.
-
Explain the human preferences in encoding uncertainty during parsing.
-
Explain hill climbing algorithm. Explain plateau, ridge, and local maxima.
-
Explain knowledge acquisition techniques.
-
What is fuzzy set? What is the difference between fuzzy set and crisp set? Explain different fuzzy set operations using examples.
-
Write a Prolog program that verified whether an input list is a palindrome.
Hint: Goal: Palindrome ([r, a, c, e, c, a, r]).
Output: Yes
Goal: Palindrome ([a, b, c])
Output: No
-
Consider the Water Jug problem as stated here. "You are given two jugs, a 4-gallon one and a 3-gallon one. Neither has any measuring marker on it. There is a pump that can be used to fill the jugs with water. How can you get exactly 2 gallons of water into the 4-gallon jug?" Represent this as a problem in State Space Search and state its Production Rules. Show at least one solution to this problem.
-
Explain the basic component of an expert system.
-
Why is Natural Language Processing (NLP) used? Is NLP difficult to learn? Explain.
-
Write a function in LISP that computes prime number between 1 and 25 (inclusive).
-
Describe logistic regression with suitable examples.
-
Define prior probability and conditional probability. State Bayes's theorem. How is it useful for decision making under uncertainty.