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
+16-15Lines changed: 16 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ Reinforcement learning is another topic which can be covered if there is enough
48
48
- Basic set up of PINNs with discussion of projects
49
49
50
50
51
-
All teaching material is available from this GitHub link.
51
+
All teaching material is available from the present GitHub link.
52
52
53
53
54
54
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:
76
76
- Mathematics of deep learning, basics of neural networks and writing a neural network code
77
77
- Slides at https://github.com/CompPhysics/AdvancedMachineLearning/blob/main/doc/pub/week1/ipynb/week1.ipynb
78
78
- 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
80
80
81
81
## January 26-30
82
82
@@ -96,43 +96,41 @@ in addition to the lectures, we have often followed five main paths:
96
96
- Mathematics of convolutional neural networks
97
97
- Slides at https://github.com/CompPhysics/AdvancedMachineLearning/blob/main/doc/pub/week4/ipynb/week4.ipynb
98
98
- 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
102
100
103
101
## February 16-20
104
102
- Mathematics of CNNs and discussion of codes
105
103
- Recurrent neural networks (RNNs)
106
104
- Slides at https://github.com/CompPhysics/AdvancedMachineLearning/blob/main/doc/pub/week5/ipynb/week5.ipynb
107
105
- 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
109
107
110
108
## February 23-27
111
109
- Mathematics of recurrent neural networks
112
110
- Slides at https://github.com/CompPhysics/AdvancedMachineLearning/blob/main/doc/pub/week6/ipynb/week6.ipynb
113
111
- 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
115
113
116
114
117
115
## March 2-6
118
116
- Recurrent neural networks, mathematics and codes
119
117
- Applications to differential equations
120
118
- Slides at https://github.com/CompPhysics/AdvancedMachineLearning/blob/main/doc/pub/week7/ipynb/week7.ipynb
121
119
- 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
123
121
124
122
## March 9-13
125
123
- Long short term memory and RNNs
126
124
- Autoencoders and PCA
127
125
- Slides at https://github.com/CompPhysics/AdvancedMachineLearning/blob/main/doc/pub/week8/ipynb/week8.ipynb
128
126
- 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
130
128
131
129
132
130
## March 16-20: Autoencoders
133
131
- Autoencoders and links with Principal Component Analysis. Discussion of AE implementations
134
132
- 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
136
134
137
135
138
136
## March 23-27: Generative models
@@ -141,7 +139,7 @@ in addition to the lectures, we have often followed five main paths:
141
139
- Boltzmann machines
142
140
- Slides at https://github.com/CompPhysics/AdvancedMachineLearning/blob/main/doc/pub/week10/ipynb/week10.ipynb
143
141
- Reading recommendation: Goodfellow et al chapters 16-18
144
-
- Video of lecture at https://youtu.be/
142
+
- Video of lecture to be added
145
143
146
144
## March 30- April 3: Public holiday, no lectures
147
145
@@ -158,33 +156,36 @@ in addition to the lectures, we have often followed five main paths:
158
156
- Variational Autoencoders
159
157
- 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
160
158
- See also Foster, chapter 7 on energy-based models
161
-
- Video of lecture at https://youtu.be/
159
+
- Video of lecture to be added
162
160
163
161
## April 20-24: Deep generative models
164
162
165
163
- Variational autoencoders
166
164
- Reading recommendation: Goodfellow et al chapter 20.10-20.14
167
165
- See also Foster, chapter 7 on energy-based models
168
166
- 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
170
168
171
169
172
170
## April 27 - May 1: Deep generative models
173
171
- Diffusion models
174
172
- 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
176
174
177
175
178
176
## May 4-8: Deep generative models
179
177
- Diffusion models
180
178
- GANs
181
179
- 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
183
181
184
182
185
183
## May 11-15: Discussion of projects and summary of course
186
184
- Summary slides at https://github.com/CompPhysics/AdvancedMachineLearning/blob/main/doc/pub/week16/ipynb/week16.ipynb
0 commit comments