-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·115 lines (97 loc) · 4.73 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
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
<!DOCTYPE HTML>
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>AI773 - Fall 2024</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheet.css">
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🌐</text></svg>">
</head>
<body>
<ul>
<li class="active"><a href="index.html">Home</a></li>
<li><a href="schedule.html">Schedule</a></li>
<li><a href="class-logistics.html">Class Logistics</a></li>
<li><a href="contact.html">Course staff & contact</a></li>
</ul>
<table style="padding-top:50px; width:100%;max-width:1000px;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"><tbody>
<tr style="padding:0px">
<td style="padding:0px">
<table style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"><tbody>
<tr style="padding:0px">
<td style="padding:20px;width:100%;vertical-align:middle">
<p style="text-align:center">
<name>AI773: Topics in Artificial Intelligence <br> - Multimodal Deep Learning
Theories and Applications</name>
</p>
<p style="padding-top:3%;">
This course is designed for graduate students interested in developing theories and applications of multimodal deep learning. The course will cover core concepts and fundamental theories that are applied in various enterprise applications. Assuming prior knowledge in machine learning and related topics, the course will explore multimodal deep learning from vision and language to audio and speech using deep neural networks and the techniques used in deep learning literature. If time permits, an emerging topic of neural graphics will also be discussed, focusing on studies on the NeRFs in an aspect of multi-view representation learning.
</p>
</td>
</tr>
</tbody></table>
<table style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"><tbody>
<tr>
<td style="padding:20px;width:100%;vertical-align:middle">
<heading>News</heading>
</br></br>
<p>
9/6: Welcome to the multimodal deep learning theories and applications class!
</p>
</td>
</tr>
</tbody></table>
<hr>
<table style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"><tbody>
<tr>
<td style="padding:20px;width:100%;vertical-align:middle">
<heading>Time & location</heading>
</br></br>
<p>
<b>When</b>: Friday 13:00 PM - 15:50 PM
</p></br>
<p>
<b>Where</b>: 302동 107호
</p></br>
<p>
<b>Office hour (reservation only)</b>: Friday 10:00 AM, AIIS Bldg. (연구공원) 942동 208호
</p>
<p>
* Please make a reservation by emailing us in advance.</br>
(Staff group mail: TBA)
</p>
</td>
</tr>
</tbody></table>
<hr>
<table style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"><tbody>
<tr>
<td style="padding:20px;width:100%;vertical-align:middle">
<heading>Previous lectures</heading>
</br></br>
<p>
<b>[Spring 2022]</b> AI773: Special Topics in Artificial Intelligence - Deep Learning and Real-world Applications
(<a href="https://ai773.github.io/spring-2022/">website</a>)
</p>
<p>
<b>[Fall 2023]</b> AI773: Topics in Artificial Intelligence - Multimodal Deep Learning Theories and Applications
(<a href="https://naver-ai.github.io/202302-AI773/">website</a>)
</p>
</td>
</tr>
</tbody></table>
<hr>
</tbody></table>
<table style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"><tbody>
<tr>
<td style="padding:0px">
<br>
<p style="text-align:center;font-size:small;">
This website refers to <a href="https://github.com/jonbarron/jonbarron_website">source code</a>.
</p>
</td>
</tr>
</tbody></table>
</td>
</tr>
</table>
</body>
</html>