Assignment 1 of Artificial Intelligence
Assignment 1 of Artificial Intelligence
Assignment 1 of Artificial Intelligence
INTELLIGENCE
Q.2) What do you understand by the Inference Engine? explain it's structure.
2. Inference Engine: The core component that applies logical rules to the
knowledge base to infer new information.
3. Working Memory: A temporary storage area that holds the current facts
and data being processed.
4. User Interface: Allows users to interact with the system, input data, and
receive conclusions.
The inference engine uses techniques like forward chaining (data-driven) and
backward chaining (goal-driven) to derive conclusions.
ANS : The Best First Search Algorithm is an informed search algorithm that
uses a heuristic to determine the most promising node to explore next.
Here’s a simple outline of the Best First Search Algorithm:
This algorithm prioritizes nodes based on their estimated cost to reach the
goal, making it efficient in finding the shortest path.
ANS : Forward Chaining is a reasoning method that starts with the available
data and applies inference rules to extract more data until a goal is reached.
For example, if we know "If it rains, the ground is wet" and "It is raining," we
can conclude "The ground is wet."
Backward Chaining, on the other hand, starts with the goal and works
backward to see if there are data to support it. For example, if the goal is to
prove "The ground is wet," we check if "It is raining" is true, which leads us
back to the rule.
Web Url :
Video Url :
3. Flexibility: They can adapt to new information and change their behavior
accordingly.