diff options
Diffstat (limited to 'notebooks/theory_ai.ipynb')
-rw-r--r-- | notebooks/theory_ai.ipynb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/notebooks/theory_ai.ipynb b/notebooks/theory_ai.ipynb index 49307e7..68e9428 100644 --- a/notebooks/theory_ai.ipynb +++ b/notebooks/theory_ai.ipynb @@ -23,6 +23,16 @@ "- results compared with expected output.\n", "- model is run with unlabelled data" ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Deep learning\n", + "- machines that think in a way similar to the human brain. They handle huge amounts of data using artificial neural networks.\n", + "## Artificial neural networks\n", + "- networks of interconnected nodes." + ] } ], "metadata": { |