From 6cf9f698fbdb6c7c306bf395d6b5e594d0c3ed4d Mon Sep 17 00:00:00 2001 From: Morten Hjorth-Jensen Date: Sat, 9 Oct 2021 19:15:49 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 30dbb0ab3..383f70a01 100644 --- a/README.md +++ b/README.md @@ -345,7 +345,9 @@ Recommended prereading: Chapters 1-2 (linear algebra) and chapter 3 (statistics) - Lecture Friday: Convolutional Neural Networks, basic elements - Reading recommendations: - See lecture notes for week 41 at https://compphysics.github.io/MachineLearning/doc/web/course.html. - - For neural networks we recommend Goodfellow et al chapters 6 and 7. For CNNs, see Goodfellow et al chapter 9. chapter 11 and 12 on practicalities and applications + - For neural networks we recommend Goodfellow et al chapters 6 and 7. For CNNs, see Goodfellow et al chapter 9. chapter 11 and 12 on practicalities and applications. See also Aurelien Geron's chapters 10-11 at https://github.com/CompPhysics/MachineLearning/blob/master/doc/Textbooks/TensorflowML.pdf. + + ### Week 42 October 18-22