-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
50 lines (47 loc) · 2.33 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
---
layout: default
title: Home
weight: 0
---
<section class="main-container page-head">
<div class="main">
<h1 class="head-title">CS 181: Machine Learning (2023)</h1>
<p class="head-subtitle">Harvard University</p>
<p class="head-subtitle">Prof. Weiwei Pan</p>
<p class="head-subtitle">Time: TTh 2:15-3:30pm</p>
<p class="head-subtitle">Location: SEC 1.321 Lecture Hall </p>
</div>
</section>
<section class="main-container text">
<div class="main">
<h2 class="title">About</h2>
<p>
CS 181 provides a broad and rigorous introduction to machine learning, probabilistic reasoning
and decision making in uncertain environments. We will discuss the motivations behind common
machine learning algorithms, and the properties that determine whether or not they will work well
for a particular task. You will derive the mathematical underpinnings for many common methods,
as well as apply machine learning to challenges with real data. In doing so, our goal is that you
gain a strong conceptual understanding of machine learning methods that can empower you to pursue
future theoretical and practical directions.
Topics include: supervised learning, ensemble methods and boosting, neural networks,
support vector machines, kernel methods, clustering and unsupervised learning, maximum likelihood,
graphical models, hidden Markov models, inference methods, reinforcement learning.
</p>
<p>
The material is aimed at an advanced undergraduate level. Students should be comfortable with writing
non-trivial programs (e.g. any course, experience, or willing to self-study beyond CS 50). All staff-provided
scaffolding code will be in Python. Students should also have a background in probability theory (e.g. STAT 110
or equivalent), and familiarity with calculus and linear algebra (e.g. AM 22a, Math 21b, or equivalent).
</p>
</p>
<strong>Note:</strong> STAT 111 and CS 51 are not required for CS 181, although having these courses would be beneficial for students.
<p>
<p class="link">
<a href="{{ site.baseurl }}/syllabus">Full course description with policies.</a>
</p>
<!--<p> Links to previous years' websites:
<a href=https://harvard-ml-courses.github.io/cs181-web-2021> 2021</a>,
<a href=https://harvard-ml-courses.github.io/cs181-web-2020> 2020</a>
</p>-->
</div>
</section>