Artificial Intelligence is about_____.
represents a set of possible solutions, which a system may have.
Search space
depth-first search
Knowledge Representation
John McCarthy was a pioneer in the AI field and known as the father of __________. He was not only the known as the father of AI but also invented the term Artificial Intelligence.
Who is known as the -Father of AI"?
A _____representation of search problem is called Search tree. The root of the search tree is the root node which is corresponding to the initial state.
tree
___________ search algorithm always selects the path which appears best at that moment
Greedy best-first
AI Knowledge Cycle
A game tree is a directed graph whose nodes represent the positions in Game and edges represent the moves. To make any decision, the game tree uses________ algorithm
Min/Max algorithm
_____________algorithms use domain knowledge.
Informed search
A* Search Algorithm:
It only evaluates the neighbor node state at a time and selects the first one which optimizes current cost and set it as a current state.
Simple Hill Climbing: