-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclasses.html
39 lines (36 loc) · 1.27 KB
/
classes.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>CLASSES</title>
<link href="/style.css" rel="stylesheet" type="text/css">
<link href="/base.css" rel="stylesheet" type="text/css">
<link href="/shared.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="wrapper-masthead">
<div class="container">
<header class="masthead clearfix">
<h1><a href="/">i'm sarah</a></h1>
</header>
</div>
</div>
<div>Though I have always been an aggressive self-learner, recently I have found myself wishing for a bit more formality in my learning process and so have begun taking a few online courses, mostly via Coursera. Here are a few I have enjoyed:</div>
<h3>Favorites So Far</h3>
<ul>
<li>Learning How to Learn (Science of Learning)</li>
<li>Moralities of Everyday Life</li>
<li>Maching Learning with Andrew Ng</li>
<li>Mountains 101</li>
</ul>
<h3>Future Classes</h3>
<ul>
<li>Data Visualization with Python</li>
<li>Algorithms: Design and Analysis</li>
<li>The Science of Well-Being</li>
<li>Game Theory</li>
</ul>
</div>
</body>
</html>