Which suggests the existence of an efficient recursive algorithm for online smoothing?
A. Matrix
B. Constant space
C. Constant time
D. None of the mentioned
Select an option to see the answer and solution.
Why are linearly separable problems of interest of neural network researchers?
A. Because they are the only class of problem that network can solve successfully
B. Because they are the only class of problem that Perceptron can solve successfully
C. Because they are the only mathematical functions that are continue
D. Because they are the only mathematical functions you can draw
Select an option to see the answer and solution.
How many types of informed search method are in artificial intelligence?
Select an option to see the answer and solution.
A search algorithm takes _________ as an input and returns ________ as an output.
A. Input, output
B. Problem, solution
C. Solution, problem
D. Parameters, sequence of actions
Select an option to see the answer and solution.
In an Unsupervised learning ____________
A. Specific output values are given
B. Specific output values are not given
C. No specific Inputs are given
D. Both inputs and outputs are given
Select an option to see the answer and solution.
LIFO is ______ where as FIFO is ________
A. Stack, Queue
B. Queue, Stack
C. Priority Queue, Stack
D. Stack. Priority Queue
Select an option to see the answer and solution.
What is an auto-associative network?
A. a neural network that contains no loops
B. a neural network that contains feedback
C. a neural network that has only one loop
D. a single layer feed-forward neural network with pre-processing
Select an option to see the answer and solution.
The expert system developed at MIT to solve mathematical problems is known as ___________
A. RAND
B. ISIS
C. MACSYMA
D. MOLGEN
Select an option to see the answer and solution.
In which of the following learning the teacher returns reward and punishment to learner?
A. Active learning
B. Reinforcement learning
C. Supervised learning
D. Unsupervised learning
Select an option to see the answer and solution.
When a top-level function is entered, the LISP processor does?
A. It reads the function entered
B. It prints the result returned by the function
C. Large memory and high-speed processor
D. All of the mentioned
Select an option to see the answer and solution.
Which approach is used for refining a very general rule through ILP?
A. Top-down approach
B. Bottom-up approach
C. Both Top-down & Bottom-up approach
D. None of the mentioned
Select an option to see the answer and solution.
What is the starting level of planning graph?
A. Level 3
B. Level 2
C. Level 1
D. Level 0
Select an option to see the answer and solution.
The BACKTRACKING-SEARCH algorithm in Figure 5.3 has a very simple policy for what to do when a branch of the search fails: back up to the preceding variable and try a different value for it. This is called chronological-backtracking. It is also possible to go all the way to set of variable that caused failure.
Select an option to see the answer and solution.
Decision trees are appropriate for the problems where ___________
A. Attributes are both numeric and nominal
B. Target function takes on a discrete number of values.
C. Data may have errors
D. All of the mentioned
Select an option to see the answer and solution.
What is meant by persistence actions?
A. Allow a literal to remain false
B. Allow a literal to remain true
C. Allow a literal to remain false & true
D. None of the mentioned
Select an option to see the answer and solution.
How many possible plans are available in partial-order solution?
Select an option to see the answer and solution.
How many types of recognition are there in artificial intelligence?
Select an option to see the answer and solution.
Which were built in such a way that humans had to supply the inputs and interpret the outputs?
A. Agents
B. AI system
C. Sensor
D. Actuators
Select an option to see the answer and solution.
Which of the following is a component of Artificial Intelligence?
A. Learning
B. Training
C. Designing
D. Puzzling
Select an option to see the answer and solution.
Where does the dependance of experience is reflected in prior probability sentences?
A. Syntactic distinction
B. Semantic distinction
C. Both Syntactic & Semantic distinction
D. None of the mentioned
Select an option to see the answer and solution.