From 9da12f4f1ea583b7197526841cf84674d4e997d4 Mon Sep 17 00:00:00 2001 From: tangyc1234 <98032614+tangyc1234@users.noreply.github.com> Date: Mon, 18 Mar 2024 23:51:20 +0800 Subject: [PATCH] Update README.md --- lessons/3-NeuralNetworks/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lessons/3-NeuralNetworks/README.md b/lessons/3-NeuralNetworks/README.md index 144ea748..6ffedc0c 100644 --- a/lessons/3-NeuralNetworks/README.md +++ b/lessons/3-NeuralNetworks/README.md @@ -1,5 +1,7 @@ # Introduction to Neural Networks +## Available in Multiple Languages +- [中文](translations/README.zho.md) ![Summary of Intro Neural Networks content in a doodle](../sketchnotes/ai-neuralnetworks.png) As we 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**.