diff --git a/3-NeuralNetworks/README.md b/3-NeuralNetworks/README.md index a5598b61..02cdb73b 100644 --- a/3-NeuralNetworks/README.md +++ b/3-NeuralNetworks/README.md @@ -1,5 +1,7 @@ # Introduction to Neural Networks +![Summary of Intro Neural Networks content in a doodle](../sketchnotes/ai-neuralnetworks.png) + As we have discussed in the introduction, one of the ways to achieve intelligence is to train a **computer model** or an **artificial brain**. Since the middle of 20th century, researchers tried different mathematical models, until in recent years this direction proved to by hugely successful. Such mathematical models of the brain are called **Neural Networks** (sometimes *Artificial Neural Networks*, ANNs, in order to indicate that we are talking about models, not real networks of neurons). ## Machine Learning diff --git a/sketchnotes/ai-intro.png b/sketchnotes/ai-intro.png index a20b5c63..c4597b21 100644 Binary files a/sketchnotes/ai-intro.png and b/sketchnotes/ai-intro.png differ diff --git a/sketchnotes/ai-neuralnetworks.png b/sketchnotes/ai-neuralnetworks.png new file mode 100644 index 00000000..b514f2a6 Binary files /dev/null and b/sketchnotes/ai-neuralnetworks.png differ diff --git a/sketchnotes/ai-symbolic.png b/sketchnotes/ai-symbolic.png index eec3c26f..6a179fa1 100644 Binary files a/sketchnotes/ai-symbolic.png and b/sketchnotes/ai-symbolic.png differ