From e58f8ea4b582717c5cae17d5815931e9d3a89c66 Mon Sep 17 00:00:00 2001 From: Morten Hjorth-Jensen Date: Mon, 11 Dec 2023 12:12:21 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ae47e7df..459d2f68 100644 --- a/README.md +++ b/README.md @@ -34,15 +34,17 @@ Slides at https://github.com/CompPhysics/AdvancedMachineLearning/blob/main/doc/p ## January 22-26 - Mathematics of deep learning, basics of neural networks +- Introducing TensorFlow and Pytorch - Slides at https://github.com/CompPhysics/AdvancedMachineLearning/blob/main/doc/pub/week2/ipynb/week2.ipynb -- Recommended reading Goodfellow et al chapters 6 and 7 +- Recommended reading Goodfellow et al chapters 6 and 7. For Pytorch see Raschka et al chapter 11. ## January 29-February 2 - Implementing neural networks with applications to differential equations - Discussion of first project +- More on TensorFlow and Pytorch - Slides at https://github.com/CompPhysics/AdvancedMachineLearning/blob/main/doc/pub/week3/ipynb/week3.ipynb - +- Recommended reading Goodfellow et al chapters 6 and 7. For Pytorch see Raschka et al chapter 11. ## February 5-9 - Convolutional neural networks (CNNs), basic mathematics