From b0e1b8fdac58ae71095e761ab3553dfc31acc9b4 Mon Sep 17 00:00:00 2001 From: Morten Hjorth-Jensen Date: Thu, 1 Oct 2020 15:13:04 +0200 Subject: [PATCH] added video --- doc/src/week40/week40.do.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/week40/week40.do.txt b/doc/src/week40/week40.do.txt index 3e2d8e91d..bf5a77ac2 100644 --- a/doc/src/week40/week40.do.txt +++ b/doc/src/week40/week40.do.txt @@ -6,7 +6,7 @@ DATE: today !split ===== Plan for week 40 ===== -* Thursday: Stochastic Gradient descent with examples and automatic differentiation and begin Neural Networks +* Thursday: Stochastic Gradient descent with examples and automatic differentiation and begin Neural Networks. "Video of Lecture":"https://www.uio.no/studier/emner/matnat/fys/FYS-STK4155/h20/forelesningsvideoer/LectureOctober1.mp4?vrtx=view-as-webpage" * Friday: Neural Networks, setting up the basic steps, from the simple perceptron model to the multi-layer perceptron model Reading suggestions for both days: "Aurelien Geron's chapter 10":"https://github.com/CompPhysics/MachineLearning/blob/master/doc/Textbooks/TensorflowML.pdf" and Hastie et al chapter 11.