You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-14Lines changed: 4 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,19 +56,9 @@ All teaching material is available from the present GitHub link.
56
56
57
57
The course can also be used as a self-study course and besides the
58
58
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
0 commit comments