From c95c136c380f5cd303df7f9852ba33ebe0b918a5 Mon Sep 17 00:00:00 2001 From: Morten Hjorth-Jensen Date: Thu, 5 Dec 2024 10:16:40 +0100 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 72a9d7a..b8822c3 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,24 @@ FYS5429 zoom link to be announced when semester starts All teaching material is available from this GitHub link. + +The course can also be used as a self-study course and besides the +lectures, many of you may wish to independently work on your own projects related to for example your thesis or research. In +general, in addition to the lectures, we have often followed five main +paths: + +- Projects (two in total) and exercises that follow the lectures + +- 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. + +- 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. + +- The own data path. Some of you may have data you wish to analyze with different deep learning methods + +- The Bayesian ML path is not covered by the present lecture material and leads normally to independent self-study work. + + + ## January 20-24: Presentation of couse, review of neural networks and deep Learning and discussion of possible projects - Presentation of course and overview