diff --git a/doc/LectureNotes/_build/.doctrees/environment.pickle b/doc/LectureNotes/_build/.doctrees/environment.pickle index 12fe57055..4e36b16e2 100644 Binary files a/doc/LectureNotes/_build/.doctrees/environment.pickle and b/doc/LectureNotes/_build/.doctrees/environment.pickle differ diff --git a/doc/LectureNotes/_build/.doctrees/schedule.doctree b/doc/LectureNotes/_build/.doctrees/schedule.doctree index 2a0bd7dcd..e5fa0bf5c 100644 Binary files a/doc/LectureNotes/_build/.doctrees/schedule.doctree and b/doc/LectureNotes/_build/.doctrees/schedule.doctree differ diff --git a/doc/LectureNotes/_build/html/_sources/schedule.md b/doc/LectureNotes/_build/html/_sources/schedule.md index dcba97ae1..dd159bf54 100644 --- a/doc/LectureNotes/_build/html/_sources/schedule.md +++ b/doc/LectureNotes/_build/html/_sources/schedule.md @@ -103,7 +103,7 @@ For the reading assignments we use the following abbreviations: - Lab Wednesday: Wrap up project 1 - Lecture Thursday: Stochastic gradient descent, automatic differentiation and start discussion of feed-forward Neural Network code for regression and classification - Video of Lecture at https://www.uio.no/studier/emner/matnat/fys/FYS-STK3155/h21/forelesningsvideoer/LectureOctober7.mp4?vrtx=view-as-webpage -- Lecture Friday: Deep Learning and Neural Networks +- Lecture Friday: Deep Learning and Neural Networks: the back propagation algorithm - Video of Lecture at https://www.uio.no/studier/emner/matnat/fys/FYS-STK3155/h21/forelesningsvideoer/LectureOctober8.mp4?vrtx=view-as-webpage - Reading recommendations: - See lecture notes for week 40 at https://compphysics.github.io/MachineLearning/doc/web/course.html. @@ -112,9 +112,10 @@ For the reading assignments we use the following abbreviations: ### Week 41 October 11-15 - Lab Wednesday: Work on project 2 -- Lecture Thursday: Deep learning and Neural Networks +- Lecture Thursday: Deep learning and Neural Networks, developing a code for Neural Networks - Video of Lecture at https://www.uio.no/studier/emner/matnat/fys/FYS-STK3155/h21/forelesningsvideoer/LectureOctober14.mp4?vrtx=view-as-webpage -- Lecture Friday: Convolutional Neural Networks, basic elements +- Lecture Friday: Tensorflow and the mathematics of neural network + - Video of Lecture at https://www.uio.no/studier/emner/matnat/fys/FYS-STK4155/h21/forelesningsvideoer/LectureOctober15.mp4?vrtx=view-as-webpage - Reading recommendations: - See lecture notes for week 41 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. chapter 11 and 12 on practicalities and applications diff --git a/doc/LectureNotes/_build/html/schedule.html b/doc/LectureNotes/_build/html/schedule.html index 3d10e2378..cc3267c68 100644 --- a/doc/LectureNotes/_build/html/schedule.html +++ b/doc/LectureNotes/_build/html/schedule.html @@ -540,7 +540,7 @@
Video of Lecture at https://www.uio.no/studier/emner/matnat/fys/FYS-STK3155/h21/forelesningsvideoer/LectureOctober7.mp4?vrtx=view-as-webpage
Lecture Friday: Deep Learning and Neural Networks
+Lecture Friday: Deep Learning and Neural Networks: the back propagation algorithm
Video of Lecture at https://www.uio.no/studier/emner/matnat/fys/FYS-STK3155/h21/forelesningsvideoer/LectureOctober8.mp4?vrtx=view-as-webpage
Lab Wednesday: Work on project 2
Lecture Thursday: Deep learning and Neural Networks
+Lecture Thursday: Deep learning and Neural Networks, developing a code for Neural Networks
Lecture Friday: Convolutional Neural Networks, basic elements
Lecture Friday: Tensorflow and the mathematics of neural network
+ +Reading recommendations:
See lecture notes for week 41 at https://compphysics.github.io/MachineLearning/doc/web/course.html.