-
-
Notifications
You must be signed in to change notification settings - Fork 68
Expand file tree
/
Copy pathindex.html
More file actions
70 lines (60 loc) · 3.51 KB
/
index.html
File metadata and controls
70 lines (60 loc) · 3.51 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
---
layout: default
category: about
title: Yong Yuan - Yong Yuan's Homepage
description: Yong Yuan - Algorithm Engineer at Shopee specializing in Recommendation System, and Machine Learning Research.
---
<section class="about-me inner">
<h1>
<div class="book-me">
<a class="btn btn-lg" href="/cn/">Chinese</a>
</div>
<span class="hello">
<em>Keep</em>
<small>on fighting.
</span>
</h1>
<blockquote>
<p>
We always overestimate the change that will occur in the next two years and underestimate the change that will occur in the next ten. Don't let yourself be lulled into inaction.
</p>
</blockquote>
<h2>About Me</h2>
<h3>Professional Background</h3>
<p>
I am <a href="/"><span itemprop="name">Yong Yuan</span></a>, an Algorithm Engineer who has woked in MeiTuan and KuaiShou. Now I working in a foreign-owned enterprise. I completed Master's degree in <a href="http://english.ucas.ac.cn/Pages/default.aspx"><strong>University of Chinese Academy of Sciences</strong></a> on June 22, 2016, and earned Bachelor's degree in Faculty of Science at <a href="http://www.xidian.edu.cn/">Xidian University</a> of science and technology of the electronics information on July 1, 2013.
</p>
<h3>Research Interests</h3>
<p>
My research interests cover Recommendation/Search/LLM System, Content-based or Text-based Video Retrieval, Approximate Nearest Neighbor Search, Content-based Video Copy Detection and Video content understanding.
</p>
<h3>Product</h3>
<div style="display: flex; align-items: center; background-color: #fcfcfc; border: 1px solid #eee; border-radius: 12px; padding: 16px; margin-bottom: 20px; box-shadow: 0 2px 8px rgba(0,0,0,0.02);">
<a href="https://airenamify.com" target="_blank" style="flex-shrink: 0; margin-right: 16px; display: block;">
<img src="/imgs/airenamify_logo.png" alt="AiRenamify Logo" style="width: 60px; height: 60px; border-radius: 14px; box-shadow: 0 4px 10px rgba(0,0,0,0.1); display: block;">
</a>
<div style="text-align: left;">
<a href="https://airenamify.com" target="_blank" style="text-decoration: none;">
<span style="display: block; font-size: 18px; font-weight: 600; color: #2c3e50; margin-bottom: 4px;">AiRenamify</span>
<span style="display: block; font-size: 15px; color: #5f6368; line-height: 1.4;">Smartly Rename Your Files with AI</span>
</a>
</div>
</div>
<h3>Personal Philosophy</h3>
<p>
I support open source (<i class="icon-github"></i>@<a href="https://github.com/willard-yuan">willard-yuan</a>), love coding. In my free time, I dive into writing, reading books to improve thought.
</p>
</section>
<section class="inner">
<h2>Recent Posts</h2>
<blockquote>
<ul>
{% for post in site.posts limit:3 %}
<li class="post-list-in-index">
<small class="post-list-date-in-index">{{ post.date | date_to_string }}</small><a href="{{ site.url }}{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a>
</li>
{% endfor %}
</ul>
</blockquote>
</section>
<!--<a href="https://github.com/willard-yuan/willard-yuan.github.io"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/365986a132ccd6a44c23a9169022c0b5c890c387/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f7265645f6161303030302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png"></a>-->