forked from williamweiwu/williamweiwu.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
105 lines (90 loc) · 3.45 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<basefont size="7">
<meta charset="utf-8">
<title>Wei WU's (吴炜) Homepage</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link href="./bootstrap/css/bootstrap.min.css" rel="stylesheet">
<style>
body {
padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
}
</style>
<link href="./bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet">
</head>
<body>
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="index.html">Wei WU (吴炜)</a>
<ul class="nav">
<li class="active"><a href="index.html">Home</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="research.html">Projects</a></li>
<!-- <li><a href="cv.pdf">C.V.</a></li> -->
</ul>
<div class="nav-collapse">
</div>
</div>
</div>
</div>
<div class="container">
<big>
<div id="Content">
<table width="100%">
<tr>
<td width="70%">
<p>
<h1>Wei WU (吴炜)</h1>
<td>
<p align="center"><img border="0" style="max-width:192px; max-height:192px;width:auto;height:auto;" src="weiwu.jpg"><br/>
</td>
<a href="https://scholar.google.hu/citations?user=JUeRRi0AAAAJ&hl=en" class="google-scholar-follow-button" data-show-count="false">Google Scholar</a>
<a href="https://sites.google.com/site/aiweiwu88/">Google Site</a>
<a href="https://www.linkedin.com/in/williamweiwu/">LinkedIn</a>
</p>
<br>
<p>
I am currently a PhD student with the Centre for Artificial Intelligence at University of Technology Sydney (UTS), Australia. I work with Dr. Ling Chen at UTS and Dr. Bin Li at Data61 in the area of fast big data processing, dimension reduction and feature selection.
</p>
<p>
Prior to this, I received an M.Sc. degree in computer science from Peking University (PKU), Beijing, China, in 2014. I did the research into local search algorithms on NP problems under supervision of Prof. Kaile Su.</p>
<p>
My PhD research focused on making sense of big data with effective and agile data analytics. I’ve built a data mining framework leveraging advanced hashing algorithms to efficiently process massive data without changing the nature of the data much. This research has provided state-of-the-art technologies in big data processing and has a strong impact on data utilisation for social and economic benefits.
</p>
<p>
My research interests are fast big data processing, randomized hashing algorithms, sampling, sketching, text mining, graph mining, data mining, social network, machine learning, NP problems and local search.
</p>
<p>
<h4>Mailing Address:</h4>
Centre for Artificial Intelligence, Building 11<br>
UTS City Campus<br>
15 Broadway<br>
Ultimo NSW 2007 Australia<br>
<h4>Email:</h4>
william.third.wu[at]gmail[dot]com<br>
Wei.Wu-6[at]student[dot]uts[dot]edu[dot]au<br>
</p>
</td>
</tr>
<tr><td>
</td><td height=50></td></tr>
</table>
<div class='well'>
<b>News:</b>
<ul>
</ul>
</div>
</big>
<p>
</div>
</body>
</html>