-
Notifications
You must be signed in to change notification settings - Fork 18
/
about.html
115 lines (107 loc) · 4.02 KB
/
about.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
---
title: Curriculum Vitae
---
<html>
<head>
<link href="css/bootstrap.css" rel='stylesheet' type='text/css' />
<link href="css/style.css" rel='stylesheet' type='text/css' />
</head>
<body>
<!-- header -->
<div class="top-header"></div>
<div class="container">
<div class="header">
<h1>cjmcv</h1>
</div>
<div class="header-middle">
<div class="list">
<ul>
<h2><font color="white">计算机视觉算法</font></h2>
</ul>
</div>
<br><br>
<h3><B>英语水平:CET6     本科2012-2016</B></h3>
</div>
<div class="clearfix"></div>
</div>
<!---->
<div class="content">
<div class="container">
<h3>工作经历</h3>
<div class="work">
<div class="details">
<div class="col-md-3 city">
<h5>高新兴科技集团</h5>
<p>视频分析部</p>
</div>
<div class="col-md-6 posts">
<h4>算法架构组主管</h4>
<p>算法架构组</p>
</div>
<div class="col-md-2 date">
<p>2018 - 5</p>
</div>
<div class="clearfix"></div>
</div>
<div class="details">
<div class="col-md-3 city">
<h5>高新兴科技集团</h5>
<p>视频分析部</p>
</div>
<div class="col-md-6 posts">
<h4>算法工程师</h4>
<p>人脸识别组</p>
</div>
<div class="col-md-2 date">
<p>2016 - 1</p>
</div>
<div class="clearfix"></div>
</div>
</div>
-------------------------------------
<h3>校内经历</h3>
<div class="education">
<ul class="list2">
<li><strong><font color="#0000c6">(第一发明人)</font>已授权发明专利:一种基于达芬奇技术的手语识别翻译方法。授权公告号:CN104463250B </strong></li>
<li><strong><font color="#0000c6">(通讯作者与第二作者)</font>论文:一种基于粒子群优化算法的快速圆检测方法[J].光电子·激光,2016,27(09):949-956.</strong></li>
<li><strong><font color="#0000c6">(队长)</font>第六届“挑战杯”广东工业大学课外学术科技作品竞赛 一等奖.</strong></li>
<li><strong>负责或参与四个计算机视觉类的大学生创新创业培训项目(省级一个、校级两个、院级一个).</strong></li>
</ul>
</div>
-------------------------------------
<h3>Github</h3>
<div class="education">
<ul class="list2">
<li><strong><a href="https://github.com/cjmcv/hpc">hpc</a>: 包含CUDA, Vulkan, OpenCL, OpenMP, TBB, SSE/AVX, NEON, MPI等相关练习代码。</strong></li>
<li><strong><a href="https://github.com/cjmcv/hpc/tree/master/0-frameworks/cux">hpc/cux</a>: 一个用于CUDA内核性能分析和优化的实验框架。</strong></li>
<li><strong><a href="https://github.com/cjmcv/hpc/tree/master/0-frameworks/vky">hpc/vky</a>: 一个基于vulkan的小型计算框架。</strong></li>
<li><strong><a href="https://github.com/cjmcv/deeplearning-paper-notes">deeplearning-paper-notes</a>: 论文阅读笔记100+篇,基础理论摘记98篇。</strong></li>
<li><strong><a href="https://github.com/cjmcv/dlex-cnn">dlex-cnn</a>: 一个纯C++和CUDA实现的轻量级深度学习训练框架。该项目以练习为主。</strong></li>
<li><strong><a href="https://github.com/cjmcv/design-pattern">design-pattern</a>: 含23种设计模式的C++和python实现。</strong></li>
</ul>
</div>
<!--
<div class="bottom_cnt">
<div class="left_grid">
<h3>Personal Information</h3>
<ul class="list2">
<li>从大二初进入实验室学习图像算法,有四年的计算机视觉项目开发经验。</li>
</ul>
</div>
<div class="right_grid">
<h3>Social</h3>
<ul class="media_sec">
<li><a href="#"><img src="images/fb.png" alt=""/>facebook / Lorem.com</a></li>
</ul>
</div>
<div class="clearfix"></div>
</div>
-->
<div class="copywrite">
<p>© 2019 Curriculum Vitae All Rights Reserved</p>
</div>
</div>
</div>
<!---->
</body>
</html>