forked from Huxpro/huxpro.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
183 lines (155 loc) · 8.42 KB
/
Copy pathabout.html
File metadata and controls
183 lines (155 loc) · 8.42 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
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
---
layout: page
title: "About"
description: "I am Kakarotto"
header-img: "img/post-bg-unix-linux.jpg"
---
<!-- Language Selector -->
<select class="sel-lang" onchange= "onLanChange(this.options[this.options.selectedIndex].value)">
<option value="0" selected> 中文 </option>
<option value="1"> English </option>
</select>
<!-- Chinese Version -->
<div class="zh post-container">
<!--copied from markdown -->
<blockquote><p>Cogito, ergo sum<br></p></blockquote>
<p>我目前任职于<strong>UBS AG</strong>,担任软件工程师一职。本科与研究生阶段均就读于南京大学,分别主修<strong>信息与计算科学</strong>与<strong>计算数学</strong>专业,奠定了扎实的数理基础与编程能力。</p>
<p>我的研究兴趣聚焦于<strong>机器学习</strong>、<strong>深度学习</strong>以及<strong>通用人工智能(AGI)</strong>领域,致力于探索智能算法的前沿发展及其在实际场景中的应用。</p>
<h2>工作经历</h2>
<ul>
<li><strong>UBS AG</strong> 软件工程师 2023.01 - 至今</li>
<li><strong>OPPO</strong> 算法工程师 2022.04 - 2023.01</li>
<li><strong>蚂蚁集团</strong> 高级机器学习工程师 2019.07 - 2022.04</li>
</ul>
<h2>著作和专利</h2>
<ul>
<li><strong>书籍</strong>:《大语言模型应用指南》 电子工业出版社 2024
<a href="https://item.m.jd.com/product/14122859.html" target="_blank">[购买链接]</a>
</li>
<li><strong>书籍</strong>:《Englighten AI·机器学习》 LeetCode 2022
<a href="https://leetcode.cn/leetbook/detail/enlighten-ai-machine-learning/" target="_blank">[购买链接]</a>
</li>
<li><strong>书籍</strong>:《Englighten AI·数学基础》 LeetCode 2020
<a href="https://leetcode.cn/leetbook/detail/enlighten-ai-mathematical-foundation/" target="_blank">[购买链接]</a>
</li>
<li><strong>论文</strong>:Feng, Y., Shi, Q., Gao, X., Wan, J., Fang, C., & Chen, Z. (2020, July). Deepgini: prioritizing massive tests to enhance the robustness of deep neural networks. In Proceedings of the 29th ACM SIGSOFT International Symposium on Software Testing and Analysis (pp. 177-188).</li>
<li><strong>论文</strong>:Shen, W., Wan, J., & Chen, Z. (2018, July). Munn: Mutation analysis of neural networks. In 2018 IEEE international conference on software quality, reliability and security companion (QRS-C) (pp. 108-115). IEEE.</li>
<li><strong>专利</strong>:Zhenyu Chen, Weijun Shen, Jun Wan, Chunrong Fang, “Deep Neural Network Test based on Neuron Mutation”. 申请(专利)号:CN201910724153.3 申请日:2019-08-07</li>
</ul>
</div>
<!-- English Version -->
<div class="en post-container">
<blockquote><p>Cogito, ergo sum<br></p></blockquote>
<p>I am currently working at <strong>UBS AG</strong> as a Software Engineer. I completed my undergraduate and graduate studies at Nanjing University, majoring in <strong>Information and Computing Science</strong> and <strong>Computational Mathematics</strong>, respectively, which laid a solid foundation in mathematics, programming, and problem-solving skills.</p>
<p>My research interests focus on <strong>Machine Learning</strong>, <strong>Deep Learning</strong>, and <strong>Artificial General Intelligence (AGI)</strong>, with a commitment to exploring the cutting-edge developments of intelligent algorithms and their applications in real-world scenarios.</p>
<h2>Education</h2>
<ul>
<li><strong>Master</strong> Nanjing University, Computational Mathematics</li>
<li><strong>Bachelor</strong> Nanjing University, Information and Computing Science</li>
</ul>
<h2>Work Experience</h2>
<ul>
<li><strong>UBS AG</strong> Software Engineer 2023.01 - Present</li>
<li><strong>OPPO</strong> Algorithm Engineer 2022.04 - 2023.01</li>
<li><strong>Ant Group</strong> Senior Machine Learning Engineer 2019.07 - 2022.04</li>
</ul>
<h2>Publications and Patents</h2>
<ul>
<li><strong>Book</strong>:"Guide to Large Language Models" Electronic Industry Press 2024
<a href="https://item.m.jd.com/product/14122859.html" target="_blank">[Purchase Link]</a>
</li>
<li><strong>Book</strong>:《Englighten AI·Machine Learning》 LeetCode 2022
<a href="https://leetcode.cn/leetbook/detail/enlighten-ai-machine-learning/" target="_blank">[Purchase Link]</a>
</li>
<li><strong>Book</strong>:《Englighten AI·Fundamentals of Mathematics》 LeetCode 2020
<a href="https://leetcode.cn/leetbook/detail/enlighten-ai-mathematical-foundation/" target="_blank">[Purchase Link]</a>
</li>
<li><strong>Paper</strong>: Feng, Y., Shi, Q., Gao, X., Wan, J., Fang, C., & Chen, Z. (2020, July). Deepgini: prioritizing massive tests to enhance the robustness of deep neural networks. In Proceedings of the 29th ACM SIGSOFT International Symposium on Software Testing and Analysis (pp. 177-188).</li>
<li><strong>Paper</strong>: Shen, W., Wan, J., & Chen, Z. (2018, July). Munn: Mutation analysis of neural networks. In 2018 IEEE international conference on software quality, reliability and security companion (QRS-C) (pp. 108-115). IEEE.</li>
<li><strong>Patent</strong>: Zhenyu Chen, Weijun Shen, Jun Wan, Chunrong Fang, “Deep Neural Network Test based on Neuron Mutation”. Application Number: CN201910724153.3 Application Date: 2019-08-07</li>
</ul>
</div>
<!-- Handle Language Change -->
<script type="text/javascript">
// get nodes
var $zh = document.querySelector(".zh");
var $en = document.querySelector(".en");
var $select = document.querySelector("select");
// bind hashchange event
window.addEventListener('hashchange', _render);
// handle render
function _render(){
var _hash = window.location.hash;
// en
if(_hash == "#en"){
$select.selectedIndex = 1;
$en.style.display = "block";
$zh.style.display = "none";
// zh by default
}else{
// not trigger onChange, otherwise cause a loop call.
$select.selectedIndex = 0;
$zh.style.display = "block";
$en.style.display = "none";
}
}
// handle select change
function onLanChange(index){
if(index == 0){
window.location.hash = "#zh"
}else{
window.location.hash = "#en"
}
}
// init
_render();
</script>
{% if site.duoshuo_username %}
<!-- 多说评论框 start -->
<div class="comment">
<!-- This id is used for indexing my loss comments forcedly -->
<div class="ds-thread"
data-thread-key="{{site.duoshuo_username}}/about"
data-title="{{page.title}}"
data-url="{{site.url}}/about/">
</div>
</div>
<!-- 多说评论框 end -->
<!-- 多说公共JS代码 start (一个网页只需插入一次) -->
<script type="text/javascript">
// dynamic User hacking by Hux
var _user = '{{site.duoshuo_username}}';
// duoshuo comment query.
var duoshuoQuery = {short_name: _user };
(function() {
var ds = document.createElement('script');
ds.type = 'text/javascript';ds.async = true;
ds.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + '//static.duoshuo.com/embed.js';
ds.charset = 'UTF-8';
(document.getElementsByTagName('head')[0]
|| document.getElementsByTagName('body')[0]).appendChild(ds);
})();
</script>
<!-- 多说公共JS代码 end -->
{% endif %}
{% if site.disqus_username %}
<!-- disqus 评论框 start -->
<div class="comment">
<div id="disqus_thread" class="disqus-thread">
</div>
</div>
<!-- disqus 评论框 end -->
<!-- disqus 公共JS代码 start (一个网页只需插入一次) -->
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES * * */
var disqus_shortname = "{{site.disqus_username}}";
var disqus_identifier = "{{site.disqus_username}}/{{page.url}}";
var disqus_url = "{{site.url}}{{page.url}}";
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<!-- disqus 公共JS代码 end -->
{% endif %}