-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
183 lines (180 loc) · 8.45 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>About me | YUAN</title>
<link rel="shortcut icon" href="/image/yuan_logo.ico" />
<link rel="stylesheet" type="text/css" href="./css/general.css" />
<link rel="stylesheet" type="text/css" href="./css/about.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@800&family=Merriweather+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap"
rel="stylesheet"
/>
<link href="//db.onlinewebfonts.com/c/23255fa3ff7a89589800cea3092f154f?family=NB+International" rel="stylesheet" type="text/css"/>
</head>
<body>
<div class="header">
<div class="left-header">
<a class="home" href="index.html">YUAN</a>
</div>
<nav class="navigation">
<div><a class="blog" href="blog.html">Blog</a></div>
<div><a class="project">Project</a></div>
<div><a class="about" href="about.html">About</a></div>
</nav>
<!-- <div class="right-header">
<label class="switch">
<input type="checkbox" />
<span class="slider"></span>
</label>
</div> -->
</div>
<div class="about-me">
<div class="about-me-left">
<div class="empty"></div>
<div class="my-picture">
<img class="selfie" src="image/my.jpeg" />
</div>
<div class="empty"></div>
</div>
<div class="SOP">
<div class="about-me-title">About me</div>
<div class="my-label">
#student# #investor# #programmer#
</div>
<div class="SOP-content">
<p>
Hi, I'm Yuan. My full name is Boyuan Hu. Currently, I'm a student
and studying my Master's Degree at Dartmouth College in the United States of America. My major is Electrical and Computer Engineering. I finished my Bachelor's Degree in Beijing University of Technology (BJUT). Futhermore, I'm an investor.
The market I'm trading are stocks, indices, futures, options and
cryptocurrency.
</p>
<p>
I have a lot of hobbies like playing games, playing football,
basketball and badminton. I also like collecting keyboard and
playing cards. I like skating and skiing as well but my skiing
skills are so weak. Sometimes, I play pokers with my friends or in
the internet. I'm an ultras fans of Beijing Guoan Football Club.
</p>
<p id="last-paragraph">
I set up this website is used to record my blogs and some personal
project. Meanwhile, I will upload some funny things of mine. I
attach some links of mine at the bottom of the website.
</p>
</div>
<a href="docs/CV.pdf" target="_blank">
<button class="down-cv">Download my CV</button>
</a>
</div>
</div>
<div class="experience">
<div class="empty"></div>
<div class="experience-middle">
<div class="experience-title">Experience</div>
<div class="experience-unit">
<div class="job">
<p class="company-name">People's Daily</p>
<p class="job-name">Researcher</p>
<p class="during-time">2022.07 - 2022.10</p>
</div>
<div class="job-content">
Learned about the knowledge and models related to deep learning &
NLP and reproduced code of the model. Participated in constructing
data set for training model through data crawler and data
processing.
</div>
</div>
<div class="experience-unit">
<div class="job">
<p class="company-name">China Institute of Film Science and Technology</p>
<p class="job-name">Intern Engineer</p>
<p class="during-time">2022.10 - 2022.12</p>
</div>
<div class="job-content">
Learned about the knowledge related to AI including GAN as well as the application of deep learning in the field of film-making through reading relevant articles and working with supervisor. Participated in working on project of High-tech Format Film Intelligentize Making Technology based on Deep Learning.
</div>
</div>
</div>
<div class="empty"></div>
</div>
<div class="research">
<div class="empty"></div>
<div class="research-middle">
<div class="research-title">Research</div>
<div class="research-unit">
<div class="research-content">
Implemented two machine learning and deep learning models, Support Vector Machine (SVM) and Multi-Layer Perceptron (MLP), without relying on packages like scikit-learn, PyTorch, and Pandas. The SVM model implemented from scratch demonstrated a performance similarity of 96% to the scikit-learn's packaged SVM model, as shown by the Decision Boundary, using the Iris dataset. Authored research reports and created presentation slides for speeches.
</div>
<div class="project-detail">
<p class="project-title">Machine Learning from Scratch</p>
<p class="position">Research Leader</p>
<p class="during-time">2023.02 - 2023.05</p>
</div>
</div>
<div class="research-unit">
<div class="research-content">
Organized initial stages of acquiring learning resources and materials, and facilitated study discussions to rapidly familiarize team members with blockchain technologies and practical knowledge of implementing blockchains using Python as the programming language. Contributed to the development of a blockchain system, which involved functionalities such as adding, deleting, querying, and modifying blocks in the chain, data broadcasting, and encryption using Python. Represented our team in communication with mentors, enhancing project efficiency and quality.
</div>
<div class="project-detail">
<p class="project-title">Demonstration System for Data Sharing based on Blockchain</p>
<p class="position">Reasearch leader</p>
<p class="during-time">2021.03 - 2022.03</p>
</div>
</div>
<div class="research-unit">
<div class="research-content">
Developed a house leasing and selling system using an architecture that utilizes frontend HTML, CSS, and JavaScript, as well as backend SPRING BOOT and MySQL database. Users can freely lease or sell houses by registering and logging in. Filtering options allow users to quickly search for the desired properties. Additionally, users can modify their personal profiles.
</div>
<div class="project-detail">
<p class="project-title">House Leasing and Selling System</p>
<p class="position">Developer</p>
<p class="during-time">2021.03 - 2022.03</p>
</div>
</div>
</div>
<div class="empty"></div>
</div>
<div class="bottom">
<div class="bottom-left"></div>
<div class="bottom-middle">
<div class="personal-link">
<a
href="https://github.com/Yuan-Kivi"
target="_blank"
class="icon-div"
><img class="icon" src="image/GitHub.svg"
/></a>
<a href="https://twitter.com/KiviHu" target="_blank" class="icon-div"
><img class="icon" src="image/twitter-tile.svg"
/></a>
<a
href="https://www.linkedin.com/in/boyuan-hu/"
target="_blank"
class="icon-div"
><img class="icon" src="image/027-linkedin.svg"
/></a>
<a
href="https://leetcode.cn/u/yuan_kivi/"
target="_blank"
class="icon-div"
><img class="icon" src="image/leetcode.svg"
/></a>
<a
href="https://cn.tradingview.com/u/Yuan_/"
target="_blank"
class="icon-div"
>
<img class="icon" src="image/tradingview-icon.svg" />
</a>
</div>
<div class="copyright">
<p>© 2023 YUAN - Boyuan Hu. All rights reserved.</p>
<a href="https://beian.miit.gov.cn/" target="_blank" class="record">京ICP备2023001743号-1</a>
</div>
</div>
<div class="bottom-right"></div>
</div>
</body>
</html>