-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
54 lines (50 loc) · 2.88 KB
/
index.html
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
---
---
<html lang='en'>
{% include head.html %}
<body style="font-size: 14px; margin-bottom: 5px; line-height: 1.3;">
{% include navbar.html %}
<div class="container">
<div class="row">
<!--div class="col-lg-3 col-md-3 col-sm-3">
include information.html
</div-->
<div class="col-lg-8 col-md-8 col-sm-8 col-lg-offset-2 col-md-offset-2 col-sm-offset-2">
<div class="panel panel-default">
<div class="panel-body" style="line-height: 1.5;">
<p style="font-size: 14px;">
I am a third year Ph.D. student in Stanford University.
I think about problems in machine learning and deep learning under the supervision of <a href="http://cs.stanford.edu/~ermon">Stefano Ermon</a>.
My publications cover topics such as deep generative models, Bayesian inference and (inverse) reinforcement learning and their applications.
</p>
<p style="font-size: 14px;">
I did my undergrad at Tsinghua University, where I was lucky enough to collaborate with
<a href="http://bigml.cs.tsinghua.edu.cn/~jun">Jun Zhu</a> and <a href="http://people.ee.duke.edu/~lcarin/">Lawrence Carin</a>
on scalable Bayesian machine learning.
<!--My interests lies in machine learning and deep learning; deep generative models and deep reinforcement learning in particular.
I worked on scalable bayesian machine learning and deep generative models during my undergrad.-->
</p>
<hr/>
<p>
Contact: <b style="font-family: 'Droid Sans Mono'; font-size: 13px;">tsong at cs.stanford.edu</b>
</p>
<!--p>
<b>LinkedIn: </b> <a href="https://cn.linkedin.com/in/jiamings" target="_blank">Jiaming Song</a>
</p>
<p>
<a href="https://cn.linkedin.com/in/jiamings" target="_blank"><img src="{{ site.baseurl }}/public/img/icon/linkedin.min.svg" height="24px" width="24px"></a>
<a href="https://github.com/jiamings" target="_blank"><img src="{{ site.baseurl }}/public/img/icon/github.min.svg" height="24px" width="24px"></a>
<a href="https://twitter.com/baaadas" target="_blank"><img src="{{ site.baseurl }}/public/img/icon/twitter.min.svg" height="24px" width="24px"></a>
</p-->
</div>
</div>
{% include publications.html %}
</div>
</div>
</div>
{% include footer.html %}
<script src="//code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="{{ site.baseurl }}/public/js/bootstrap.min.js"></script>
{% include analytics.html %}
</body>
</html>