___________ trees can be used to infer in Horn clause systems.
A. Min/Max Tree
B. And/Or Trees
C. Minimum Spanning Trees
D. Binary Search Trees
Select an option to see the answer and solution.
How many reasons are available for the popularity of ILP?
Select an option to see the answer and solution.
In a backward chaining system, you start with some hypothesis (or goal) you are trying to prove, and keep looking for rules that would allow you to conclude that hypothesis, perhaps setting new sub-goals to prove as you go.
Select an option to see the answer and solution.
Which algorithm places two actions into a plan without specifying which should come first?
A. Full-order planner
B. Total-order planner
C. Semi-order planner
D. Partial-order planner
Select an option to see the answer and solution.
The traveling salesman problem involves n cities with paths connecting the cities. The time taken for traversing through all the cities, without knowing in advance the length of a minimum tour, is ___________
A. O(n)
B. O(n2)
C. O(n!)
D. O(n/2)
Select an option to see the answer and solution.
To eliminate the inaccuracy problem in planning problem or partial order planning problem we can use ___________________ data structure/s.
A. Stacks
B. Queue
C. BST (Binary Search Tree)
D. Planning Graphs
Select an option to see the answer and solution.
What is meant by quasi-logical form?
A. Sits between syntactic and logical form
B. Logical connectives
C. All of the mentioned
D. None of the mentioned
Select an option to see the answer and solution.
How many successors are generated in backtracking search?
Select an option to see the answer and solution.
Graph used to represent semantic network is _____________
A. Undirected graph
B. Directed graph
C. Directed Acyclic graph (DAG)
D. Directed complete graph
Select an option to see the answer and solution.
Visual clues that are helpful in computer vision include __________
A. color and motion
B. depth and texture
C. height and weight
D. color and motion, depth and texture
Select an option to see the answer and solution.
Which of the Following problems can be modeled as CSP?
A. 8-Puzzle problem
B. 8-Queen problem
C. Map coloring problem
D. All of the mentioned
Select an option to see the answer and solution.
What is the process of capturing the inference process as a single inference rule?
A. Ponens
B. Clauses
C. Generalized Modus Ponens
D. Variables
Select an option to see the answer and solution.
Which kind of problem are suitable for planning graph?
A. Propositional planning problem
B. Planning problem
C. Action problem
D. None of the mentioned
Select an option to see the answer and solution.
What is needed to make probabilistic systems feasible in the world?
A. Reliability
B. Crucial robustness
C. Feasibility
D. None of the mentioned
Select an option to see the answer and solution.
What is the total number of quantification available in artificial intelligence?
Select an option to see the answer and solution.
A Hybrid Bayesian network contains ___________
A. Both discrete and continuous variables
B. Only Discrete variables
C. Only Discontinuous variable
D. Both Discrete and Discontinuous variable
Select an option to see the answer and solution.
Which functions are used as preferences over state history?
A. Award
B. Reward
C. Explicit
D. Implicit
Select an option to see the answer and solution.
In a backward chaining system you start with the initial facts, and keep using the rules to draw new conclusions (or take certain actions) given those facts.
Select an option to see the answer and solution.
What are you predicating by the logic: ۷x: €y: loyalto(x, y).
A. Everyone is loyal to someone
B. Everyone is loyal to all
C. Everyone is not loyal to someone
D. Everyone is loyal
Select an option to see the answer and solution.
In LISP, the function returns t if <object> is a CONS cell and nil otherwise __________
A. (cons <object>)
B. (consp <object>)
C. (eq <object>)
D. (cous = <object>)
Select an option to see the answer and solution.