This commit is contained in:
Morten Hjorth-Jensen
2025-10-20 17:20:40 +02:00
parent 8abfd003cc
commit 658005b69c
11 changed files with 4800 additions and 9472 deletions
+43 -5
View File
@@ -1191,9 +1191,23 @@
"id": "366417fd",
"metadata": {
"collapsed": false,
"editable": true
"editable": true,
"jupyter": {
"outputs_hidden": false
}
},
"outputs": [],
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"x = Symbol('x')\n",
"e = exp(x**2)\n",
"x = Symbol('x')\n",
"e = 2*x*exp(x**2)\n"
]
}
],
"source": [
"from __future__ import division\n",
"from sympy import *\n",
@@ -1552,7 +1566,10 @@
"id": "d11eb5f8",
"metadata": {
"collapsed": false,
"editable": true
"editable": true,
"jupyter": {
"outputs_hidden": false
}
},
"outputs": [],
"source": [
@@ -2449,7 +2466,10 @@
"id": "f6b380d8",
"metadata": {
"collapsed": false,
"editable": true
"editable": true,
"jupyter": {
"outputs_hidden": false
}
},
"outputs": [],
"source": [
@@ -3816,7 +3836,25 @@
]
}
],
"metadata": {},
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.15"
}
},
"nbformat": 4,
"nbformat_minor": 5
}
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large Load Diff
+3 -3
View File
@@ -400,9 +400,9 @@ MathJax.Hub.Config({
<li> Reminder from last week, see also lecture notes from week 42 at <a href="https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/week42.html" target="_self"><tt>https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/week42.html</tt></a> as well as those from week 41, see see <a href="https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/week41.html" target="_self"><tt>https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/week41.html</tt></a>.</li>
<li> Building our own Feed-forward Neural Network.</li>
<li> Coding examples using Tensorflow/Keras and Pytorch examples. The Pytorch examples are adapted from Rashcka's text, see chapters 11-13..</li>
<li> Start discussions on how to use neural networks for solving differential equations (ordinary and partial ones). This topic continues next week as well.
<!-- * Video of lecture at <a href="https://youtu.be/vkBNTn-MLqs" target="_self"><tt>https://youtu.be/vkBNTn-MLqs</tt></a> -->
<!-- * Whiteboard notes on solving differential equations at <a href="https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2025/FYSSTKweek43.pdf" target="_self"><tt>https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2025/FYSSTKweek43.pdf</tt></a> --></li>
<li> Start discussions on how to use neural networks for solving differential equations (ordinary and partial ones). This topic continues next week as well.</li>
<li> Video of lecture at <a href="https://youtu.be/Gi6mzxAT0Ew" target="_self"><tt>https://youtu.be/Gi6mzxAT0Ew</tt></a></li>
<li> Whiteboard notes at <a href="https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2025/FYSSTKweek43.pdf" target="_self"><tt>https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2025/FYSSTKweek43.pdf</tt></a></li>
</ol>
</div>
</div>
+3 -3
View File
@@ -201,9 +201,9 @@ MathJax.Hub.Config({
<p><li> Reminder from last week, see also lecture notes from week 42 at <a href="https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/week42.html" target="_blank"><tt>https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/week42.html</tt></a> as well as those from week 41, see see <a href="https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/week41.html" target="_blank"><tt>https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/week41.html</tt></a>.</li>
<p><li> Building our own Feed-forward Neural Network.</li>
<p><li> Coding examples using Tensorflow/Keras and Pytorch examples. The Pytorch examples are adapted from Rashcka's text, see chapters 11-13..</li>
<p><li> Start discussions on how to use neural networks for solving differential equations (ordinary and partial ones). This topic continues next week as well.
<!-- * Video of lecture at <a href="https://youtu.be/vkBNTn-MLqs" target="_blank"><tt>https://youtu.be/vkBNTn-MLqs</tt></a> -->
<!-- * Whiteboard notes on solving differential equations at <a href="https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2025/FYSSTKweek43.pdf" target="_blank"><tt>https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2025/FYSSTKweek43.pdf</tt></a> --></li>
<p><li> Start discussions on how to use neural networks for solving differential equations (ordinary and partial ones). This topic continues next week as well.</li>
<p><li> Video of lecture at <a href="https://youtu.be/Gi6mzxAT0Ew" target="_blank"><tt>https://youtu.be/Gi6mzxAT0Ew</tt></a></li>
<p><li> Whiteboard notes at <a href="https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2025/FYSSTKweek43.pdf" target="_blank"><tt>https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2025/FYSSTKweek43.pdf</tt></a></li>
</ol>
</div>
</section>
+3 -3
View File
@@ -321,9 +321,9 @@ MathJax.Hub.Config({
<li> Reminder from last week, see also lecture notes from week 42 at <a href="https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/week42.html" target="_blank"><tt>https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/week42.html</tt></a> as well as those from week 41, see see <a href="https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/week41.html" target="_blank"><tt>https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/week41.html</tt></a>.</li>
<li> Building our own Feed-forward Neural Network.</li>
<li> Coding examples using Tensorflow/Keras and Pytorch examples. The Pytorch examples are adapted from Rashcka's text, see chapters 11-13..</li>
<li> Start discussions on how to use neural networks for solving differential equations (ordinary and partial ones). This topic continues next week as well.
<!-- * Video of lecture at <a href="https://youtu.be/vkBNTn-MLqs" target="_blank"><tt>https://youtu.be/vkBNTn-MLqs</tt></a> -->
<!-- * Whiteboard notes on solving differential equations at <a href="https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2025/FYSSTKweek43.pdf" target="_blank"><tt>https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2025/FYSSTKweek43.pdf</tt></a> --></li>
<li> Start discussions on how to use neural networks for solving differential equations (ordinary and partial ones). This topic continues next week as well.</li>
<li> Video of lecture at <a href="https://youtu.be/Gi6mzxAT0Ew" target="_blank"><tt>https://youtu.be/Gi6mzxAT0Ew</tt></a></li>
<li> Whiteboard notes at <a href="https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2025/FYSSTKweek43.pdf" target="_blank"><tt>https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2025/FYSSTKweek43.pdf</tt></a></li>
</ol>
</div>
+3 -3
View File
@@ -398,9 +398,9 @@ MathJax.Hub.Config({
<li> Reminder from last week, see also lecture notes from week 42 at <a href="https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/week42.html" target="_blank"><tt>https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/week42.html</tt></a> as well as those from week 41, see see <a href="https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/week41.html" target="_blank"><tt>https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/week41.html</tt></a>.</li>
<li> Building our own Feed-forward Neural Network.</li>
<li> Coding examples using Tensorflow/Keras and Pytorch examples. The Pytorch examples are adapted from Rashcka's text, see chapters 11-13..</li>
<li> Start discussions on how to use neural networks for solving differential equations (ordinary and partial ones). This topic continues next week as well.
<!-- * Video of lecture at <a href="https://youtu.be/vkBNTn-MLqs" target="_blank"><tt>https://youtu.be/vkBNTn-MLqs</tt></a> -->
<!-- * Whiteboard notes on solving differential equations at <a href="https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2025/FYSSTKweek43.pdf" target="_blank"><tt>https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2025/FYSSTKweek43.pdf</tt></a> --></li>
<li> Start discussions on how to use neural networks for solving differential equations (ordinary and partial ones). This topic continues next week as well.</li>
<li> Video of lecture at <a href="https://youtu.be/Gi6mzxAT0Ew" target="_blank"><tt>https://youtu.be/Gi6mzxAT0Ew</tt></a></li>
<li> Whiteboard notes at <a href="https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2025/FYSSTKweek43.pdf" target="_blank"><tt>https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2025/FYSSTKweek43.pdf</tt></a></li>
</ol>
</div>
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -10,8 +10,8 @@ o Reminder from last week, see also lecture notes from week 42 at URL:"https://c
o Building our own Feed-forward Neural Network.
o Coding examples using Tensorflow/Keras and Pytorch examples. The Pytorch examples are adapted from Rashcka's text, see chapters 11-13..
o Start discussions on how to use neural networks for solving differential equations (ordinary and partial ones). This topic continues next week as well.
# * Video of lecture at URL:"https://youtu.be/vkBNTn-MLqs"
# * Whiteboard notes on solving differential equations at URL:"https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2025/FYSSTKweek43.pdf"
o Video of lecture at URL:"https://youtu.be/Gi6mzxAT0Ew"
o Whiteboard notes at URL:"https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2025/FYSSTKweek43.pdf"
!eblock