added video

This commit is contained in:
Morten Hjorth-Jensen
2021-10-07 16:21:19 +02:00
parent 1f0877b650
commit 92cafbec63
7 changed files with 100 additions and 128 deletions
+5
View File
@@ -311,6 +311,11 @@ MathJax.Hub.Config({
<ul>
<li> Thursday: Stochastic Gradient descent with examples and automatic differentiation and begin Neural Networks.</li>
<ul>
<li> <a href="https://www.uio.no/studier/emner/matnat/fys/FYS-STK3155/h21/forelesningsvideoer/LectureOctober7.mp4?vrtx=view-as-webpage" target="_self">Video of Lecture</a></li>
</ul>
<li> Friday: Neural Networks, setting up the basic steps, from the simple perceptron model to the multi-layer perceptron model.</li>
</ul>
+5
View File
@@ -163,6 +163,11 @@ MathJax.Hub.Config({
<ul>
<p><li> Thursday: Stochastic Gradient descent with examples and automatic differentiation and begin Neural Networks.</li>
<ul>
<p><li> <a href="https://www.uio.no/studier/emner/matnat/fys/FYS-STK3155/h21/forelesningsvideoer/LectureOctober7.mp4?vrtx=view-as-webpage" target="_blank">Video of Lecture</a></li>
</ul>
<p><li> Friday: Neural Networks, setting up the basic steps, from the simple perceptron model to the multi-layer perceptron model.</li>
</ul>
<p>
@@ -263,6 +263,11 @@ MathJax.Hub.Config({
<ul>
<li> Thursday: Stochastic Gradient descent with examples and automatic differentiation and begin Neural Networks.</li>
<ul>
<li> <a href="https://www.uio.no/studier/emner/matnat/fys/FYS-STK3155/h21/forelesningsvideoer/LectureOctober7.mp4?vrtx=view-as-webpage" target="_blank">Video of Lecture</a></li>
</ul>
<li> Friday: Neural Networks, setting up the basic steps, from the simple perceptron model to the multi-layer perceptron model.</li>
</ul>
+5
View File
@@ -268,6 +268,11 @@ MathJax.Hub.Config({
<ul>
<li> Thursday: Stochastic Gradient descent with examples and automatic differentiation and begin Neural Networks.</li>
<ul>
<li> <a href="https://www.uio.no/studier/emner/matnat/fys/FYS-STK3155/h21/forelesningsvideoer/LectureOctober7.mp4?vrtx=view-as-webpage" target="_blank">Video of Lecture</a></li>
</ul>
<li> Friday: Neural Networks, setting up the basic steps, from the simple perceptron model to the multi-layer perceptron model.</li>
</ul>
Binary file not shown.
File diff suppressed because one or more lines are too long
+1
View File
@@ -7,6 +7,7 @@ DATE: today
===== Plan for week 40 =====
* 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-STK3155/h21/forelesningsvideoer/LectureOctober7.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.