Artificial Intelligence: A Modern Approach
Russell, Stuart; Norvig, Peter;
Fourth Edition Global Edition
Questions & Answers from this book
Questions and answers are connected to the referenced book and its available source material.
Chapter 1: Introduction
What were the key differences between the DENDRAL and MYCIN expert systems?
The key differences between DENDRAL and MYCIN were in their rule derivation and handling of uncertainty. DENDRAL's rules were based on well-established domain knowledge in mass spectrometry, while MYCIN's rules were derived from expert interviews due to the lack of a general theoretical model. Additionally, MYCIN incorporated a calculus of uncertainty to reflect the uncertain nature of medical knowledge.
What are the two important questions to consider when approaching AI according to the introduction of the book?
The two important questions to consider when approaching AI are: Are you concerned with thinking or behavior? Do you want to model humans or try to achieve the optimal results?
Chapter 2: Intelligent Agents
What are the key components that make up an intelligent agent according to Russell and Norvig?
According to Russell and Norvig, the key components of an intelligent agent include sensors, actuators, a performance element, a learning element, a critic, and a problem generator. These components work together to perceive the environment, take actions, evaluate performance, learn from experiences, and generate new goals or problems to solve.
What are the four factors that determine what is rational for an intelligent agent at any given time?
The four factors that determine what is rational for an intelligent agent at any given time are the performance measure, the agent's prior knowledge of the environment, the actions the agent can perform, and the agent's percept sequence to date.