diff --git a/2-Symbolic/README.md b/2-Symbolic/README.md index f62fd665..6072b084 100644 --- a/2-Symbolic/README.md +++ b/2-Symbolic/README.md @@ -1,5 +1,7 @@ # Knowledge Representation and Expert Systems +![Summary of Symbolic AI content in a doodle](../sketchnotes/ai-symbolic.png) + In the early days of AI, top-down approach to creating intelligent systems was popular. The idea was to extract the knowledge from people into some machine-readable form, and then use it to automatically solve problems. This approach was based on two big ideas: * Knowledge Representation diff --git a/sketchnotes/ai-symbolic.png b/sketchnotes/ai-symbolic.png new file mode 100644 index 00000000..5bd463ed Binary files /dev/null and b/sketchnotes/ai-symbolic.png differ