Skip to content

Commit

Permalink
updated animal.ipynb link
Browse files Browse the repository at this point in the history
  • Loading branch information
BethanyJep committed Jul 11, 2023
1 parent d5f075c commit ba35158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lessons/2-Symbolic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ Expert systems can be implemented using different tools:

## ✍️ Exercise: Animal Inference

See [Animals.ipynb](Animals.ipynb) for an example of implementing forward and backward inference expert system.
See [Animals.ipynb](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/2-Symbolic/Animals.ipynb) for an example of implementing forward and backward inference expert system.

> **Note**: This example is rather simple, and only gives the idea of how an expert system looks like. Once you start creating such a system, you will only notice some *intelligent* behaviour from it once you reach certain number of rules, around 200+. At some point, rules become too complex to keep all of them in mind, and at this point you may start wondering why a system makes certain decisions. However, the important characteristics of knowledge-based systems is that you can always *explain* exactly how any of the decisions were made.
Expand Down

0 comments on commit ba35158

Please sign in to comment.