update week 39

This commit is contained in:
Morten Hjorth-Jensen
2024-09-17 22:17:26 +02:00
parent 8afe465b5f
commit b83d90df2b
9 changed files with 1336 additions and 690 deletions
+4 -4
View File
@@ -1,13 +1,13 @@
TITLE: Exercises week 39
AUTHOR: September 25-29, 2023
DATE: Deadline is Sunday October 1 at midnight
AUTHOR: September 23-27, 2024
DATE: Deadline is Friday September 27 at midnight
===== Overarching aims of the exercises this week =====
The aim of the exercises this week is to aid you in getting started
with writing the report. This will be discussed during the lab
sessions as well. One of the lab sessions will be recorded.
sessions as well.
A general guideline can be found at URL:"https://github.com/CompPhysics/MachineLearning/blob/master/doc/Projects/EvaluationGrading/EvaluationForm.md".
@@ -19,6 +19,6 @@ o Write an abstract for your project
o Write an introduction
o Include references
Ashort feedback to the this exercise will be available after the deadline. And you can reuse these elements in your final report.
A short feedback to the this exercise will be available before the project deadline. And you can reuse these elements in your final report.
+12 -10
View File
@@ -6,17 +6,9 @@ DATE: Week 39
===== Plan for week 39 =====
!bblock Material for the active learning sessions on Tuesday and Wednesday
* Discussions on how to structure your report for the first project
* Exercise for week 39 on how to write the abstract and the introduction of the report and how to include references.
* Work on project 1, in particular resampling methods like cross-validation and bootstrap. _For more discussions of project 1, chapter 5 of Goodfellow et al is a good read, in particular sections 5.1-5.5 and 5.7-5.11_.
* "Video on how to write scientific reports recorded during one of the lab sessions":"https://youtu.be/tVW1ZDmZnwM"
These sections summarize neatly what we have done till now and point to what is coming with respect to deep learning.
* A general guideline can be found at URL:"https://github.com/CompPhysics/MachineLearning/blob/master/doc/Projects/EvaluationGrading/EvaluationForm.md".
!eblock
!bblock Material for the lecture on Thursday September 28
!bblock Material for the lecture on Monday September 23
* Repetition of Logistic regression equations and classification problems and discussion of Gradient methods. Examples on how to implement Logistic Regression and discussion of stochastic gradient descent
* Stochastic Gradient descent with examples and automatic differentiation
* "Video of lecture":"https://youtu.be/bFRVuIJroHs"
@@ -29,12 +21,22 @@ These sections summarize neatly what we have done till now and point to what is
!eblock
!bblock Material for the active learning sessions on Tuesday and Wednesday
* Discussions on how to structure your report for the first project
* Exercise for week 39 on how to write the abstract and the introduction of the report and how to include references.
* Work on project 1, in particular resampling methods like cross-validation and bootstrap. _For more discussions of project 1, chapter 5 of Goodfellow et al is a good read, in particular sections 5.1-5.5 and 5.7-5.11_.
* "Video on how to write scientific reports recorded during one of the lab sessions":"https://youtu.be/tVW1ZDmZnwM"
These sections summarize neatly what we have done till now and point to what is coming with respect to deep learning.
* A general guideline can be found at URL:"https://github.com/CompPhysics/MachineLearning/blob/master/doc/Projects/EvaluationGrading/EvaluationForm.md".
!eblock
# rett opp tyrleif
!split
===== Optimization, the central part of any Machine Learning algortithm =====
===== Lecture Monday September 23, Optimization, the central part of any Machine Learning algortithm =====
The first few slides here are a repetition from last week.