8000 Merge pull request #221 from BethanyJep/main · github-dask/AI-For-Beginners@8dc3491 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8dc3491

Browse files
authored
Merge pull request microsoft#221 from BethanyJep/main
Changed Animal notebook link
2 parents ee46f2b + a3c6b81 commit 8dc3491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lessons/2-Symbolic/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Expert systems can be implemented using different tools:
150150

151151
## ✍️ Exercise: Animal Inference
152152

153-
See [Animals.ipynb](Animals.ipynb) for an example of implementing forward and backward inference expert system.
153+
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.
154154

155155
> **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.
156156

0 commit comments

Comments
 (0)
0