Computer Science, asked by ruchi3301, 11 months ago

Explain process of forward chaining with example.

Answers

Answered by mohmmedsufiyanali19
0

hey mate your answer plz mark as brainlist

Forward chaining. ... Forward chainingstarts with the available data and uses inference rules to extract more data (from an end user, for example) until a goal is reached. An inference engine using forward chaining searches the inference rules until it finds one where the antecedent (If clause) is known to be true.

ihope you like my answer

Answered by Anonymous
0

Answer:

Explanation:

Forward chaining (or forward reasoning) is one of the two main methods of reasoning when using an inference engine and can be described logically as repeated application of modus ponens. Forward chaining is a popular implementation strategy for expert systems, business and production rule systems. The opposite of forward chaining is backward chaining.

Similar questions