Skip to content

Commit e21e621

Browse files
committed
Update README.md
1 parent 6f651e5 commit e21e621

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

README.md

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Reinforcement learning is another topic which can be covered if there is enough
4848
- Basic set up of PINNs with discussion of projects
4949

5050

51-
All teaching material is available from this GitHub link.
51+
All teaching material is available from the present GitHub link.
5252

5353

5454
The course can also be used as a self-study course and besides the
@@ -76,7 +76,7 @@ in addition to the lectures, we have often followed five main paths:
7676
- Mathematics of deep learning, basics of neural networks and writing a neural network code
7777
- Slides at https://github.com/CompPhysics/AdvancedMachineLearning/blob/main/doc/pub/week1/ipynb/week1.ipynb
7878
- Recommended reading Goodfellow et al chapters 6 and 7 and Raschka chapter 11
79-
- Video of lecture at https://youtu.be/
79+
- Video of lecture to be added
8080

8181
## January 26-30
8282

@@ -96,43 +96,41 @@ in addition to the lectures, we have often followed five main paths:
9696
- Mathematics of convolutional neural networks
9797
- Slides at https://github.com/CompPhysics/AdvancedMachineLearning/blob/main/doc/pub/week4/ipynb/week4.ipynb
9898
- Recommended reading Goodfellow et al chapter 9. Raschka et al chapter 13
99-
- Video of lecture at https://youtu.be/
100-
101-
99+
- Video of lecture to be added
102100

103101
## February 16-20
104102
- Mathematics of CNNs and discussion of codes
105103
- Recurrent neural networks (RNNs)
106104
- Slides at https://github.com/CompPhysics/AdvancedMachineLearning/blob/main/doc/pub/week5/ipynb/week5.ipynb
107105
- Recommended reading Goodfellow et al chapter 9. Raschka et al chapter 13
108-
- Video of lecture at https://youtu.be/
106+
- Video of lecture to be added
109107

110108
## February 23-27
111109
- Mathematics of recurrent neural networks
112110
- Slides at https://github.com/CompPhysics/AdvancedMachineLearning/blob/main/doc/pub/week6/ipynb/week6.ipynb
113111
- Recommended reading Goodfellow et al chapters 9 and 10 and Raschka et al chapters 14 and 15
114-
- Video of lecture at https://youtu.be/
112+
- Video of lecture to be added
115113

116114

117115
## March 2-6
118116
- Recurrent neural networks, mathematics and codes
119117
- Applications to differential equations
120118
- Slides at https://github.com/CompPhysics/AdvancedMachineLearning/blob/main/doc/pub/week7/ipynb/week7.ipynb
121119
- Recommended reading Goodfellow et al chapters 10 and Raschka et al chapter 15 and 18
122-
- Video of lecture at https://youtu.be/
120+
- Video of lecture to be added
123121

124122
## March 9-13
125123
- Long short term memory and RNNs
126124
- Autoencoders and PCA
127125
- Slides at https://github.com/CompPhysics/AdvancedMachineLearning/blob/main/doc/pub/week8/ipynb/week8.ipynb
128126
- Recommended reading Goodfellow et al chapter 14 for Autoenconders and Rashcka et al chapter 18
129-
- Video of lecture at https://youtu.be/
127+
- Video of lecture to be added
130128

131129

132130
## March 16-20: Autoencoders
133131
- Autoencoders and links with Principal Component Analysis. Discussion of AE implementations
134132
- Slides at https://github.com/CompPhysics/AdvancedMachineLearning/blob/main/doc/pub/week9/ipynb/week9.ipynb- Reading recommendation: Goodfellow et al chapter 14
135-
- Video of Lecture at https://youtu.be/
133+
- Video of Lecture to be added
136134

137135

138136
## March 23-27: Generative models
@@ -141,7 +139,7 @@ in addition to the lectures, we have often followed five main paths:
141139
- Boltzmann machines
142140
- Slides at https://github.com/CompPhysics/AdvancedMachineLearning/blob/main/doc/pub/week10/ipynb/week10.ipynb
143141
- Reading recommendation: Goodfellow et al chapters 16-18
144-
- Video of lecture at https://youtu.be/
142+
- Video of lecture to be added
145143

146144
## March 30- April 3: Public holiday, no lectures
147145

@@ -158,33 +156,36 @@ in addition to the lectures, we have often followed five main paths:
158156
- Variational Autoencoders
159157
- 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
160158
- See also Foster, chapter 7 on energy-based models
161-
- Video of lecture at https://youtu.be/
159+
- Video of lecture to be added
162160

163161
## April 20-24: Deep generative models
164162

165163
- Variational autoencoders
166164
- Reading recommendation: Goodfellow et al chapter 20.10-20.14
167165
- See also Foster, chapter 7 on energy-based models
168166
- Slides at https://github.com/CompPhysics/AdvancedMachineLearning/blob/main/doc/pub/week13/ipynb/week13.ipynb
169-
- Video of lecture at https://youtu.be/
167+
- Video of lecture to be added
170168

171169

172170
## April 27 - May 1: Deep generative models
173171
- Diffusion models
174172
- Slides at https://github.com/CompPhysics/AdvancedMachineLearning/blob/main/doc/pub/week14/ipynb/week14.ipynb
175-
- Video of lecture at https://youtu.be/
173+
- Video of lecture to be added
176174

177175

178176
## May 4-8: Deep generative models
179177
- Diffusion models
180178
- GANs
181179
- Slides at https://github.com/CompPhysics/AdvancedMachineLearning/blob/main/doc/pub/week15/ipynb/week15.ipynb
182-
- Video of lecture at https://youtu.be/
180+
- Video of lecture to be added
183181

184182

185183
## May 11-15: Discussion of projects and summary of course
186184
- Summary slides at https://github.com/CompPhysics/AdvancedMachineLearning/blob/main/doc/pub/week16/ipynb/week16.ipynb
187185

186+
## May 18-22: Discussion of projects
187+
188+
188189

189190
## Recommended textbooks:
190191

0 commit comments

Comments
 (0)