Login
Remember
Register
Ask a Question
Recent questions in Artificial Intelligence
0
votes
1
answer
Web Crawler is a/an ____________
asked
Nov 22, 2021
in
Artificial Intelligence
by
DavidAnderson
artificial-intelligence
other-ai-algorithms-&-statistics-artificial
intelligence-algorithms
0
votes
1
answer
What is the major component/components for measuring the performance of problem solving?
asked
Nov 22, 2021
in
Artificial Intelligence
by
DavidAnderson
artificial-intelligence
other-ai-algorithms-&-statistics-artificial
intelligence-algorithms
0
votes
1
answer
A production rule consists of ____________
asked
Nov 22, 2021
in
Artificial Intelligence
by
DavidAnderson
artificial-intelligence
other-ai-algorithms-&-statistics-artificial
intelligence-algorithms
+1
vote
1
answer
Which search method takes less memory?
asked
Nov 22, 2021
in
Artificial Intelligence
by
DavidAnderson
artificial-intelligence
other-ai-algorithms-&-statistics-artificial
intelligence-algorithms
0
votes
1
answer
Which search is implemented with an empty first-in-first-out queue?
asked
Nov 1, 2021
in
Artificial Intelligence
by
DavidAnderson
artificial-intelligence
other-ai-algorithms-&-statistics-artificial
intelligence-algorithms
+1
vote
1
answer
When is breadth-first search is optimal?
asked
Nov 1, 2021
in
Artificial Intelligence
by
DavidAnderson
artificial-intelligence
other-ai-algorithms-&-statistics-artificial
intelligence-algorithms
0
votes
1
answer
How many successors are generated in backtracking search?
asked
Nov 1, 2021
in
Artificial Intelligence
by
DavidAnderson
artificial-intelligence
other-ai-algorithms-&-statistics-artificial
intelligence-algorithms
+1
vote
1
answer
What is the space complexity of Depth-first search?
asked
Nov 1, 2021
in
Artificial Intelligence
by
DavidAnderson
artificial-intelligence
other-ai-algorithms-&-statistics-artificial
intelligence-algorithms
0
votes
1
answer
How many parts does a problem consists of?
asked
Nov 1, 2021
in
Artificial Intelligence
by
DavidAnderson
artificial-intelligence
other-ai-algorithms-&-statistics-artificial
intelligence-algorithms
0
votes
1
answer
Which algorithm is used to solve any kind of problem?
asked
Nov 1, 2021
in
Artificial Intelligence
by
DavidAnderson
artificial-intelligence
other-ai-algorithms-&-statistics-artificial
intelligence-algorithms
+1
vote
1
answer
Which search algorithm imposes a fixed depth limit on nodes?
asked
Nov 1, 2021
in
Artificial Intelligence
by
DavidAnderson
artificial-intelligence
other-ai-algorithms-&-statistics-artificial
intelligence-algorithms
0
votes
1
answer
Which search implements stack operation for searching the states?
asked
Nov 1, 2021
in
Artificial Intelligence
by
DavidAnderson
artificial-intelligence
other-ai-algorithms-&-statistics-artificial
intelligence-algorithms
0
votes
1
answer
What is the general term of Blind searching?
asked
Nov 1, 2021
in
Artificial Intelligence
by
DavidAnderson
artificial-intelligence
other-ai-algorithms-&-statistics-artificial
intelligence-algorithms
0
votes
1
answer
Strategies that know whether one non-goal state is “more promising” than another are called ___________
asked
Nov 1, 2021
in
Artificial Intelligence
by
DavidAnderson
artificial-intelligence
other-ai-algorithms-&-statistics-artificial
intelligence-algorithms
0
votes
1
answer
Which of the following is/are Uninformed Search technique/techniques?
asked
Nov 1, 2021
in
Artificial Intelligence
by
DavidAnderson
artificial-intelligence
other-ai-algorithms-&-statistics-artificial
intelligence-algorithms
0
votes
1
answer
Which data structure conveniently used to implement BFS?
asked
Nov 1, 2021
in
Artificial Intelligence
by
DavidAnderson
artificial-intelligence
other-ai-algorithms-&-statistics-artificial
intelligence-algorithms
0
votes
1
answer
Which data structure conveniently used to implement DFS?
asked
Nov 1, 2021
in
Artificial Intelligence
by
DavidAnderson
artificial-intelligence
other-ai-algorithms-&-statistics-artificial
intelligence-algorithms
+1
vote
1
answer
The time and space complexity of BFS is (For time and space complexity problems consider b as branching factor and d as depth of the search tree.)
asked
Nov 1, 2021
in
Artificial Intelligence
by
DavidAnderson
artificial-intelligence
other-ai-algorithms-&-statistics-artificial
intelligence-algorithms
+1
vote
1
answer
Breadth-first search is not optimal when all step costs are equal, because it always expands the shallowest unexpanded node.
asked
Nov 1, 2021
in
Artificial Intelligence
by
DavidAnderson
artificial-intelligence
other-ai-algorithms-&-statistics-artificial
intelligence-algorithms
+1
vote
1
answer
uniform-cost search expands the node n with the __________
asked
Nov 1, 2021
in
Artificial Intelligence
by
DavidAnderson
artificial-intelligence
other-ai-algorithms-&-statistics-artificial
intelligence-algorithms
+1
vote
1
answer
Depth-first search always expands the ______ node in the current fringe of the search tree.
asked
Nov 1, 2021
in
Artificial Intelligence
by
DavidAnderson
artificial-intelligence
other-ai-algorithms-&-statistics-artificial
intelligence-algorithms
+1
vote
1
answer
Breadth-first search always expands the ______ node in the current fringe of the search tree.
asked
Nov 1, 2021
in
Artificial Intelligence
by
DavidAnderson
artificial-intelligence
other-ai-algorithms-&-statistics-artificial
intelligence-algorithms
0
votes
1
answer
Optimality of BFS is ___________
asked
Nov 1, 2021
in
Artificial Intelligence
by
DavidAnderson
artificial-intelligence
other-ai-algorithms-&-statistics-artificial
intelligence-algorithms
0
votes
1
answer
LIFO is ______ where as FIFO is ________
asked
Nov 1, 2021
in
Artificial Intelligence
by
DavidAnderson
artificial-intelligence
other-ai-algorithms-&-statistics-artificial
intelligence-algorithms
+1
vote
1
answer
When the environment of an agent is partially observable in search space following problem/problems could occur.
asked
Nov 1, 2021
in
Artificial Intelligence
by
DavidAnderson
artificial-intelligence
other-ai-algorithms-&-statistics-artificial
intelligence-algorithms
0
votes
1
answer
For general graph, how one can get rid of repeated states?
asked
Nov 1, 2021
in
Artificial Intelligence
by
DavidAnderson
artificial-intelligence
other-ai-algorithms-&-statistics-artificial
intelligence-algorithms
0
votes
1
answer
DFS is ______ efficient and BFS is __________ efficient.
asked
Nov 1, 2021
in
Artificial Intelligence
by
DavidAnderson
artificial-intelligence
other-ai-algorithms-&-statistics-artificial
intelligence-algorithms
0
votes
1
answer
What is the other name of informed search strategy?
asked
Nov 1, 2021
in
Artificial Intelligence
by
DavidAnderson
artificial-intelligence
other-ai-algorithms-&-statistics-artificial
intelligence-algorithms
+1
vote
1
answer
How many types of informed search method are in artificial intelligence?
asked
Nov 1, 2021
in
Artificial Intelligence
by
DavidAnderson
artificial-intelligence
other-ai-algorithms-&-statistics-artificial
intelligence-algorithms
0
votes
1
answer
Which search uses the problem specific knowledge beyond the definition of the problem?
asked
Nov 1, 2021
in
Artificial Intelligence
by
DavidAnderson
artificial-intelligence
other-ai-algorithms-&-statistics-artificial
intelligence-algorithms
Page:
« prev
1
...
3
4
5
6
7
8
9
10
11
12
13
...
31
next »
Recent questions in Artificial Intelligence
...