-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (37 loc) · 1.42 KB
/
index.html
File metadata and controls
39 lines (37 loc) · 1.42 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="stylesheets/simple.css" type="text/css" />
<title>Christian Osendorfer</title>
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<!--[if lt IE 9]>
<script src="http://ie7-js.googlecode.com/svn/version/2.1(beta3)/IE9.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<header>
<h1>Christian Osendorfer</h1>
</header>
<section id="image">
<img src="images/oc.png" alt="Christian Osendorfer" title="Christian Osendorfer">
</section>
<section id="about">
I do <a href="http://en.wikipedia.org/wiki/Machine_learning">Machine Learning</a> – estimation of models and representations from data. Mostly unsupervised learning, with a focus on deep models and large scale data analysis. I like programming.
<p>
I also find Optimization, Probability Theory, Information Theory and Linear Algebra fun.
</p>
<p>
I have <a href="http://www.i6.in.tum.de/Main/Osendorf">ties</a> to <a href="http://www.in.tum.de/">Technische Universität München</a>.
</p>
<p>
My <a href="http://www.github.com">github</a> repository is <a href="http://www.github.com/osdf">here</a>. I also write on my <a href="blog/index.html">blog</a>.
</p>
<p>
I like sports, hicking, cooking, reading and doing <a href="http://yogamour.de/">some</a> <a href="http://yam-yoga.de/">yoga</a>.
</section>
</div>
</body>
</html>