This commit is contained in:
Morten Hjorth-Jensen
2023-10-13 08:25:52 +02:00
parent 2eff00249e
commit b76f4d41b2
9 changed files with 882 additions and 1775 deletions
+2
View File
@@ -348,6 +348,8 @@ MathJax.Hub.Config({
<ul>
<li> Neural Networks, setting up the basic steps, from the simple perceptron model to the multi-layer perceptron model.</li>
<li> Building our own Feed-forward Neural Network</li>
<li> <a href="https://youtu.be/5-RRTO9uDvI" target="_self">Video of lecture notes</a></li>
<li> <a href="https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2023/NotesOct12.pdf" target="_self">Whiteboard notes</a></li>
<li> Readings and Videos:</li>
<ul>
<li> These lecture notes</li>
+4
View File
@@ -222,6 +222,10 @@ MathJax.Hub.Config({
<p><li> Building our own Feed-forward Neural Network</li>
<p><li> <a href="https://youtu.be/5-RRTO9uDvI" target="_blank">Video of lecture notes</a></li>
<p><li> <a href="https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2023/NotesOct12.pdf" target="_blank">Whiteboard notes</a></li>
<p><li> Readings and Videos:</li>
<ul>
@@ -305,6 +305,8 @@ MathJax.Hub.Config({
<ul>
<li> Neural Networks, setting up the basic steps, from the simple perceptron model to the multi-layer perceptron model.</li>
<li> Building our own Feed-forward Neural Network</li>
<li> <a href="https://youtu.be/5-RRTO9uDvI" target="_blank">Video of lecture notes</a></li>
<li> <a href="https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2023/NotesOct12.pdf" target="_blank">Whiteboard notes</a></li>
<li> Readings and Videos:</li>
<ul>
<li> These lecture notes</li>
+2
View File
@@ -382,6 +382,8 @@ MathJax.Hub.Config({
<ul>
<li> Neural Networks, setting up the basic steps, from the simple perceptron model to the multi-layer perceptron model.</li>
<li> Building our own Feed-forward Neural Network</li>
<li> <a href="https://youtu.be/5-RRTO9uDvI" target="_blank">Video of lecture notes</a></li>
<li> <a href="https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2023/NotesOct12.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
File diff suppressed because one or more lines are too long
Binary file not shown.
+2
View File
@@ -17,6 +17,8 @@ DATE: Week 41
!bblock Material for the lecture on Thursday October 12, 2023
* Neural Networks, setting up the basic steps, from the simple perceptron model to the multi-layer perceptron model.
* Building our own Feed-forward Neural Network
* "Video of lecture notes":"https://youtu.be/5-RRTO9uDvI"
* "Whiteboard notes":"https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2023/NotesOct12.pdf"
* Readings and Videos:
* These lecture notes
* For neural networks we recommend Goodfellow et al chapter 6.