-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathteaching.html
More file actions
366 lines (298 loc) · 16 KB
/
teaching.html
File metadata and controls
366 lines (298 loc) · 16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="Homepage of KleinLab">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>KleinLab - Homepage</title>
<link href="./libs/bootstrap-3.4.1/css/bootstrap.css" rel="stylesheet">
<link href="./libs/fontawesome-6.2.0/css/all.min.css" rel="stylesheet">
<link href="./style.css" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Didact Gothic' rel='stylesheet'>
<style>
body {
font-family: 'Didact Gothic';
}
</style>
<link rel="icon" href="images/logo_light_wo_frame.png">
</head>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-E2B3ZSQM8N"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-E2B3ZSQM8N');
</script>
<body data-spy="scroll" data-target="#myScrollspy" data-offset="80">
<a href="#" id="scrollbutton" class="hidden-md hidden-lg hidden-xl" style="display: none;"><span></span></a>
<div class="container">
<div style="margin-top: 15px; margin-bottom: 15px;">
<img class="filter-img" src="images/lettering_dark.png" alt="Group logo" style="height: 40px;">
<h2 style="color:#4c8a90; display: inline; vertical-align:middle; margin-left: 10px; "> - Methods for Big Data</h2>
</div>
<div id="navbar"></div>
<script>
fetch('/navbar.html')
.then(response => response.text())
.then(data => {
document.getElementById('navbar').innerHTML = data;
// Highlight current page
const path = window.location.pathname;
const navLinks = document.querySelectorAll('.nav-link');
navLinks.forEach(link => {
const href = link.getAttribute('href');
if (href === path || (path === '/' && href === '/index.html')) {
link.classList.add('active');
}
});
// Highlight parent for subpages
if (path.startsWith('/subpages_pubs/')) {
document.querySelector('a[href="/publications.html"]').classList.add('active');
}
if (path.startsWith('/subpages_research/')) {
document.querySelector('a[href="/research.html"]').classList.add('active');
}
});
</script>
<!-- ------------------------------------------------------------------------------------------------------------------------------------ -->
<!-- ------------------------------------------------------------------------------------------------------------------------------------ -->
<!-- ------------------------------------------------------------------------------------------------------------------------------------ -->
<!-- ------------------------------------------------------------------------------------------------------------------------------------ -->
<!-- Teaching -->
<section id="teaching" style="font-size:medium;">
<h2>Teaching <span class="fa fa-graduation-cap" aria-hidden="true" style="float:left;padding-right:15px;padding-top:6px;font-size: 75%;"></span></h2>
<h3>Information for Students</h3>
<ul>
<li>The office hours of Prof. Klein are by appointment.</li>
<li>For details regarding available Master's Theses, please see the corresponding section below.</li>
</ul>
<ul class="list-group">
<li class="list-group-item">
<div class="content">
<h3>Summer Semester 2026</h3>
<div>
<h4>Research Seminar in Selected Topics in Statistical Learning and Data Science (3 ECTS)</h4>
<table>
<td style="padding-right:50px;">
Thursdays, 11:30 - 13:00 (CS 20.20, Room 367)<br>
</td>
<td>
<div class="btn-group" role="group" aria-label="...">
<a class="btn btn-default" href="https://ilias.studium.kit.edu/ilias.php?baseClass=ilrepositorygui&ref_id=2829207" target="_blank">ILIAS</a>
</div>
</td>
</tr>
</table>
<i>The seminar will focus on methods for Bayesian computation. More details follow in the first session (02.04.2026).</i>
</div>
<h3>Winter Semester 2025/2026</h3>
<div>
<h4>Advanced Bayesian Data Analysis (5 ECTS)</h4>
<table>
<tr>
This module contains the following course components:
<td style="float:left;padding-right:50px;">
<b>Lecture</b>: Thursdays, 09:45 - 11:15 (SCC-CS 20.20, R167)<br>
<b>Tutorial</b> (every second week): Thursdays, 11:30 - 13:00 (SCC-CS 20.20, R167)<br>
</td>
<td>
<div class="btn-group" role="group" aria-label="...">
<a class="btn btn-default" href="https://ilias.studium.kit.edu/ilias.php?baseClass=ilrepositorygui&cmd=infoScreen&ref_id=2687684" target="_blank">ILIAS</a>
</div>
</td>
</tr>
</table>
</div>
<div style="margin-top: 35px;">
<h4>Praxis der Forschung (24 ECTS; two semesters)</h4>
<p>This semester, we offer the following project: <a href="https://formal.kastel.kit.edu/teaching/projektgruppe/themen/WiSe2526/fetch_UID_.INBOX.Lehre.PdF.pdf">"Applying Causal Machine Learning in Conflict Research"</a> (supervised by Prof. Dr. Nadja Klein, Agostino Ruta and Jan Wenkel).</p>
<i>For more details, see the <a href="https://formal.kastel.kit.edu/teaching/projektgruppe/">overview page</a> of this course.</i>
</div>
<div style="text-align: right;">
<button class="btn btn-default btn-sm" data-toggle="collapse" data-target="#old_courses" style="margin-top: 10px">
<span class="toggle-text">
<span class="fa fa-chevron-down" style="margin-right: .25em;"></span> Show previous semesters
</span>
</button>
</div>
<div id="old_courses" class="collapse" style="margin-top: 40px;">
<h3>Summer Semester 2025</h3>
<div>
<h4>Research Seminar in Selected Topics in Statistical Learning and Data Science (3 ECTS)</h4>
<table>
<td style="padding-right:50px;">
Thursdays, 11:30 - 13:00 (CS 20.20, Room 267)<br>
</td>
<td>
<div class="btn-group" role="group" aria-label="...">
<a class="btn btn-default" href="https://ilias.studium.kit.edu/ilias.php?baseClass=ilrepositorygui&cmd=infoScreenGoto&ref_id=2601645" target="_blank">ILIAS</a>
</div>
</td>
</tr>
</table>
<i>The seminar will focus on methods for Bayesian computation. More details follow in the first session (24.04.2025).</i>
</div>
<div style="margin-top: 35px;">
<h4>Praxis der Forschung (24 ECTS; two semesters)</h4>
<p>This semester, we offer the following project: <a href="https://formal.kastel.kit.edu/teaching/projektgruppe/themen/WiSe2526/fetch_UID_.INBOX.Lehre.PdF.pdf">"Probabilistic Object Detection with Conformal Prediction"</a> (supervised by Prof. Dr. Nadja Klein, Moussa Kassem Sbeyti and Dr. Nicolas Bianco)</p>
<i>For more details, see the <a href="https://formal.kastel.kit.edu/teaching/projektgruppe/">overview page</a> of this course.</i>
</div>
<h3>Winter Semester 2024/2025</h3>
<div>
<h4>Advanced Bayesian Data Analysis (5 ECTS)</h4>
<table>
<tr>
Every second week, the following course components take place
<td style="float:left;padding-right:50px;">
<b>Lecture</b>: Tuesdays, 11:30 - 13:00 (50.19, Seminarraum 1), Wednesdays 09:45 - 11:15 (50.28, Seminarraum 2)<br>
<b>Tutorial</b>: Tuesdays, 09:45 - 11:15 (50.19, Seminarraum 5)<br>
</td>
<td>
<div class="btn-group" role="group" aria-label="...">
<a class="btn btn-default" href="https://ilias.studium.kit.edu/ilias.php?baseClass=ilrepositorygui&ref_id=2463808" target="_blank">ILIAS</a>
</div>
</td>
</tr>
</table>
<i>More details follow in the first session (22.10.2024), where no Tutorial takes place.</i>
</div>
<div style="margin-top: 35px;">
<h4>Praxis der Forschung (24 ECTS; two semesters)</h4>
<p> This semester, we offer the following two projects:</p>
<ol style="margin-bottom: 10px;">
<li><a href="https://formal.kastel.kit.edu/teaching/projektgruppe/themen/WiSe2425/nutsSamplerForTransformationModels.pdf">Efficient NUTS Sampler for Bayesian Conditional Transformation Models</a> (supervised by Prof. Dr. Nadja Klein)</li>
<li><a href="https://formal.kastel.kit.edu/teaching/projektgruppe/themen/WiSe2425/selfSupervisedLearningForObjectDetection.pdf">Self-Supervised Learning for Real-World Object Detection</a> (supervised by Prof. Dr. Nadja Klein and Moussa Kassem Sbeyti)</li>
</ol>
<i>For more details, see the <a href="https://formal.kastel.kit.edu/teaching/projektgruppe/PG_WiSe2425.phtml">overview page</a> of this course.</i>
</div>
</div>
</div>
</li>
<li class="list-group-item">
<div class="content" id="theses">
<h3>Master Theses</h3>
<p>
We offer Master theses at the intersection of statistics and machine learning.
Please see below for titles of available theses in these areas.
If you are interested in one of these projects and fulfill the requirements laid out in our <a href="pdfs/thesis_guidelines.pdf"><b>thesis guidelines</b></a>, please <a href="mailto:kleinlab@scc.kit.edu">contact us</a> for more details.
</p>
<ul>
<li><a href="pdfs/Ausschreibung_DataSynthesis_LBRG_SCC_MBDV.pdf"><i>Optimized Data Synthesis via OpenLB towards AI-based Surrogate Models</i></a> (in collaboration with the <a href="https://www.lbrg.kit.edu/" target="_blank">Lattice Boltzmann Research Group)</li>
<li><a href="pdfs/MA_clara.pdf"><i>Active Learning via Uncertainty Estimation for Deep Learning Tasks with Costly Data Acquisition</i></a></li>
<li><a href="pdfs/MBD_BAMA.pdf"><i>Runtime Verification of Computer Vision Deep Neural Networks against Symbolic Constraints</i></a> (in collaboration with the University of Lübeck)</li>
<li><i>Understanding And Implementing Predictive Information Criteria For Bayesian Models</i></li>
<li><i>Asymptotic Behaviour Of The Posterior In Overfitted (Deep) Mixture Models</i></li>
<li><i>Posterior Concentration Rates For Bayesian High-Dimensional Sparse Additive Models</i></li>
<li><i>Uncertainty Quantification For Deep Learning</i></li>
<li><i>Using Stacking To Average Distributional Regression Models</i></li>
<li><i>Measuring The Explained Variance In Structured Additive Distributional Regression</i></li>
<li><i>Comparisons And Implementation Of Non-Local Shrinkage Priors</i></li>
<li><i>Approximate Bayesian Multivariate Spatial Factor Analysis</i></li>
<li><i>Targeted Sampling Based On Epistemic Uncertainty For Improving Predictive Performance Of Dl Tasks In The Case Of Costly Data Acquisition</i></li>
<li><i>Uncertainty Quantification For Complex-Valued Deep Neural Networks</i></li>
<li><i>Variational Inference for Distributional Regression</i></li>
<li><i>Informed Shrinkage In Bayesian Graphical Modeling Via External Networks</i></li>
<li><i>Basis Selection In Bayesian Semi-Parametric Regression Using Increasing Shrinkage Priors</i></li>
<li><a href="pdfs/Masterarbeit_SSDR_Health_2024.pdf"><i>Analysis of routine data from outpatient medical care</i></a> (in collaboration with the University of Lübeck)</li>
</ul>
<br>
<p>
A selection of completed theses at the chair can be found below.
</p>
<div style="text-align: right;">
<button class="btn btn-default btn-sm" data-toggle="collapse" data-target="#old_theses" style="margin-top: 10px">
<span class="toggle-text">
<span class="fa fa-chevron-down" style="margin-right: .25em;"></span> Show completed theses
</span>
</button>
</div>
<div id="old_theses" class="collapse" style="margin-top: -10px;">
<h5>Master Theses</h5>
<ul>
<li><i>Analyzing Heat and Experienced Racial Segregation using Large-Scale Foot Traffic Data</i></li>
<li><i>A Python Implementation for the Structural Topic Model</i></li>
<li><i>Optimierung der Kraftwerkssteuerung mittel Reinforcement Learning unter Einsatz von kurzfristigen Ausgleichsenergiepreiseprognosen</i></li>
<li><i>Including Deep Neural Network Architectures into Multistage Intensity Models: An Application to Credit Risks</i></li>
<li><i>MultiFlags and LatentFlags: A Probabilistic Framework for Size Advice in Fashion E-Commerce</i></li>
<li><i>Interpretable Modelling of ICU Patients Remaining Length-of-Stay Distribution using Tabular Patient Data, Clinical Notes and Irregularly Spaced Clinical Measurements</i></li>
<li><i>Using Variational Inference to Estimate Structred Additive Distributional Regression Models</i></li>
<li><i>Elastic Full Procluster Means for Sparse and Irregular Curves</i></li>
<li><i>Reconstructing Multivariate Functional Data with Medical Applications</i></li>
<li><i>Investment Constraints in Southern Europe: A Spatial Econometric Analysis of World Bank Enterprise Surveys</i></li>
</ul>
<h5>Bachelor Theses</h5>
<ul>
<li><i>Application of Regression Trees on Compositional Data Using European Parliament Election Results</i></li>
<li><i>Die Modellierung der COVID-19 Fallzahlen in Abhängigkeit von Strukturdaten zu Wetter und Bevölkerung in Berlin</i></li>
<li><i>Vergleich von Vorhersagemodellen zu Stornierungen von Hotelbuchungen</i></li>
</ul>
</div>
</div>
</li>
</ul>
</section>
<!-- Imprint and data protection -->
<div style="display: inline-block; text-align: right; width: 100%; margin-top: 15px;">
<a href="https://www.scc.kit.edu/en/legals.php">Imprint</a> / <a href="https://www.scc.kit.edu/en/datenschutz.php">Privacy Policy</a>
</div>
</div>
</div>
</div>
</div>
<!-- jquery -->
<script src="./libs/jquery-3.6.1.min.js"></script>
<!-- boostrap -->
<script src="./libs/bootstrap-3.4.1/js/bootstrap.min.js"></script>
<!-- Functionality for popover of buttons -->
<script>
$(document).ready(function(){
$('[data-toggle="popover"]').popover();
});
</script>
<!-- Functionality for scroll-up button -->
<script>
$(document).ready(function(){
if ($(this).scrollTop() > 100) {
$('#scrollbutton').fadeIn();
}
$(window).scroll(function(){
if ($(this).scrollTop() > 100) {
$('#scrollbutton').fadeIn();
} else {
$('#scrollbutton').fadeOut();
}
});
$('#scrollbutton').click(function(){
$("html, body").animate({ scrollTop: 0 }, 300);
return false;
});
});
</script>
<script>
// JavaScript to toggle button text
document.addEventListener('DOMContentLoaded', function () {
const button = document.querySelector('[data-target="#old_courses"]');
const toggleText = button.querySelector('.toggle-text');
button.addEventListener('click', function () {
const isCollapsed = document.querySelector('#old_courses').classList.contains('in');
toggleText.innerHTML = isCollapsed
? '<span class="fa fa-chevron-down" style="margin-right: .25em;"></span> Show previous semesters'
: '<span class="fa fa-chevron-up" style="margin-right: .25em;"></span> Collapse previous semesters';
});
});
</script>
<script>
// JavaScript to toggle button text
document.addEventListener('DOMContentLoaded', function () {
const button = document.querySelector('[data-target="#old_theses"]');
const toggleText = button.querySelector('.toggle-text');
button.addEventListener('click', function () {
const isCollapsed = document.querySelector('#old_theses').classList.contains('in');
toggleText.innerHTML = isCollapsed
? '<span class="fa fa-chevron-down" style="margin-right: .25em;"></span> Show completed theses'
: '<span class="fa fa-chevron-up" style="margin-right: .25em;"></span> Collapse completed theses';
});
});
</script>
</body>
</html>