From 399f9b10810993039b782d37050ac945ff5ed04a Mon Sep 17 00:00:00 2001 From: mohamed hani ebrahim <162452605+moHani11@users.noreply.github.com> Date: Sun, 21 Apr 2024 16:25:48 +0200 Subject: [PATCH] Update README.md the link to the pdf of {A logical calculus of the ideas immanent in nervous activity} was wronge --- 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 144ea748..af4a7498 100644 --- a/lessons/3-NeuralNetworks/README.md +++ b/lessons/3-NeuralNetworks/README.md @@ -37,7 +37,7 @@ Thus, the simplest mathematical model of a neuron contains several inputs X where f is some non-linear **activation function**. -> Early models of neuron were described in the classical paper [A logical calculus of the ideas immanent in nervous activity](http://www.springerlink.com/content/61446605110620kg/fulltext.pdf) by Warren McCullock and Walter Pitts in 1943. Donald Hebb in his book "[The Organization of Behavior: A Neuropsychological Theory](https://books.google.com/books?id=VNetYrB8EBoC)" proposed the way those networks can be trained. +> Early models of neuron were described in the classical paper [A logical calculus of the ideas immanent in nervous activity](https://www.cs.cmu.edu/~./epxing/Class/10715/reading/McCulloch.and.Pitts.pdf) by Warren McCullock and Walter Pitts in 1943. Donald Hebb in his book "[The Organization of Behavior: A Neuropsychological Theory](https://books.google.com/books?id=VNetYrB8EBoC)" proposed the way those networks can be trained. ## In this Section