recategorized by
1,388 views
0 votes
0 votes

Which of the following is NOT true in problem solving in artificial intelligence?

  1. Implements heuristic search technique
  2. Solution steps are not explicit
  3. Knowledge is imprecise
  4. It works on or implements repetition mechanism
recategorized by

2 Answers

0 votes
0 votes
  • 1. Heuristic search is a search technique that seeks to solve a problem by iteratively enhancing the solution using a heuristic function or a cost analysis. Heuristic search is two types. Direct Heuristic Search Techniques in AI( Breadth-First Search (BFS) and Depth First Search (DFS).) and Weak Heuristic Search Techniques in AI (Best-First Search, A* Search, etc)

  • 2. Every AI program has to do the process of searching for the solution steps that are not explicit in nature.

  • 3. knowledge plays a vital role in intelligence as well as creating artificial intelligence.

  • ∴ Hence the incorrect statement is It works on or implements a repetition mechanism.

 

0 votes
0 votes

The statement "Solution steps are not explicit" is NOT true in problem-solving in artificial intelligence.

In problem-solving, especially in the context of heuristic search, the solution steps are often made explicit. Heuristic search algorithms aim to explore the search space efficiently, and the steps taken to reach the solution are typically tracked and recorded.

Therefore, the correct answer is:

Solution steps are not explicit

Answer:

Related questions

0 votes
0 votes
1 answer
1
0 votes
0 votes
3 answers
2
go_editor asked Nov 20, 2020
1,757 views
In HTML, $<\text{map}>$ tag is used fordefining a path between two nodes in an imagedefining clickable region in an imagehighlighting an area in an imagedefining the site...
0 votes
0 votes
1 answer
4
go_editor asked Nov 20, 2020
989 views
The data node and name node in HADOOP areWorker Node and Master Node respectivelyMaster Node and Worker Node respectivelyBoth Worker NodesBoth Master Nodes