diff --git a/doc/pub/week42/html/._week42-bs000.html b/doc/pub/week42/html/._week42-bs000.html index e96d2010e..8db429738 100644 --- a/doc/pub/week42/html/._week42-bs000.html +++ b/doc/pub/week42/html/._week42-bs000.html @@ -7,9 +7,9 @@ Automatically generated HTML file from DocOnce source - + -
diff --git a/doc/pub/week42/html/._week42-bs001.html b/doc/pub/week42/html/._week42-bs001.html index 000fc7d11..6f3bd96a1 100644 --- a/doc/pub/week42/html/._week42-bs001.html +++ b/doc/pub/week42/html/._week42-bs001.html @@ -7,9 +7,9 @@ Automatically generated HTML file from DocOnce source - + -
+
diff --git a/doc/pub/week42/html/._week42-bs002.html b/doc/pub/week42/html/._week42-bs002.html index 3eb598aa1..0d8278af7 100644 --- a/doc/pub/week42/html/._week42-bs002.html +++ b/doc/pub/week42/html/._week42-bs002.html @@ -7,9 +7,9 @@ Automatically generated HTML file from DocOnce source - + -
diff --git a/doc/pub/week42/html/week42-reveal.html b/doc/pub/week42/html/week42-reveal.html index 526b562ba..18465ad78 100644 --- a/doc/pub/week42/html/week42-reveal.html +++ b/doc/pub/week42/html/week42-reveal.html @@ -3,9 +3,9 @@ - + -
@@ -162,12 +162,21 @@ MathJax.Hub.Config({
Reading suggestions for both days: Aurelien Geron's chapters 13 and 14. Autoencoders are discussed in chapter 15 of Geron's text. + +
+
@@ -141,12 +167,24 @@ MathJax.Hub.Config({
+
+ +
+
diff --git a/doc/pub/week42/html/week42.html b/doc/pub/week42/html/week42.html
index 29eca21d4..2d7df1280 100644
--- a/doc/pub/week42/html/week42.html
+++ b/doc/pub/week42/html/week42.html
@@ -7,9 +7,9 @@ Automatically generated HTML file from DocOnce source
-
+
-
@@ -146,12 +172,24 @@ MathJax.Hub.Config({
+
+ +
+
diff --git a/doc/pub/week42/ipynb/ipynb-week42-src.tar.gz b/doc/pub/week42/ipynb/ipynb-week42-src.tar.gz
index ce4d320a6..12e537f31 100644
Binary files a/doc/pub/week42/ipynb/ipynb-week42-src.tar.gz and b/doc/pub/week42/ipynb/ipynb-week42-src.tar.gz differ
diff --git a/doc/pub/week42/ipynb/week42.ipynb b/doc/pub/week42/ipynb/week42.ipynb
index 603d62846..5add84032 100644
--- a/doc/pub/week42/ipynb/week42.ipynb
+++ b/doc/pub/week42/ipynb/week42.ipynb
@@ -4,8 +4,8 @@
"cell_type": "markdown",
"metadata": {},
"source": [
- "\n",
- "# Week 42 Convolutional and Recurrent Neural Networks and Autoencoders\n",
+ "\n",
+ "# Week 42 Convolutional (CNN) and Recurrent (RNN) Neural Networks and Autoencoders\n",
"\n",
" \n",
"**Morten Hjorth-Jensen**, Department of Physics, University of Oslo and Department of Physics and Astronomy and National Superconducting Cyclotron Laboratory, Michigan State University\n",
@@ -19,12 +19,20 @@
"\n",
"## Plan for week 42\n",
"\n",
- "* Thursday: Convolutional Neural Networks and examples\n",
+ "* Thursday: Convolutional Neural Networks and examples. [Video of Lecture](https://www.uio.no/studier/emner/matnat/fys/FYS-STK4155/h20/forelesningsvideoer/LectureOctober15.mp4?vrtx=view-as-webpage)\n",
"\n",
"* Friday: Recurrent Neural Networks and Autoencoders\n",
"\n",
"Reading suggestions for both days: [Aurelien Geron's chapters 13 and 14](https://github.com/CompPhysics/MachineLearning/blob/master/doc/Textbooks/TensorflowML.pdf). Autoencoders are discussed in chapter 15 of Geron's text.\n",
"\n",
+ "**Excellent lectures on CNNs and RNNs.**\n",
+ "\n",
+ "* [Video on Convolutional Neural Networks from MIT](https://www.youtube.com/watch?v=iaSUYvmCekI&ab_channel=AlexanderAmini)\n",
+ "\n",
+ "* [Video on Recurrent Neural Networks from MIT](https://www.youtube.com/watch?v=SEnXr6v2ifU&ab_channel=AlexanderAmini)\n",
+ "\n",
+ "\n",
+ "\n",
"\n",
"\n",
"\n",
diff --git a/doc/src/week42/week42.do.txt b/doc/src/week42/week42.do.txt
index 3e2501ba4..1742958da 100644
--- a/doc/src/week42/week42.do.txt
+++ b/doc/src/week42/week42.do.txt
@@ -1,4 +1,4 @@
-TITLE: Week 42 Convolutional and Recurrent Neural Networks and Autoencoders
+TITLE: Week 42 Convolutional (CNN) and Recurrent (RNN) Neural Networks and Autoencoders
AUTHOR: Morten Hjorth-Jensen {copyright, 1999-present|CC BY-NC} at Department of Physics, University of Oslo & Department of Physics and Astronomy and National Superconducting Cyclotron Laboratory, Michigan State University
DATE: today
@@ -6,11 +6,16 @@ DATE: today
!split
===== Plan for week 42 =====
-* Thursday: Convolutional Neural Networks and examples
+* Thursday: Convolutional Neural Networks and examples. "Video of Lecture":"https://www.uio.no/studier/emner/matnat/fys/FYS-STK4155/h20/forelesningsvideoer/LectureOctober15.mp4?vrtx=view-as-webpage"
* Friday: Recurrent Neural Networks and Autoencoders
Reading suggestions for both days: "Aurelien Geron's chapters 13 and 14":"https://github.com/CompPhysics/MachineLearning/blob/master/doc/Textbooks/TensorflowML.pdf". Autoencoders are discussed in chapter 15 of Geron's text.
+!bblock Excellent lectures on CNNs and RNNs
+* "Video on Convolutional Neural Networks from MIT":"https://www.youtube.com/watch?v=iaSUYvmCekI&ab_channel=AlexanderAmini"
+* "Video on Recurrent Neural Networks from MIT":"https://www.youtube.com/watch?v=SEnXr6v2ifU&ab_channel=AlexanderAmini"
+!eblock
+