Posted inBasics Informed (Heuristic) Search Strategies Posted by admin July 15, 2021 To solve large problems with large number of possible states, problem-specific knowledge needs to be…
Posted inBasics Comparison of Various Algorithms Complexities Posted by admin July 15, 2021 Let us see the performance of algorithms based on various criteria − CriterionBreadth FirstDepth FirstBidirectionalUniform…
Posted inBasics Brute-Force Search Strategies Posted by admin July 15, 2021 They are most simple, as they do not need any domain-specific knowledge. They work fine…
Posted inBasics Search Terminology Posted by admin July 15, 2021 ● Problem Space − It is the environment in which the search takes place. (A set of states…
Posted inBasics AI – Popular Search Algorithms Posted by admin July 15, 2021 Searching is the universal technique of problem solving in AI. There are some single-player games…
Posted inBasics Properties of Environment Posted by admin July 15, 2021 The environment has multifold properties − ● Discrete / Continuous − If there are a limited number of…
Posted inBasics Nature of Environments Posted by admin July 15, 2021 Some programs operate in the entirely artificial environment confined to keyboard input, database, computer file systems and…
Posted inBasics The Structure of Intelligent Agents Posted by admin July 15, 2021 Agent’s structure can be viewed as − ● Agent = Architecture + Agent Program ● Architecture =…
Posted inBasics What is Ideal Rational Agent? Posted by admin July 15, 2021 An ideal rational agent is the one, which is capable of doing expected actions to…
Posted inBasics Rationality Posted by admin July 15, 2021 Rationality is nothing but status of being reasonable, sensible, and having good sense of judgment.…