added video link

This commit is contained in:
Morten Hjorth-Jensen
2023-10-26 15:30:36 +02:00
parent 2be470fed1
commit 8a7d32f497
7 changed files with 1267 additions and 833 deletions
+1
View File
@@ -512,6 +512,7 @@ MathJax.Hub.Config({
<ul>
<li> Building our own Feed-forward Neural Network and discussion of project 2, continuation from last week</li>
<li> Solving differential equations with Neural Networks and intro to <b>Tensorflow</b> with examples.</li>
<li> <a href="https://youtu.be/_-AwbBh4G-8" target="_self">Video of lecture</a></li>
<li> Readings and Videos:</li>
<ul>
<li> These lecture notes</li>
+2
View File
@@ -222,6 +222,8 @@ MathJax.Hub.Config({
<p><li> Solving differential equations with Neural Networks and intro to <b>Tensorflow</b> with examples.</li>
<p><li> <a href="https://youtu.be/_-AwbBh4G-8" target="_blank">Video of lecture</a></li>
<p><li> Readings and Videos:</li>
<ul>
@@ -405,6 +405,7 @@ MathJax.Hub.Config({
<ul>
<li> Building our own Feed-forward Neural Network and discussion of project 2, continuation from last week</li>
<li> Solving differential equations with Neural Networks and intro to <b>Tensorflow</b> with examples.</li>
<li> <a href="https://youtu.be/_-AwbBh4G-8" target="_blank">Video of lecture</a></li>
<li> Readings and Videos:</li>
<ul>
<li> These lecture notes</li>
+1
View File
@@ -482,6 +482,7 @@ MathJax.Hub.Config({
<ul>
<li> Building our own Feed-forward Neural Network and discussion of project 2, continuation from last week</li>
<li> Solving differential equations with Neural Networks and intro to <b>Tensorflow</b> with examples.</li>
<li> <a href="https://youtu.be/_-AwbBh4G-8" target="_blank">Video of lecture</a></li>
<li> Readings and Videos:</li>
<ul>
<li> These lecture notes</li>
Binary file not shown.
File diff suppressed because one or more lines are too long
+1
View File
@@ -15,6 +15,7 @@ DATE: today
!bblock Material for the lecture on Thursday October 26, 2023
* Building our own Feed-forward Neural Network and discussion of project 2, continuation from last week
* Solving differential equations with Neural Networks and intro to _Tensorflow_ with examples.
* "Video of lecture":"https://youtu.be/_-AwbBh4G-8"
* Readings and Videos:
* These lecture notes
* "Aurelien Geron's chapters 10-11":"https://github.com/CompPhysics/MachineLearning/blob/master/doc/Textbooks/TensorflowML.pdf"