-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
83 lines (50 loc) · 1.53 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Ardeal</title>
<style type="text/css">
html,body{
height:100%;
width: 100%
}
p{
font-weight:70;
font-size:70%;
face:"consolas"
}
</style>
</head>
<body>
<br><br><br>
<h1 style="text-align:center;">Ardeal's Blog</h1>
<br><br>
<!--
<div id="test" style="width:300px;margin:30px;border:50px solid #ff0000;padding:100px;background:#00ff00">ssssssssss</div>
-->
<div id="test" style="width:50%;margin: 0 20% 0 20%; ">
<h2>
About me
<h2>
<br> <hr /> <br>
<!-- <font size="3" font-weight="900"> </font>-->
<p>
2004, Telecommunication majority, graudated from Wuhan University and got bachelor degree.<br>
2009, Communicaton and information system majority, graduated from Chinese Academy of Science and got Ph.D. <br>
<br>
In both my school and work period, my major resarch fields are pattern recognition algortihms in c/cpp, matlab and Python.
The algorithms I stuidied include tradition machine learning and deep learning.
Signal of my algorithms include image, accelerometer sensorr, micro-wave sensor and etc.
</p>
<br> <br>
<h2>
Code
<h2> <br> <hr /> <br>
<p><a href="https://github.com/ardeal/FaceBoxes_VS2015_Python">Faceboxes_VS2015</a>, The state-of-the-art face detection algortihms which is forked from the author's code base, and I made it run on VS2015.
</p>
</div>
<!--
<div id="test" style="width:60%;margin:100px auto;padding:100px;background:#00ff00">DDDDDDDDDDDDD</div>
-->
</body>
</html>