This commit is contained in:
Morten Hjorth-Jensen
2025-10-06 16:35:32 +02:00
parent 5d96f10052
commit 0756c60378
7 changed files with 314 additions and 396 deletions
+3 -3
View File
@@ -453,9 +453,9 @@ MathJax.Hub.Config({
<h2 id="material-for-the-lecture-on-monday-october-6-2025" class="anchor">Material for the lecture on Monday October 6, 2025 </h2>
<ol>
<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, getting started
<!-- * Video of lecture notes at URL:"" -->
<!-- * Whiteboard notes at <a href="https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2025/FYSSTKweek41.pdf" target="_self"><tt>https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2025/FYSSTKweek41.pdf</tt></a> --></li>
<li> Building our own Feed-forward Neural Network, getting started</li>
<li> Video of lecture notes at <a href="https://youtu.be/96Pe6O9Wn6g" target="_self"><tt>https://youtu.be/96Pe6O9Wn6g</tt></a></li>
<li> Whiteboard notes at <a href="https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2025/FYSSTKweek41.pdf" target="_self"><tt>https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2025/FYSSTKweek41.pdf</tt></a></li>
</ol>
<!-- !split -->
<h2 id="readings-and-videos" class="anchor">Readings and Videos: </h2>
+3 -3
View File
@@ -199,9 +199,9 @@ MathJax.Hub.Config({
<h2 id="material-for-the-lecture-on-monday-october-6-2025">Material for the lecture on Monday October 6, 2025 </h2>
<ol>
<p><li> Neural Networks, setting up the basic steps, from the simple perceptron model to the multi-layer perceptron model.</li>
<p><li> Building our own Feed-forward Neural Network, getting started
<!-- * Video of lecture notes at URL:"" -->
<!-- * Whiteboard notes at <a href="https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2025/FYSSTKweek41.pdf" target="_blank"><tt>https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2025/FYSSTKweek41.pdf</tt></a> --></li>
<p><li> Building our own Feed-forward Neural Network, getting started</li>
<p><li> Video of lecture notes at <a href="https://youtu.be/96Pe6O9Wn6g" target="_blank"><tt>https://youtu.be/96Pe6O9Wn6g</tt></a></li>
<p><li> Whiteboard notes at <a href="https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2025/FYSSTKweek41.pdf" target="_blank"><tt>https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2025/FYSSTKweek41.pdf</tt></a></li>
</ol>
</section>
+3 -3
View File
@@ -367,9 +367,9 @@ MathJax.Hub.Config({
<h2 id="material-for-the-lecture-on-monday-october-6-2025">Material for the lecture on Monday October 6, 2025 </h2>
<ol>
<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, getting started
<!-- * Video of lecture notes at URL:"" -->
<!-- * Whiteboard notes at <a href="https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2025/FYSSTKweek41.pdf" target="_blank"><tt>https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2025/FYSSTKweek41.pdf</tt></a> --></li>
<li> Building our own Feed-forward Neural Network, getting started</li>
<li> Video of lecture notes at <a href="https://youtu.be/96Pe6O9Wn6g" target="_blank"><tt>https://youtu.be/96Pe6O9Wn6g</tt></a></li>
<li> Whiteboard notes at <a href="https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2025/FYSSTKweek41.pdf" target="_blank"><tt>https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2025/FYSSTKweek41.pdf</tt></a></li>
</ol>
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
<h2 id="readings-and-videos">Readings and Videos: </h2>
+3 -3
View File
@@ -444,9 +444,9 @@ MathJax.Hub.Config({
<h2 id="material-for-the-lecture-on-monday-october-6-2025">Material for the lecture on Monday October 6, 2025 </h2>
<ol>
<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, getting started
<!-- * Video of lecture notes at URL:"" -->
<!-- * Whiteboard notes at <a href="https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2025/FYSSTKweek41.pdf" target="_blank"><tt>https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2025/FYSSTKweek41.pdf</tt></a> --></li>
<li> Building our own Feed-forward Neural Network, getting started</li>
<li> Video of lecture notes at <a href="https://youtu.be/96Pe6O9Wn6g" target="_blank"><tt>https://youtu.be/96Pe6O9Wn6g</tt></a></li>
<li> Whiteboard notes at <a href="https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2025/FYSSTKweek41.pdf" target="_blank"><tt>https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2025/FYSSTKweek41.pdf</tt></a></li>
</ol>
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
<h2 id="readings-and-videos">Readings and Videos: </h2>
Binary file not shown.
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -10,8 +10,8 @@ DATE: Week 41
===== Material for the lecture on Monday October 6, 2025 =====
o Neural Networks, setting up the basic steps, from the simple perceptron model to the multi-layer perceptron model.
o Building our own Feed-forward Neural Network, getting started
# * Video of lecture notes at URL:""
# * Whiteboard notes at URL:"https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2025/FYSSTKweek41.pdf"
o Video of lecture notes at URL:"https://youtu.be/96Pe6O9Wn6g"
o Whiteboard notes at URL:"https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2025/FYSSTKweek41.pdf"
!split