-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
53 lines (46 loc) · 2.13 KB
/
Copy pathindex.html
File metadata and controls
53 lines (46 loc) · 2.13 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
---
layout: default
title: Martin Riedl
---
<div class="blurb" style="height:450px;">
<style>
* {
box-sizing: border-box;
}
/* Create two equal columns that floats next to each other */
.columnleft {
float: left;
width: 250px;
padding: 10px;
}
</style>
<div class="row">
<div class="columnleft"><img src="https://avatars3.githubusercontent.com/u/14197844?s=460&v=4" alt="Martin" height="200" >
<p style="font-size:14px;color:gray;">
Martin Riedl
</div>
<div class="column">
<p>
Hello, my name is Martin and I'm currently working as a senior data scientist at Knecon Technology GmbH.
</p>
<p>
Before studying computer science, I completed an apprenticeship as
software developer at the BASF SE. During that time I realized that I want to learn more about
developing software and wanted to become a researcher. For this, I studied computer science at the
HS Mannheim and completed with a diploma and a master degree. During that time I also had a class
about machine learning, which attracted all my attention (and still does!). In June 2011 I started a PhD in the
field of computational linguistics under the supervision of Chris Biemann at the TU Darmstadt and
finished my Dr.rer.nat degree in February 2016. In October 2016 I moved with Chris Biemann to
the University of Hamburg and worked as a Postdoctoral researcher. From October 2017 I joined Sebastian Pado's group at the IMS in Stuttgart
and worked on a digital humanity project.
In July 2019 I started working in industry and worked as a data scientist at Heidelberg Druckmaschinen AG defining and implementing
a concept for a data warehouse usind cloud-based technologies. From January 2020
to February 2023 I was working as a senior data scientist at Diamant Software. There, I worked on several AI topics for optimizing
the accounting software. Since March 2023 I am working for Knecon Technology GmbH focusing as a senior data scientist.
</p>
<p>
Besides research in CL, I love spending time with my family, training for triathlon as well as playing trumpet, piano and brewing crazy beer styles.
</p>
</div>
</div>
</div><!-- /.blurb -->