From 1660a49b10b565502e70a6bcbe42ee372f307885 Mon Sep 17 00:00:00 2001 From: manuel helmerichs Date: Fri, 27 Oct 2023 12:54:23 +0200 Subject: [PATCH 1/3] added chapter for neural network nutshell --- .../08_neural_networks/08-00-nutshell-nn.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 content/chapters/08_neural_networks/08-00-nutshell-nn.md diff --git a/content/chapters/08_neural_networks/08-00-nutshell-nn.md b/content/chapters/08_neural_networks/08-00-nutshell-nn.md new file mode 100644 index 0000000..9140805 --- /dev/null +++ b/content/chapters/08_neural_networks/08-00-nutshell-nn.md @@ -0,0 +1,15 @@ +--- +title: "Chapter 08.00: Neural Networks: In a Nutshell" +weight: 8000 +--- +In this nutshell chunk, we learn about neural networks, the driving force behind many of today's cutting-edge machine learning applications. + + + +### Lecture video + +{{< video id="htwEzmtc2M0" >}} + +### Lecture slides + +{{< pdfjs file="https://github.com/slds-lmu/lecture_i2ml/blob/master/slides-pdf/slides-nn-nutshell.pdf" >}} From 321a3068c99904ae6a2714f7e7291656297a2660 Mon Sep 17 00:00:00 2001 From: manuel helmerichs Date: Wed, 1 Nov 2023 11:11:32 +0100 Subject: [PATCH 2/3] Update 08-00-nutshell-nn.md --- content/chapters/08_neural_networks/08-00-nutshell-nn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/chapters/08_neural_networks/08-00-nutshell-nn.md b/content/chapters/08_neural_networks/08-00-nutshell-nn.md index 9140805..f2371a3 100644 --- a/content/chapters/08_neural_networks/08-00-nutshell-nn.md +++ b/content/chapters/08_neural_networks/08-00-nutshell-nn.md @@ -12,4 +12,4 @@ In this nutshell chunk, we learn about neural networks, the driving force behind ### Lecture slides -{{< pdfjs file="https://github.com/slds-lmu/lecture_i2ml/blob/master/slides-pdf/slides-nn-nutshell.pdf" >}} +{{< pdfjs file="https://github.com/slds-lmu/lecture_i2ml/blob/master/slides-pdf/slides-neuralnetworks-nutshell.pdf" >}} From 55e3966bea5dfe00c6f8bed6398e87bd272b0a7b Mon Sep 17 00:00:00 2001 From: manuel helmerichs Date: Sun, 12 Nov 2023 19:04:55 +0100 Subject: [PATCH 3/3] implemented requested changes --- content/chapters/08_neural_networks/08-00-nutshell-nn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/chapters/08_neural_networks/08-00-nutshell-nn.md b/content/chapters/08_neural_networks/08-00-nutshell-nn.md index f2371a3..9140805 100644 --- a/content/chapters/08_neural_networks/08-00-nutshell-nn.md +++ b/content/chapters/08_neural_networks/08-00-nutshell-nn.md @@ -12,4 +12,4 @@ In this nutshell chunk, we learn about neural networks, the driving force behind ### Lecture slides -{{< pdfjs file="https://github.com/slds-lmu/lecture_i2ml/blob/master/slides-pdf/slides-neuralnetworks-nutshell.pdf" >}} +{{< pdfjs file="https://github.com/slds-lmu/lecture_i2ml/blob/master/slides-pdf/slides-nn-nutshell.pdf" >}}