-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathproject.html
45 lines (37 loc) · 1.9 KB
/
project.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Stanford University CS281: Ethics of Artificial Intelligence</title>
<!-- bootstrap -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css">
<!-- Google fonts -->
<link href='http://fonts.googleapis.com/css?family=Roboto:400,300' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<div id="header">
<a href="http://stanford.edu/">
<img src="img/stanfordlogo.jpg" style="height:50px; float: right; margin-right: 20px;">
</a>
<h1><a href="https://stanfordaiethics.github.io/" style="color: black">Ethics of Artificial Intelligence</a></h1>
<div class='text-center'>
<h4>CS281 - Spring 2022</h4>
</div>
<hr/>
</div>
<div class="container sec">
<h2>Course Project</h2>
The course project will give the students a chance to explore AI ethics in greater detail. Course projects will be done in groups of up to 2 students and can fall into one or more of the following categories:<br><br>
<ul>
<li><span class="spanh">Application of deep generative models on a novel task/dataset.</span></li>
<li><span class="spanh">Algorithmic improvements into the evaluation, learning and/or inference of deep generative models.</span></li>
<li><span class="spanh">Theoretical analysis of any aspect of existing deep generative models.</span></li>
</ul>
<!-- jQuery and Boostrap -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
</body>
</html>