diff options
author | Zhongheng Liu on Homelab <z.liu@outlook.com.gr> | 2025-03-13 10:29:50 +0200 |
---|---|---|
committer | Zhongheng Liu on Homelab <z.liu@outlook.com.gr> | 2025-03-13 10:29:50 +0200 |
commit | 2384d8d8898d7a2edddec61366b697f9816078cd (patch) | |
tree | 4e4071424c31bdd03ba81101470dc692924017d0 /notebooks/theory_ai.ipynb | |
parent | a55d3e2009a2ee1af818ef107ff00ac1fb5bbc83 (diff) | |
download | cs-y13-2384d8d8898d7a2edddec61366b697f9816078cd.tar.gz cs-y13-2384d8d8898d7a2edddec61366b697f9816078cd.tar.bz2 cs-y13-2384d8d8898d7a2edddec61366b697f9816078cd.zip |
feat: 9618-42-mj-2022
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": { |