From a95e31d04264eb420c07972674e028114329cffa Mon Sep 17 00:00:00 2001 From: Nathan Hefner Date: Tue, 10 Nov 2015 15:02:29 -0500 Subject: [PATCH 1/3] Add A Brief Introduction to Neural Networks --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index 50232b93e..08ef9bb81 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -352,6 +352,7 @@ Original Source: [List of freely available programming books](http://web.archive #### Machine Learning +* [A Brief Introduction to Neural Networks](http://www.dkriesel.com/_media/science/neuronalenetze-en-zeta2-2col-dkrieselcom.pdf) (PDF) * [A Course in Machine Learning](http://ciml.info/dl/v0_9/ciml-v0_9-all.pdf) (PDF) * [A First Encounter with Machine Learning](https://www.ics.uci.edu/~welling/teaching/ICS273Afall11/IntroMLBook.pdf) (PDF) * [AI Algorithms, Data Structures, and Idioms in Prolog, Lisp, and Java](http://wps.aw.com/wps/media/objects/5771/5909832/PDF/Luger_0136070477_1.pdf) - George F. Luger, William A Stubblefield From 2bb2944fa8af496164487e96fa63ca17ac9b381b Mon Sep 17 00:00:00 2001 From: Nathan Hefner Date: Wed, 11 Nov 2015 09:46:56 -0500 Subject: [PATCH 2/3] Update link for A Brief Introudction to Neural Networks --- free-programming-books.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/free-programming-books.md b/free-programming-books.md index 08ef9bb81..a058b8cd8 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -352,7 +352,7 @@ Original Source: [List of freely available programming books](http://web.archive #### Machine Learning -* [A Brief Introduction to Neural Networks](http://www.dkriesel.com/_media/science/neuronalenetze-en-zeta2-2col-dkrieselcom.pdf) (PDF) +* [A Brief Introduction to Neural Networks](http://www.dkriesel.com/en/science/neural_networks) (PDF) * [A Course in Machine Learning](http://ciml.info/dl/v0_9/ciml-v0_9-all.pdf) (PDF) * [A First Encounter with Machine Learning](https://www.ics.uci.edu/~welling/teaching/ICS273Afall11/IntroMLBook.pdf) (PDF) * [AI Algorithms, Data Structures, and Idioms in Prolog, Lisp, and Java](http://wps.aw.com/wps/media/objects/5771/5909832/PDF/Luger_0136070477_1.pdf) - George F. Luger, William A Stubblefield From 82bacfd28154c7f09dfe7e508aa1247ff7ce2ab9 Mon Sep 17 00:00:00 2001 From: Nathan Hefner Date: Wed, 11 Nov 2015 09:55:08 -0500 Subject: [PATCH 3/3] Remove PDF tag --- free-programming-books.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/free-programming-books.md b/free-programming-books.md index a058b8cd8..0de7dfa78 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -352,7 +352,7 @@ Original Source: [List of freely available programming books](http://web.archive #### Machine Learning -* [A Brief Introduction to Neural Networks](http://www.dkriesel.com/en/science/neural_networks) (PDF) +* [A Brief Introduction to Neural Networks](http://www.dkriesel.com/en/science/neural_networks) * [A Course in Machine Learning](http://ciml.info/dl/v0_9/ciml-v0_9-all.pdf) (PDF) * [A First Encounter with Machine Learning](https://www.ics.uci.edu/~welling/teaching/ICS273Afall11/IntroMLBook.pdf) (PDF) * [AI Algorithms, Data Structures, and Idioms in Prolog, Lisp, and Java](http://wps.aw.com/wps/media/objects/5771/5909832/PDF/Luger_0136070477_1.pdf) - George F. Luger, William A Stubblefield