-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnews.html
More file actions
96 lines (74 loc) · 3.49 KB
/
news.html
File metadata and controls
96 lines (74 loc) · 3.49 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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Lichao Sun, Lehigh University</title>
<!-- Website Styles -->
<link rel="stylesheet" href="files/style.css" type="text/css" media="screen" />
<link href='http://fonts.googleapis.com/css?family=Roboto:400,700,400italic' rel='stylesheet' type='text/css' />
<link href='http://fonts.googleapis.com/css?family=Roboto+Slab:400,700' rel='stylesheet' type='text/css' />
<link rel="icon" href="/files/favicon.ico">
</head>
<body>
<div id="wrapper">
<!-- HEADER START -->
<div id="header">
<div class="inner">
<div class="logo">
<img src="files/lehigh.png" alt="Purity" width="60" height="60" />
</div>
<div class="log">
<p>
<font size="+2">Lichao Sun</font>
</p>
</div>
<div class="nav">
<ul>
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="research.html">Research</a>
</li>
<li>
<a href="publications.html">Publications</a>
</li>
<li>
<a href="teaching.html">Teaching</a>
</li>
</ul>
</div>
<!-- #nav end -->
<div class="clear"></div>
</div>
<!-- .inner end -->
</div>
<!-- #header end -->
<!-- MAIN CONTENT START -->
<div id="main">
<div class="inner">
<h3>News</h3>
<table>
<tr>
<td><b>[03/2019]</b>:</td>
<td> Congratulations to Fan Yang for receiving the IAP Research Competition Award, and to Qingquan Song for receiving the Graduate Research Excellence Award! </td>
</tr>
<tr>
<td><b>[08/2018]</b>:</td>
<td> Posted a <a href="https://arxiv.org/abs/1808.00033" target="_blank" rel="nofollow">survey paper</a> on interpretable machine learning. </td>
</tr>
<tr>
<td><b>[06/2018]</b>:</td>
<td> Pre-released <a href="http://autokeras.com/" target="_blank" rel="nofollow">Auto-Keras</a> (>4,000 stars on Github) on automated machine learning. Check the <a href="https://arxiv.org/abs/1806.10282" target="_blank" rel="nofollow"> preprint</a> here. </td>
</tr>
<tr>
<td><b>[06/2018]</b>:</td>
<td> Our <a href="https://github.com/tensorflow/models/tree/master/official/recommendation" target="_blank" rel="nofollow"> Neural Collaborative Filtering package</a> has become the officially recommended recommendation model in TensorFlow
:) Check the <a href="https://arxiv.org/abs/1708.05031" target="_blank" rel="nofollow"> WWW2017 paper</a> here. </td>
</tr>
</table>
<div class="divider line"></div>
</div>
</div>
</body>
</html>