Define state space graph. Differentiate between A* search and greedy best first search.
What do you mean by unification and lifting? Convert following sentences into FOPL.
[4+6]
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.
Differentiate supervised learning from unsupervised? Discuss How Naive Bayes Model can be used for machine learning? Support your answer with example.
Attempt any Eight questions
[8x5=40]How can you define AI from the dimension of behavioral process? When a machine is said to pass Turing Test?
What is an agent? How utility agent works? Give an example of utility agent.
What is game search? How minimax search is used in game playing? Illustrate with an example.
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 students. Physical action starts from 7:00 AM and ends at 9:00 AM
Discuss how genetic algorithm works?
Using your own concepts and construct PEAS framework for following intelligent agents;
a. Medicine delivery drone
b. Covid Medicine Prescriber
What is machine vision? Describe the components of machine vision.
How natural language generation differs from natural language understanding? How morphological analysis is done in NLP?
What is constraint satisfaction problem? Illustrate graph coloring problem as a constraint satisfaction problem.