diff --git a/lessons/3-NeuralNetworks/README.md b/lessons/3-NeuralNetworks/README.md index 1534c503..46bb68e8 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