updating book

This commit is contained in:
Morten Hjorth-Jensen
2021-10-22 15:16:20 +02:00
parent 347e300e13
commit 81f92b539a
12 changed files with 53 additions and 36 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -475,7 +475,7 @@
"output_type": "stream",
"text": [
"Converged at iteration 5\n",
"Runtime: 0.5011799335479736 seconds\n"
"Runtime: 0.4849228858947754 seconds\n"
]
}
],
@@ -604,7 +604,7 @@
"output_type": "stream",
"text": [
"Converged at iteration: 5\n",
"Runtime: 0.4376199245452881 seconds\n"
"Runtime: 0.41676807403564453 seconds\n"
]
}
],
@@ -745,7 +745,7 @@
"output_type": "stream",
"text": [
"Converged at iteration: 11\n",
"Runtime: 0.8795850276947021 seconds\n",
"Runtime: 0.8447701930999756 seconds\n",
" "
]
}
@@ -877,7 +877,7 @@
"output_type": "stream",
"text": [
"Converged at iteration: 5\n",
"Runtime: 0.003922939300537109 seconds\n"
"Runtime: 0.004042863845825195 seconds\n"
]
}
],
File diff suppressed because one or more lines are too long
@@ -2284,15 +2284,15 @@
"Learning rate = 0.1\n",
"Lambda = 1e-05\n",
"Accuracy score on test set: 0.9111111111111111\n",
"\n",
"Learning rate = 0.1\n",
"Lambda = 0.0001\n"
"\n"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Learning rate = 0.1\n",
"Lambda = 0.0001\n",
"Accuracy score on test set: 0.9222222222222223\n",
"\n",
"Learning rate = 0.1\n",
Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.3 KiB

After

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.5 KiB

After

Width:  |  Height:  |  Size: 9.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

+2 -1
View File
@@ -124,8 +124,9 @@ For the reading assignments we use the following abbreviations:
### Week 42 October 18-22
- Lab Wednesday: Work on project 2
- Lecture Thursday: Solving differential equations with neural networks and start Convolutional Neural Networks and classification problems
- Vieo of Lecture at https://www.uio.no/studier/emner/matnat/fys/FYS-STK3155/h21/forelesningsvideoer/LectureOctober21.mp4?vrtx=view-as-webpage
- Video of Lecture at https://www.uio.no/studier/emner/matnat/fys/FYS-STK3155/h21/forelesningsvideoer/LectureOctober21.mp4?vrtx=view-as-webpage
- Lecture Friday: Convolutional Neural Networks and classification problems
- Video of Lecture at https://www.uio.no/studier/emner/matnat/fys/FYS-STK4155/h21/forelesningsvideoer/LectureOctober22.mp4?vrtx=view-as-webpage
- Reading recommendations:
- See lecture notes for week 42 at https://compphysics.github.io/MachineLearning/doc/web/course.html.
- For neural networks we recommend Goodfellow et al chapters 6 and 7. For CNNs, see Goodfellow et al chapter 9. See also chapter 11 and 12 on practicalities and applications