From 082f0ca1fdb49d332ec187b57fa69e72e332f178 Mon Sep 17 00:00:00 2001 From: Venkat Sai Kedari Nath Gandham <154089422+Kedarinath1502@users.noreply.github.com> Date: Thu, 17 Apr 2025 16:36:08 -0700 Subject: [PATCH] Update README.md --- lessons/3-NeuralNetworks/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lessons/3-NeuralNetworks/README.md b/lessons/3-NeuralNetworks/README.md index 46bb68e8..571129e8 100644 --- a/lessons/3-NeuralNetworks/README.md +++ b/lessons/3-NeuralNetworks/README.md @@ -2,7 +2,7 @@ ![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**. +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 be hugely successful. Such mathematical models of the brain are called **neural networks**. > Sometimes neural networks are called *Artificial Neural Networks*, ANNs, in order to indicate that we are talking about models, not real networks of neurons.