-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
186 lines (152 loc) · 6.32 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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Zijian Zhao</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="styles/stylesheet.css">
<link rel="stylesheet" type="text/css" href="styles/academicons.min.css">
</head>
<body>
<nav class="top-nav" aria-label="Main Navigation">
<ul>
<li><a href="#bio">Zijian Zhao</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#teaching">Teaching</a></li>
<li><a href="Zijian_Zhao_Resume.pdf">Resume</a></li>
</ul>
</nav>
<table id="bio" aria-label="Whole page in this table">
<tr>
<td>
<table aria-label="bio contact avatar">
<tbody>
<tr>
<td>
<p><name>Zijian Zhao(赵 子健)</name></p>
<p>I am now a M.S student in the computer science department at Northwestern University. Before that,
I received my B.S in Computer Science from Peking University in 2019. I also worked
in the Ads team at Futurewei Technologies in 2020, in Human-Computer Interaction Technology and
Intelligent Information Processing Lab at Institute of Software, Chinese Academy of Sciences in 2019,
and in Key Lab of High Confidence Software Technologies at Peking University in 2018.</p>
<p class="contact-icons">
<a href="mailto:[email protected]" class="button">
<i class="fa fa-lg fa-envelope-o" aria-hidden="true"></i>
</a>
<a href="https://github.com/MakiSzz" class="button">
<i class="fa fa-lg fa-github" aria-hidden="true"></i>
</a>
<a href="https://www.instagram.com/99makisz/" class="button">
<i class="fa fa-lg fa-instagram" aria-hidden="true"></i>
</a>
<a href="Zijian_Zhao_Resume.pdf" class="button">
<i class="fa fa-file-pdf-o" aria-hidden="true"></i>
</a>
</p>
</td>
<td>
<a href="images/avatar.jpg"><img id="profile" alt="profile photo" src="images/avatar.jpg"></a>
</td>
</tr>
</tbody>
</table>
<table id="projects" aria-label="projects section start">
<tbody>
<tr>
<td>
<heading>Selected Projects</heading>
<p>
I work on data analysis, Machine Learning and Deep Learning, especially the Ganerative Adversial Nets. I am especially
interested in the Image-to-Image translation problem and the interpretable GAN latent space.
</p>
</td>
</tr>
</tbody>
</table>
<table aria-label="project1">
<tbody>
<tr>
<td>
<div class="cover">
<img src='images/traffic.jpg' alt="web traffic">
</div>
</td>
<td class="paper-title">
<a>
<papertitle>Guaranteed Contract Web Traffic Allocation Optimization</papertitle>
</a>
<br>
<em>Intern, Futurewei Technologies</em>, 2020
<br>
<ul>
<li>Worked on the Guaranteed Contract Traffic Allocation Optimization project in the Ads Team</li>
<li>Used Graph Neural Networks to speed up Integer Programming solving allocation process, got a better impression allocation rate than current HWM algorithm</li>
<li>Model architecture under NDA</li>
</ul>
</td>
</tr>
</tbody>
</table>
<table aria-label="project2">
<tbody>
<tr>
<td>
<div class="cover">
<img src='images/model.png' alt="model architecture">
</div>
</td>
<td class="paper-title">
<a href="project.html">
<papertitle>Embedding Generative Adversial Nets for Multi-domain Unpaired Image-to-Image Translation</papertitle>
</a>
<br>
<em>Research Intern, Institute of Software, Chinese Academy of Sciences</em>, 2018
<br>
<p></p>
<p>Leverage deep learning and GAN to tackle multi-domain face attribute transfer probelm. See Detailed Content in the project page.</p>
</td>
</tr>
</tbody></table>
<table aria-label="project3">
<tbody>
<tr>
<td>
<div class="cover"><img src='images/dataset-card.jpg' alt="medical data pic"></div>
</td>
<td class="paper-title">
<a><papertitle>Medical Data Analysis</papertitle></a>
<br>
<em>Key Lab of High Confidence Software Technologies, Peking University,</em>, 2017
<br>
<ul>
<li>Analyzed medical data provided by Peking University Third Hospital to find the relationship between the right dosage and symptoms of a certain thyroid disease</li>
<li>Designed a simple website where doctors can submit the data of over 400 patients and used MySql to store the data</li>
<li>Consulted with doctors to find some potential features and trained machine learning model using SVM and GBDT(XGBoost), achieved an accuracy rate of 93%</li>
</ul>
</td>
</tr>
</tbody>
</table>
<table id="teaching" aria-label="teaching section">
<tbody>
<tr>
<td>
<heading>Teaching</heading>
<p>
Teaching Assisant, Algorithm: Design and Analysis, Peking University, 2018 Fall
</p>
</td>
</tr>
</tbody></table>
<table aria-label="footnote">
<tr>
<td><p id = "footnote"></p></td>
</tr>
</table>
</td>
</tr>
</table>
<script type="text/javascript" src="foot.js"></script>
</body>
</html>