generated from harvard-ml-courses/cs181-web-template
-
Notifications
You must be signed in to change notification settings - Fork 11
/
index.html
55 lines (50 loc) · 2.27 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
---
layout: default
title: Home
weight: 0
---
<section class="main-container page-head">
<div class="main">
<h1 class="head-title">CS 1810: Machine Learning (2025)</h1>
<p class="head-subtitle">Harvard University</p>
<p class="head-subtitle">Prof. Finale Doshi-Velez, Prof. David Alvarez-Melis</p>
<p class="head-subtitle">Time: TTh 9:45am - 11:00am</p>
<p class="head-subtitle">Location: TBD </p>
</div>
</section>
<section class="main-container text">
<div class="main">
<h2 class="title">About</h2>
<p>
CS 1810 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 1810, 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>
Find links to previous years on the <a href="{{ site.baseurl }}/resources#previous">resources page</a>.
</p>
</div>
</section>