-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
200 lines (195 loc) · 12 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
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
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Meta Information -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Yue Zhao">
<meta name="description" content="Course website of CSCI 566 AT USC">
<meta name="keywords" content="machine learning, data mining, csci566, usc, Yue Zhao">
<!-- Title and Favicon -->
<title>CSCI 566 Deep Learning and its Applications</title>
<link rel="icon" type="image/x-icon" href="images/logo2.ico">
<!-- Stylesheets -->
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-xOolHFLEh07PJGoPkLv1IbcEPTNtaed2xpHsD9ESMhqIYd0nLMwNLD69Npy4HI+N" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap" rel="stylesheet">
<!-- Scripts -->
<script src="https://code.jquery.com/jquery-3.6.0.slim.min.js" integrity="sha256-u7e5khyithlIdTpu22PHhENmPcRdFiHRjhAuHcs05RI=" crossorigin="anonymous"></script>
<script src="https://unpkg.com/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-+sLIOodYLS7CIrQpBjl+C7nPvqq+FbNUBDunl/OZv93DB7Ln/533i8e/mZXLi/P+" crossorigin="anonymous"></script>
</head>
<body>
<style>
body {
font-family: 'Roboto', '-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Helvetica Neue', 'Arial', 'Noto Sans', 'sans-serif', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
/* Global Styles */
h1, h2, h3 {
text-align: center;
}
.university-color {
color: #990000;
}
.link-list a {
margin-right: 5px;
}
/* Staff Container Styles */
.staff-container {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
margin: 20px;
}
.staff-member {
width: 23%;
text-align: center;
margin: 15px 1%;
box-sizing: border-box;
}
.staff-member img {
width: 80%;
max-width: 150px;
height: auto;
border-radius: 50%;
margin-bottom: 10px;
}
.staff-member h2, .staff-member p {
margin: 5px 0;
}
/* Responsive Styles */
@media only screen and (max-width: 1024px) {
.staff-member {
width: 48%;
margin: 15px 1%;
}
.staff-member img {
width: 70%;
max-width: 130px;
}
}
@media only screen and (max-width: 768px) {
.staff-member {
width: 100%;
margin: 15px 0;
}
.staff-member img {
width: 60%;
max-width: 120px;
}
</style>
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark mb-4">
<div class="container">
<!-- Navbar header -->
<a class="navbar-brand" href="#">CSCI 566 Deep Learning and its Applications</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<!-- Navbar links -->
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav custom-spacing">
<li class="nav-item"><a class="nav-link" href="index.html">Home</a></li>
<li class="nav-item"><a class="nav-link" href="schedule.html">Course Schedule</a></li>
<li class="nav-item"><a class="nav-link" href="https://docs.google.com/document/d/15o0ZuBrpOlKZdMKj1vlVhp0mmDtdjCgMXEonVB-njbI/edit?usp=sharing">Syllabus (USC login required)</a></li>
</ul>
</div>
</div>
</nav>
<!-- Page Content -->
<div class="container">
<h2>CSCI 566 Deep Learning and its Applications Spring 2024 <a href="mailto:[email protected]" style="color: #888; text-decoration: none;">[email protected]</a></h2>
<div style="text-align: center;">
<img width="400" src="images/usc-banner.png">
</div>
<div class="col" style="margin-top:3%; text-align:left;">
<p><strong class="university-color">To Students</strong>: The course website is still <strong>under construction</strong>; please check back frequently and the content is subject to change, especially the schedule. D-clearance is managed by the CS department, not myself.
</p>
<p><strong class="university-color">Overview</strong>: This course offers a comprehensive introduction to the principles of machine learning (ML) and deep learning (DL), emphasizing both mathematical foundations and practical applications. You will gain insights into basic ML techniques, learn knowledge of advanced DL applications in fields like computer vision and natural language processing, and understand their transformative impact on areas such as image recognition and autonomous systems. The course includes hands-on assignments and a customizable final project, providing you with practical experience in implementing ML and DL solutions.
</p>
<!-- <p><strong class="university-color">Special Notice</strong>: This course is a <strong>transitional</strong> course – it will be refactored in Fall 2024. To ensure a smooth transition, we cover more general ML than its earlier version. Although we still emphasize deep learning, we will use substantial time on general ML and other cool things. In Fall 2024, CSCI 566 will be machine learning without a focus on deep learning but classical ML and math foundations (more like current CSCI 567). It is still deciding but not finalized.-->
<!-- </p>-->
<p><strong class="university-color">Prerequisites</strong>:
(1) Proficiency in Python
(2) College Calculus, Linear Algebra, Probability and Statistics
(3) (Recommended but not required) Equivalent knowledge of <a href="https://vatsalsharan.github.io/spring24.html">CSCI 567 (Machine Learning)</a>
</p>
<p><strong class="university-color">Basic logistics</strong>:</p>
<ul>
<li><strong>Syllabus:</strong> <a href="https://docs.google.com/document/d/15o0ZuBrpOlKZdMKj1vlVhp0mmDtdjCgMXEonVB-njbI/edit?usp=sharing">Syllabus (USC login required; may not be updated as frequent as the website)</a></li>
<li><strong>Time:</strong> Fridays, 1:00pm-4:20pm PST</li>
<li><strong>Location:</strong> THH 201</li>
<li><strong>Discussion:</strong> <a href="https://piazza.com/usc/spring2024/csci566/info " target="_blank">Piazza</a></li>
<li><strong>Contact:</strong> Students should use <a href="https://piazza.com/usc/spring2024/csci566/info " target="_blank">Piazza</a> for any course-related questions. For external inquiries, personal matters, or emergencies, you can email the CSCI 566 staff at <a href="mailto:[email protected]">[email protected]</a>. Please do <em>not</em> email any of the CSCI 566 staff individually.</li>
<li><strong class="university-color">Guest Lectures</strong>: Industry and academic professionals will join our lectures regularly, sharing their experiences in ML and data science, and providing career insights.
</ul>
</div>
<hr>
<strong>Note:</strong> alphabetical by last names. <strong>See up-to-date location/zoom</strong> <a href="https://piazza.com/class/loendg1jxkryr/post/18">Piazza post</a>.
<div class="staff-container">
<!-- Professor -->
<div class="staff-member">
<img src="images/yue.jpg" alt="Yue Zhao">
<h3>Instructor</h3>
<p>Yue Zhao</p>
<p>OH: Fridays in class (not for technical questions but admin/logistics/etc.)</p>
</div>
<!-- Teaching Assistant 1 -->
<div class="staff-member">
<img src="images/Varun.jpg" alt="TA 5">
<h3>Teaching Assistant</h3>
<p>Varun Bhatt</p>
<p>OH: Tuesdays 14:00-15:00; Details at <a href="https://piazza.com/class/loendg1jxkryr/post/18">Piazza post</a></p>
</div>
<!-- Teaching Assistant 1 -->
<div class="staff-member">
<img src="images/zihaohe.jpg" alt="TA 1">
<h3>Teaching Assistant</h3>
<p>Zihao He</p>
<p>OH: Thursdays 14:00-15:00; Details at <a href="https://piazza.com/class/loendg1jxkryr/post/18">Piazza post</a></p>
</div>
<!-- Teaching Assistant 1 -->
<div class="staff-member">
<img src="images/zihaohu.jpg" alt="TA 2">
<h3>Teaching Assistant</h3>
<p>Zihao Hu</p>
<p>OH: Wednesdays 10:00-11:00; Details at <a href="https://piazza.com/class/loendg1jxkryr/post/18">Piazza post</a></p>
</div>
<!-- Teaching Assistant 1 -->
<div class="staff-member">
<img src="images/ayush_mazal.jpg" alt="TA 6">
<h3>Teaching Assistant</h3>
<p>Ayush Jain</p>
<p>OH: Wednesdays 14:00-15:00; Details at <a href="https://piazza.com/class/loendg1jxkryr/post/18">Piazza post</a></p>
</div>
<!-- Teaching Assistant 1 -->
<div class="staff-member">
<img src="images/ziyiliu.jpg" alt="TA 3">
<h3>Teaching Assistant</h3>
<p>Ziyi Liu</p>
<p>OH: Thursdays 10:00-11:00; Details at <a href="https://piazza.com/class/loendg1jxkryr/post/18">Piazza post</a></p>
</div>
<!-- Teaching Assistant 1 -->
<div class="staff-member">
<img src="images/yuehanqin.jpg" alt="TA 4">
<h3>Teaching Assistant</h3>
<p>Yuehan Qin</p>
<p>OH: Tuesdays 10:00-11:00; Details at <a href="https://piazza.com/class/loendg1jxkryr/post/18">Piazza post</a></p>
</div>
<!-- Teaching Assistant 1 -->
<div class="staff-member">
<img src="images/linkedin_pic.jpg" alt="TA 7">
<h3>Teaching Assistant</h3>
<p>Pengda Xiang</p>
<p>OH: Tuesdays 15:30-16:30; Details at <a href="https://piazza.com/class/loendg1jxkryr/post/18">Piazza post</a></p>
</div>
</div>
</div>
</div>
<footer style="background-color: #f9f9f9; padding: 20px; text-align: center; border-top: 2px solid #e5e5e5; margin-top: 50px;">
<p style="font-family: 'Oswald', sans-serif; font-size: 15px; color: #555;">© Copyright 2024 University of Southern California.</p>
<p style="font-family: 'Oswald', sans-serif; font-size: 15px; color: #555;">Written by Yue Zhao and ChatGPT from scratch! <a href="https://github.com/USC-ASAP/CICS566-S24" target="_blank" style="color: #888; text-decoration: none;">Reuse our code</a>.</p>
</footer>
</body>
</html>