What is machine vision? Describe the components of machine vision. [5]
Intelligent Agents
1.
What is an agent? How utility agent works? Give an example of utility agent. [5]
2.
Using your own assumptions, design PEAS framework for following intelligent agents. a. Medicine delivery drone b. Covid medicine prescriber. [5]
Introduction
1.
How can you define AI from the dimension of behavioural process? When a machine is said to pass Turing Test? [5]
Knowledge Representation
1.
What do you mean by unification and lifting? Convert following sentences into FOPL: Sushma likes all kinds of practical courses. AI and DBMS are practical courses. Any subject anyone practices is practical course. Ruby practices PHP. Rita practices everything that Ruby practices. Using resolution check whether 'Sushma likes PHP' is inferred or not. [10]
2.
What is semantic network? Given following knowledge base, represent it using semantic network. Subash is a student. All students are person. Person has hair. Ram is a player. All player play game. Game is a physical action. Height of all players is larger than the height of all student. Physical action starts from 7:00 AM and ends at 9:00 AM. [5]
3.
How natural language generation differs from natural language understanding? How morphological analysis is done in NLP? [5]
Machine Learning
1.
Differentiate supervised learning from unsupervised? Discuss how Naive Bayes Model can be used for machine learning? Support your answer with example. [10]
2.
Discuss how genetic algorithm works? [5]
Problem Solving by Searching
1.
Define state space graph. Differentiate between A* search and greedy best first search. [10]
2.
What is game search? How minmax search used in game playing? Illustrate with an example. [5]
3.
What is constraint satisfaction problem? Illustrate graph coloring problem as constraint satisfaction problem. [5]