-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathteaching.html
More file actions
179 lines (147 loc) · 9.55 KB
/
teaching.html
File metadata and controls
179 lines (147 loc) · 9.55 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
<!DOCTYPE HTML>
<!--
Editorial by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Teaching</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<div id="main">
<div class="inner">
<!-- Header -->
<header id="header">
<a href="index.html" class="logo"><strong>Timothy Praditia</strong></a>
<ul class="icons">
<li><a href="https://github.com/timothypraditia" target="_blank" class="icon brands fa-github"><span class="label">Github</span></a></li>
<li><a href="https://scholar.google.com/citations?user=kIKsjt8AAAAJ&hl=en" target="_blank" class="icon ai ai-google-scholar-square"><span class="label">Google Scholar</span></a></li>
<li><a href="https://www.linkedin.com/in/timothypraditia/" target="_blank" class="icon brands fa-linkedin"><span class="label">LinkedIn</span></a></li>
<li><a href="tel:+4917686418746" class="icon solid style2 fa fa-phone"><span class="label">Phone</span></a></li>
<li><a href="mailto: timothypraditia89@gmail.com" class="icon solid style2 fa fa-envelope"><span class="label">Email</span></a></li>
</ul>
</header>
<!-- Content -->
<section>
<header class="main">
<h1>Teaching and Supervision</h1>
</header>
<hr class="major" />
<h2>Teaching</h2>
<ul>
<li><b>MATLAB Course</b></br>
Tutorials, <i>Winter semesters 2019/2020, 2020/2021, 2021/2022</i></br>
Led tutorial sessions to answer questions from the participants, prepared and graded assignments on MATLAB basics such as plotting, looping, efficient vectorization, and implementation of optimization algorithms.</li>
<li style="padding-top: 1em"><b>Computational Methods of Environmental Modeling</b></br>
Exam support, <i>Winter semesters 2018/2019, 2019/2020, 2020/2021</i></br>
Prepared and graded exams on topics such as linear equations, numerical methods (to solve nonlinear equations, integration, and ordinary differential equations), as well as uncertainty quantification.</li>
<li style="padding-top: 1em"><b>Environmental Fluid Mechanics</b></br>
Exam support, <i>Summer semesters 2018, 2019, 2020, 2021, 2022</i></br>
Prepared and graded exams on topics such as advection-diffusion equation, fluid flow in porous media, and relevance of processes in fluid flow.</li>
</ul>
<hr class="major" />
<h2>Supervision</h2>
<ul>
<li style="padding-top: 1em"><b>Hybrid modeling of shock waves in hydraulic lines with neural delay differential equations</b></br>
Peter Phan Dinh Nguyen, 2022 <i>M.Sc. thesis</i></br>
This thesis was commissioned by Bosch, specifically the group of Dipl.-Ing. Alexander Fischer and Dr.-Ing. Andreas Klein, to develop a neural delay differential equation model that is able to capture nonlinear dynamics (shock waves, state-dependent fluid properties), for accurate predictions of pressure and velocity at the ends of a hydraulic line.</li>
<li style="padding-top: 1em"><b>Proposing analytical scientific equations with sparse symbolic-layered neural networks</b></br>
Larissa Brencher, 2022, <i>M.Sc. thesis</i></br>
This thesis investigated the equation learner model to learn symbolic representations as a differentiable counterpart of the symbolic regression method.
This thesis was intended to explore the possibility of integrating the equation learner model in my FINN model as a replacement for the neural network modules (<a href="finn.html">read more</a>) to further improve the model interpretability.</li>
<li style="padding-top: 1em"><b>Using Machine Learning Tools to Improve a Conceptual Hydrological Model of the Upper Neckar Catchment</b></br>
Kamyar Chabok, 2022, <i>M.Sc. thesis</i></br>
This thesis explored various ways to improve the predictions of LSTM models by feature selection and engineering, as well as combining information obtained from an HBV model.</li>
<li style="padding-top: 1em"><b>Markov Chain Monte Carlo for Artificial Neural Networks</b></br>
Andrei Chalapco, 2021, <i>B.Sc. thesis</i></br>
This thesis investigated the pre-conditioned Crank Nicolson MCMC (pCN-MCMC) as a relatively cheap MCMC algorithm to be applied on Bayesian Neural Networks.
This thesis was intended to explore the feasibility of an MCMC algorithm to be integrated in my model FINN to quantify its parameter and prediction uncertainty (<a href="finn.html">read more</a>).</li>
<li style="padding-top: 1em"><b>Prediction of water levels in a wetland-groundwater system influenced by drinking water extraction using an artificial neural network</b></br>
Sascha Flaig, 2020, <i>M.Sc. thesis</i></br>
This thesis was commissioned by the engineering firm Kobus und Partner, specifically co-supervised by Dr.-Ing. Ulrich Lang and Dr.-Ing. Alexander Kissinger.
This thesis developed an LSTM model to predict the swamp water level, affected by the nearby well pumping for drinking water production.
This thesis resulted in an <a href="https://presentations.copernicus.org/EGU21/EGU21-3013_presentation.pdf" target="_blank">EGU conference talk</a> (<a href="lstm-water-level.html">read more</a>).</li>
<li style="padding-top: 1em"><b>Machine Learning for Thermochemical Energy Storage Device</b></br>
Thilo Walser, 2019, <i>M.Sc. thesis</i></br>
This thesis developed a physics-informed NARX model to predict the internal states of a thermochemical energy storage device and to ensure the physical consistency and plausibility of its predictions.
This thesis resulted in a <a href="https://www.mdpi.com/1996-1073/13/15/3873/htm" target="_blank">paper</a> (<a href="tces.html">read more</a>).</li>
<li style="padding-top: 1em"><b>Energy capacity of a geothermal reservoir - The effect of conductive heat transfer recharge on reservoir lifetime at low temperature conduction regimes</b></br>
Arjan Marelis, 2017, <i>B.Sc. thesis</i></br>
This thesis investigated the impact of including the surrounding rock formation on a geothermal reservoir simulation as a source of heat recharge.
This thesis used the geothermal reservoir simulator that I wrote for my master's thesis.</li>
</ul>
</section>
</div>
</div>
<!-- Sidebar -->
<div id="sidebar">
<div class="inner">
<!-- Menu -->
<nav id="menu">
<header class="major">
<h2>Menu</h2>
</header>
<ul>
<li><a href="index.html">Homepage</a></li>
<li><a href="cv.html">Curriculum Vitae</a></li>
<li>
<span class="opener">Projects</span>
<ul>
<li><a href="pdebench.html">PDE Benchmark for Scientific Machine Learning</a></li>
<li><a href="finn.html">Finite Volume Neural Network</a></li>
<li><a href="lstm-water-level.html">LSTM for Water Level Prediction</a></li>
<li><a href="tces.html">Thermochemical Energy Storage Modeling</a></li>
<li><a href="msfv.html">Multiscale Modelling for Fractured Geothermal Reservoir</a></li>
<li><a href="juve-analytics.html">Juventus analytics</a></li>
<li><a href="https://github.com/timothypraditia/festo-coding-challenge-2020" target="_blank">Festo Coding Challenge</a></li>
</ul>
</li>
<li><a href="publications.html">Publications list</a></li>
<li><a href="teaching.html">Teaching and supervision</a></li>
</ul>
</nav>
<!-- Section -->
<section>
<header class="major">
<h2>Get in touch</h2>
</header>
<p>Thank you for visiting my page! If you are interested and want to get in touch, please use either the phone or email link on top of this page, or use the contact form below.</p>
<form method="post" action="https://formspree.io/f/mzbwznao">
<div class="fields">
<div class="field half">
<input type="text" name="name" id="name" placeholder="Name" />
</div>
<div class="field half">
<input type="email" name="email" id="email" placeholder="Email" />
</div>
<div class="field">
<textarea name="message" id="message" placeholder="Message"></textarea>
</div>
</div>
<ul class="actions">
<li><input type="submit" value="Send" class="primary" /></li>
</ul>
</form>
</section>
<!-- Footer -->
<footer id="footer">
<p class="copyright">© Untitled. All rights reserved. Demo Images: <a href="https://unsplash.com">Unsplash</a>. Design: <a href="https://html5up.net">HTML5 UP</a>.</p>
</footer>
</div>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>