added link to video

This commit is contained in:
Morten Hjorth-Jensen
2023-10-19 23:13:48 +02:00
parent cc231dc327
commit 79e87fb978
7 changed files with 538 additions and 1472 deletions
+1
View File
@@ -296,6 +296,7 @@ MathJax.Hub.Config({
<li> Readings and Videos:</li>
<ul>
<li> These lecture notes</li>
<li> <a href="https://youtu.be/0q5-PhovchQ" target="_self">Video of lecture</a></li>
<li> <a href="https://github.com/CompPhysics/MachineLearning/blob/master/doc/Textbooks/TensorflowML.pdf" target="_self">Aurelien Geron's chapters 10-11</a></li>
<li> For a more in depth discussion on neural networks we recommend Goodfellow et al chapters 6 and 7.</li>
<li> <a href="https://www.youtube.com/watch?v=bxe2T-V8XRs&list=PLiaHhY2iBX9hdHaRr6b7XevZtgZRa1PoU&ab_channel=WelchLabs" target="_self">Neural Networks demystified</a></li>
+2
View File
@@ -223,6 +223,8 @@ MathJax.Hub.Config({
<p><li> These lecture notes</li>
<p><li> <a href="https://youtu.be/0q5-PhovchQ" target="_blank">Video of lecture</a></li>
<p><li> <a href="https://github.com/CompPhysics/MachineLearning/blob/master/doc/Textbooks/TensorflowML.pdf" target="_blank">Aurelien Geron's chapters 10-11</a></li>
<p><li> For a more in depth discussion on neural networks we recommend Goodfellow et al chapters 6 and 7.</li>
@@ -268,6 +268,7 @@ MathJax.Hub.Config({
<li> Readings and Videos:</li>
<ul>
<li> These lecture notes</li>
<li> <a href="https://youtu.be/0q5-PhovchQ" target="_blank">Video of lecture</a></li>
<li> <a href="https://github.com/CompPhysics/MachineLearning/blob/master/doc/Textbooks/TensorflowML.pdf" target="_blank">Aurelien Geron's chapters 10-11</a></li>
<li> For a more in depth discussion on neural networks we recommend Goodfellow et al chapters 6 and 7.</li>
<li> <a href="https://www.youtube.com/watch?v=bxe2T-V8XRs&list=PLiaHhY2iBX9hdHaRr6b7XevZtgZRa1PoU&ab_channel=WelchLabs" target="_blank">Neural Networks demystified</a></li>
+1
View File
@@ -345,6 +345,7 @@ MathJax.Hub.Config({
<li> Readings and Videos:</li>
<ul>
<li> These lecture notes</li>
<li> <a href="https://youtu.be/0q5-PhovchQ" target="_blank">Video of lecture</a></li>
<li> <a href="https://github.com/CompPhysics/MachineLearning/blob/master/doc/Textbooks/TensorflowML.pdf" target="_blank">Aurelien Geron's chapters 10-11</a></li>
<li> For a more in depth discussion on neural networks we recommend Goodfellow et al chapters 6 and 7.</li>
<li> <a href="https://www.youtube.com/watch?v=bxe2T-V8XRs&list=PLiaHhY2iBX9hdHaRr6b7XevZtgZRa1PoU&ab_channel=WelchLabs" target="_blank">Neural Networks demystified</a></li>
Binary file not shown.
File diff suppressed because one or more lines are too long
+1
View File
@@ -17,6 +17,7 @@ DATE: October 16-20, 2023
* Building our own Feed-forward Neural Network and discussion of project 2
* Readings and Videos:
* These lecture notes
* "Video of lecture":"https://youtu.be/0q5-PhovchQ"
* "Aurelien Geron's chapters 10-11":"https://github.com/CompPhysics/MachineLearning/blob/master/doc/Textbooks/TensorflowML.pdf"
* For a more in depth discussion on neural networks we recommend Goodfellow et al chapters 6 and 7.
* "Neural Networks demystified":"https://www.youtube.com/watch?v=bxe2T-V8XRs&list=PLiaHhY2iBX9hdHaRr6b7XevZtgZRa1PoU&ab_channel=WelchLabs"