-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
75 lines (73 loc) · 2.9 KB
/
Copy pathindex.html
File metadata and controls
75 lines (73 loc) · 2.9 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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Haishu Su Homepage</title>
<meta name="description" content="Haishu Su (Hygebra), undergraduate
student at Beihang University interested in machine learning, data
mining, and abductive learning.">
<meta property="og:title" content="Haishu Su Homepage">
<meta property="og:description" content="Haishu Su (Hygebra),
undergraduate student at Beihang University interested in machine
learning, data mining, and abductive learning.">
<meta property="og:type" content="website">
<meta property="og:image" content="/pic/github_avater.jpg">
<link rel="stylesheet" href="style.css">
</head>
<body class="home-page">
<div class="topbar">
<button id="menu-toggle" class="menu-btn" title="Toggle Sidebar">☰</button>
<h2>Haishu Su(Hygebra)</h2>
<div class="nav-links">
<a href="/index.html">Homepage</a>
<a href="/blog/index.html">Blog</a>
</div>
</div>
<div class="container">
<div class="main">
<h1 id="haishu-su-hygebra">Haishu Su (Hygebra)</h1>
<figure>
<img src="pic/github_avater.jpg" class="profile-photo"
alt="Haishu Su" />
<figcaption aria-hidden="true">Haishu Su</figcaption>
</figure>
<p>B.Sc. student at <a
href="https://hc.buaa.edu.cn/xygk/gdlgxy.htm">Shenyuan Honors
College</a>, <a href="https://www.buaa.edu.cn/">Beihang
University</a>, Beijing, China.</p>
<p>Email: hygebra2003 [at] 163.com<br />
GitHub: <a href="https://github.com/Hygebra">Hygebra</a></p>
<h2 id="about">About</h2>
<p>I am a senior undergraduate student at Shenyuan Honors College,
Beihang University. My current interests are centered on machine
learning, data mining, and neuro-symbolic learning methods that
combine statistical models with structured reasoning.</p>
<h2 id="research-interests">Research Interests</h2>
<ul>
<li>Machine Learning and Data Mining</li>
<li><a
href="https://www.lamda.nju.edu.cn/publication/chap_ABL.pdf">Abductive
Learning (ABL)</a></li>
<li>Neuro-symbolic learning and reasoning</li>
</ul>
<h2 id="projects">Projects</h2>
<p>I am currently a maintainer of <a
href="https://github.com/AbductiveLearning/ABLkit">ABLkit</a>, an
efficient Python toolkit for Abductive Learning. For usage and
examples, please refer to the <a
href="https://ablkit.readthedocs.io/en/latest/index.html">ABLkit
documentation</a>.</p>
<h2 id="blog-and-notes">Blog and Notes</h2>
<p>I use the blog to collect course notes, mathematical reading
notes, and technical explorations.</p>
<ul>
<li><a href="blog/index.html">Recent blog posts</a></li>
<li><a href="blog/Abstract%20Algebra/abstract_algebra.html">Abstract
Algebra notes</a></li>
</ul>
</div>
</div>
<script src="/js/sidebar-control.js"></script>
</body>
</html>