Skip to content

Commit 518f1a2

Browse files
committed
Update README.md
1 parent b4fc00c commit 518f1a2

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

README.md

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -56,19 +56,9 @@ All teaching material is available from the present GitHub link.
5656

5757
The course can also be used as a self-study course and besides the
5858
lectures, many of you may wish to independently work on your own
59-
projects related to for example your thesis or research. In general,
60-
in addition to the lectures, we have often followed five main paths:
61-
62-
- Projects (two in total) and exercises that follow the lectures
63-
64-
- The coding path. This leads often to a single project only where one focuses on coding for example CNNs or RNNs or parts of LLMs from scratch.
65-
66-
- The Physics Informed neural network path (PINNs). Here we define some basic PDEs which are solved by using PINNs. We start normally with studies of selected differential equations using NNs, and/or RNNs, and/or GNNs or Autoencoders before moving over to PINNs.
67-
68-
- The own data path. Some of you may have data you wish to analyze with different deep learning methods
69-
70-
- The Bayesian ML path is not covered by the present lecture material. It is normally based on independent work.
71-
59+
projects related to for example your thesis or research.
60+
For project proposals, see the lecture material from the first week at for example
61+
https://github.com/CompPhysics/AdvancedMachineLearning/blob/main/doc/pub/week1/ipynb/week1.ipynb
7262

7363

7464
## January 19-23: Presentation of couse, review of neural networks and deep Learning and discussion of possible projects
@@ -79,7 +69,7 @@ in addition to the lectures, we have often followed five main paths:
7969
- Mathematics of deep learning, basics of neural networks and writing a neural network code
8070
- Slides at https://github.com/CompPhysics/AdvancedMachineLearning/blob/main/doc/pub/week1/ipynb/week1.ipynb
8171
- Recommended reading Goodfellow et al chapters 6 and 7 and Raschka chapter 11
82-
- Video of lecture and whiteboard notes to be added
72+
- Video of lecture at https://youtu.be/suZZGf3INbY
8373

8474
## January 26-30
8575

0 commit comments

Comments
 (0)