forked from jiangfanfly/jiangfanfly.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
89 lines (79 loc) · 3.58 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
<!DOCTYPR html>
<html lang = "zh-CN">
<head>
<meta charset = "utf-8">
<meta name="author" content="Haonan He">
<link rel="stylesheet" type="text/css" href="mystyle.css">
<meta name="description" content="Haonan He 何昊南">
<title>Haonan He 何昊南</title>
<link rel="shortcut icon" href="figure.ico" type="images/x-icon">
</head>
<body style="width:800px; margin:0 auto;"></body>
<table border="0">
<tr>
<td style="width:50%">
<br>
<br>
<h1>Haonan He 何昊南</h1>
<p>[email protected] / (+86)199-275-27314</p>
<p>I am currently an undergraduate student at the School of Automation Science and Technology,<b>South University of Technology</b>.</p>
<p>My reasearch interest lies in <b>machine learning</b>, <b>computational neuroscience</b> and <b>transfer learning</b>. I am interestd in developing machine learning models to decode information contained in
neuronal data. I believe machine learning can help us better understand how neuron populations encode physical variables. I am also interested in applying transfer learning
techniques to solve the problem of lack of labeled data.</p>
<p> <a href="CV.pdf"> Curriculum Vitae </a> / <a href="https://github.com/haonanhe"> GitHub </a> / <a href="https://www.linkedin.com/in/haonanhe/"> LinkedIn </a>
/ <a href="QRcode.jpg"> WeChat </a></p>
</p>
</td>
<td style="width:20%">
<br>
<br>
<br>
<img src="profile2.jpg" width="300" height="300">
</td>
</tr>
</table>
<div>
<h2>
Research Experience
</h2>
<table border="0", style="font-size:16px;">
<tr>
<td style="width:70%">
<p>Since Mar 2021, I started to apply machine learning methods to neural decoding under the supervision of Professor Pengcheng Zhou from Shenzhen Institute of Advanced Technology.
We developed two Transformer-based models to decode spike trains and examined Transformer's superior ability of dealing with large-scale long-range dependencies. We also introduced a GLM-based data
augmentation method for overcoming the data shortage issue. Using the self-attention structure in Transformer, we visualized the inter-neuron information transmission activities. The related manuscript is under review.</p>
<p>Before that, I worked in the Center for Brain Computer Interfaces and Brain Information Processing under the supervision of Professor Tianyou Yu from South China University of Technology.
Our researches focused on solving the data shortage problem of EEG signals. We tried to use domain adaptation methods to transfer EEG signals between subjects. We also applied GAN to generate synthetic EEG for data augmentation. </p>
</td>
</tr>
</table>
</div>
<div>
<h2>
Punlication
</h2>
<table border="0">
<tr>
<td style="width:70%">
<p style="font-size:16px;">Spatial-Temporal Transformer-based Methods for Neural Decoding, under review (first author)</p>
</td>
</tr>
</table>
</div>
<div>
<h2>
Miscellaneous
</h2>
<table border="0">
<tr>
<td style="width:70%">
<p style="font-size:16px;">I am looking for a <b>PhD position</b>. If you are interested, welcome to contact me. 😄</p>
<br>
<p style="font-size:18px;"> 🌑 🌒 🌓 🌔 🌕 🌖 🌗 🌘 🌑 🌒 🌓 🌔 🌕 🌖 🌗 🌘 🌑 🌒 🌓 🌔 🌕 🌖 🌗 🌘 🌑</p>
<br>
</td>
</tr>
</table>
</div>
</body>
<html>