Skip to content

Commit 66ab671

Browse files
committed
Update README.md
1 parent 5747209 commit 66ab671

1 file changed

Lines changed: 17 additions & 24 deletions

File tree

README.md

Lines changed: 17 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,11 @@ variational autoencoders, generalized adversarial networks, diffusion methods an
1313

1414

1515
### Time: Each Thursday at 1215pm-2pm CET room FØ434, (The sessions will be recorded), first time January 23, 2025
16-
### Lab session: Each Thursday at 215pm-3pm CET, room FØ434
16+
### Additional lab sessions: Each Thursday at 215pm-3pm CET, room FØ434
1717

18-
FYS5429 zoom link
19-
https://msu.zoom.us/j/6424997467?pwd=TEhTL0lmTmpGbHlnejZQa1pCdzRKdz09
18+
FYS5429 zoom link to be announced when semester starts
2019

21-
Meeting ID: 642 499 7467
22-
Passcode: FYS4411
23-
24-
25-
Furthermore, all teaching material is available from this GitHub link.
20+
All teaching material is available from this GitHub link.
2621

2722
## January 20-24: Presentation of couse, review of neural networks and deep Learning and discussion of possible projects
2823

@@ -51,60 +46,58 @@ Furthermore, all teaching material is available from this GitHub link.
5146

5247
## February 17-21
5348
- Mathematics of CNNs and discussion of codes
49+
- Recurrent neural networks (RNNs)
5450
- Whiteboard notes at https://github.com/CompPhysics/AdvancedMachineLearning/blob/main/doc/HandwrittenNotes/2025/NotesFebruary13.pdf
5551
- Slides at https://github.com/CompPhysics/AdvancedMachineLearning/blob/main/doc/pub/week5/ipynb/week5.ipynb
5652
- Recommended reading Goodfellow et al chapter 9. Raschka et al chapter 13
5753

5854
## February 24-28
59-
- From CNNs to recurrent neural networks
55+
- Mathematics of recurrent neural networks
6056
- Slides at https://github.com/CompPhysics/AdvancedMachineLearning/blob/main/doc/pub/week6/ipynb/week6.ipynb
6157
- Recommended reading Goodfellow et al chapters 9 and 10 and Raschka et al chapters 14 and 15
6258
- Whiteboard notes at https://github.com/CompPhysics/AdvancedMachineLearning/blob/main/doc/HandwrittenNotes/2025/NotesFebruary20.pdf
6359

6460
## March 3-7
65-
- Recurrent neural networks, mathematics and codes
61+
- Recurrent neural networks and codes
6662
- Long-Short-Term memory and applications to differential equations
6763
- Slides at https://github.com/CompPhysics/AdvancedMachineLearning/blob/main/doc/pub/week7/ipynb/week7.ipynb
6864
- Whiteboard notes at https://github.com/CompPhysics/AdvancedMachineLearning/blob/main/doc/HandwrittenNotes/2025/NotesFebruary27.pdf
6965
- Recommended reading Goodfellow et al chapters 10 and Raschka et al chapter 15
7066

7167

7268
## March 10-14
73-
- More on structure of RNNs
7469
- Autoencoders and PCA
7570
- Slides at https://github.com/CompPhysics/AdvancedMachineLearning/blob/main/doc/pub/week8/ipynb/week8.ipynb
7671
- Recommended reading Goodfellow et al chapter 14 for Autoenconders
7772
- Whiteboard notes https://github.com/CompPhysics/AdvancedMachineLearning/blob/main/doc/HandwrittenNotes/2025/NotesMarch5.pdf
7873

7974
## March 17-21: Autoencoders
80-
- Autoencoders and discussions of codes
75+
- Autoencoders and links with Principal Component Analysis. Discussion of AE implementations
8176
- Slides at https://github.com/CompPhysics/AdvancedMachineLearning/blob/main/doc/pub/week9/ipynb/week9.ipynb
8277
- Reading recommendation: Goodfellow et al chapter 14
8378
- Whiteboard notes at https://github.com/CompPhysics/AdvancedMachineLearning/blob/main/doc/HandwrittenNotes/2025/NotesMarch12.pdf
8479

8580

86-
## March 24-28: Autoencoders and start discussion of generative models
87-
- Autoencoders and links with Principal Component Analysis. Discussion of AE implementations
88-
- Summary of deep learning methods and links with generative models and discussion of possible paths for project 2
89-
- Slides at https://github.com/CompPhysics/AdvancedMachineLearning/blob/main/doc/pub/week10/ipynb/week10.ipynb
90-
- Reading recommendation: Goodfellow et al chapters, 14 and 16
91-
- Whiteboard notes at https://github.com/CompPhysics/AdvancedMachineLearning/blob/main/doc/HandwrittenNotes/2025/NotesMarch19.pdf
92-
93-
## March 31-April 4: Deep generative models
81+
## March 24-28: Generative models
9482
- Monte Carlo methods and structured probabilistic models for deep learning
9583
- Partition function and Boltzmann machines
9684
- Boltzmann machines
85+
- Slides at https://github.com/CompPhysics/AdvancedMachineLearning/blob/main/doc/pub/week10/ipynb/week10.ipynb
86+
- Reading recommendation: Goodfellow et al chapters 16-18
87+
- Whiteboard notes at https://github.com/CompPhysics/AdvancedMachineLearning/blob/main/doc/HandwrittenNotes/2025/NotesMarch19.pdf
88+
89+
## March 31-April 4: Deep generative models, Boltzmann machines
90+
- Restricted Boltzmann machines
91+
- Reminder on Markov Chain Monte Carlo and Gibbs sampling
92+
- Discussions of various Boltzmann machines
9793
- Reading recommendation: Goodfellow et al chapters 16, 17 and 18
9894
- Slides at https://github.com/CompPhysics/AdvancedMachineLearning/blob/main/doc/pub/week11/ipynb/week11.ipynb
9995
- Whiteboard notes at https://github.com/CompPhysics/AdvancedMachineLearning/blob/main/doc/HandwrittenNotes/2025/NotesApril2.pdf
10096

10197

10298
## April 7-11: Deep generative models
103-
- Restricted Boltzmann machines, reminder from last week
104-
- Reminder on Markov Chain Monte Carlo and Gibbs sampling
105-
- Discussions of various Boltzmann machines
106-
- Energy-based models and Langevin sampling
10799
- Implementation of Boltzmann machines using TensorFlow and Pytorch
100+
- Energy-based models and Langevin sampling
108101
- Generative Adversarial Networks (GANs)
109102
- Reading recommendation: Goodfellow et al chapters 18.1-18.2, 20.1-20-7; To create Boltzmann machine using Keras, see Babcock and Bali chapter 4
110103
- See also Foster, chapter 7 on energy-based models

0 commit comments

Comments
 (0)