forked from KordingLab/KordingLab.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
64 lines (51 loc) · 3.08 KB
/
Copy pathindex.html
File metadata and controls
64 lines (51 loc) · 3.08 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
---
layout: default
---
<div class='container'>
<header class="masthead text-center">
<img class='img-responsive center-block' src="/images/lee0.jpg" width="50%" height="50%" />
[First Lecture at Kyungpook National University]
<p></p>
<p align="left"> <font size=4>
In the <b> Massive Data Computing Lab</b>, we study methodologies to manage and analyze large-scale data.
Large-scale data include social network data, AI-related data, and knowledge graph data.
We are conducting research to manage and analyze these large-scale data using various techniques.
Relevant techniques include <font color="blue">databases, big data analysis, data mining, information retrieval and machine learning/deep learning</font>. </font>
</p>
<img class='img-responsive center-block' src="/images/logo.png" width="100%" height="100%" />
<p align="left"> <font size=4>
<b>대규모 데이터 컴퓨팅 연구실</b>(Massive Data Computing Lab)에서는 대용량 데이터를 관리하고, 분석하는 방안
에 대해 연구합니다. 대용량 데이터로는 소셜 네트워크 데이터, 인공지능 관련 데이터, 지식 그래프 및 온톨로지
데이터 등이 있으며, 이러한 대용량 데이터를 효율적으로 관리/분석하기 위해, 다양한 기술을 활용하여 연구를
진행하고 있습니다. 관련 기술로는 <font color="blue">데이터베이스 기술, 빅데이터 분석 기술, 데이터 마이닝 기술, 정보 검색, 기계학습 및
딥러닝 기술</font> 등이 있습니다. </font>
</p>
<div class="w3-container" style=" background: #f0f8ff; padding: 25px; border-radius:10px; border: 1px solid #5d8aa8">
<div style="text-align:left">
<h3> Recent News </h3>
<u>2026-07 | Minsung ('25), Ingyu ('25), Gui-Hyun ('25), and Yeonggyuo ('26) joined MC2 Lab.</u> <br>
<u>2024-03 | Chun-Hee Lee was appointed as an assistant professor in School of Computer Science and Engineering at Kyungpook National University.</u>
<span style="display: block; margin-bottom: 1em"></span>
<div class="news">
{% capture now %}{{'now' | date: '%s' | minus: 7776000 %}}{% endcapture %}
<ul style="list-style-position:outside;padding:20px" >
{% for new in site.data.news %}
{% capture date %}{{new.date | date: '%s' | plus: 0 %}}{% endcapture %}
{% if date > now %}
<li>
<span>
{{ new.details }}
</span>
</li>
{% endif %}
{% endfor %}
</ul>
</div>
</div >
</div>
<span style="display: block; margin-bottom: 3em"></span>
<span style="display: block; margin-bottom: 3em"></span>
School of Computer Science & Engineering, Kyungpook National University, Daegu, Republic of Korea 41566
<span style="display: block; margin-bottom: 3em"></span>
</header>
</div>