This commit is contained in:
Morten Hjorth-Jensen
2023-10-26 16:05:26 +02:00
parent 740557dfdc
commit 62254e2eb9
7 changed files with 295 additions and 287 deletions
+1
View File
@@ -513,6 +513,7 @@ MathJax.Hub.Config({
<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> <a href="https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2023/NotesOct26.pdf" target="_self">Whiteboard notes</a></li>
<li> Readings and Videos:</li>
<ul>
<li> These lecture notes</li>
+2
View File
@@ -224,6 +224,8 @@ MathJax.Hub.Config({
<p><li> <a href="https://youtu.be/_-AwbBh4G-8" target="_blank">Video of lecture</a></li>
<p><li> <a href="https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2023/NotesOct26.pdf" target="_blank">Whiteboard notes</a></li>
<p><li> Readings and Videos:</li>
<ul>
@@ -406,6 +406,7 @@ MathJax.Hub.Config({
<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> <a href="https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2023/NotesOct26.pdf" target="_blank">Whiteboard notes</a></li>
<li> Readings and Videos:</li>
<ul>
<li> These lecture notes</li>
+1
View File
@@ -483,6 +483,7 @@ MathJax.Hub.Config({
<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> <a href="https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2023/NotesOct26.pdf" target="_blank">Whiteboard notes</a></li>
<li> Readings and Videos:</li>
<ul>
<li> These lecture notes</li>
Binary file not shown.
File diff suppressed because it is too large Load Diff
+1
View File
@@ -16,6 +16,7 @@ DATE: today
* 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"
* "Whiteboard notes":"https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2023/NotesOct26.pdf"
* Readings and Videos:
* These lecture notes
* "Aurelien Geron's chapters 10-11":"https://github.com/CompPhysics/MachineLearning/blob/master/doc/Textbooks/TensorflowML.pdf"