From 2384d8d8898d7a2edddec61366b697f9816078cd Mon Sep 17 00:00:00 2001 From: Zhongheng Liu on Homelab Date: Thu, 13 Mar 2025 10:29:50 +0200 Subject: feat: 9618-42-mj-2022 --- notebooks/theory_ai.ipynb | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'notebooks/theory_ai.ipynb') 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": { -- cgit