-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcourses.php
29 lines (25 loc) · 1.07 KB
/
courses.php
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
<?php include($_SERVER["DOCUMENT_ROOT"].'/header.html'); ?>
<!-- vim: set ts=2 sw=2 tw=79: -->
<h2>Teaching</h2>
<p>At Amherst College, I regularly teach:</p>
<ul>
<li>COSC-254 Data Mining (Spring'19, Spring'21)</li>
<li>COSC-257 Databases (Fall'19, Fall'23)</li>
<li>COSC-351 Information Theory (Spring'23)</li>
<li>COSC-355 Network Science (Spring'20, Fall'22)</li>
<li>COSC-111 Intro to CS 1 (essentially every semester)</li>
</ul>
<p>I often supervise <em>independent study</em> courses on machine learning,
data mining, or other topics of interest, e.g.:</p>
<ul>
<li>Topics in Data Science</li>
<li>Database Implementation</li>
<li>Advanced Analytics</li>
<li>Regression and Time Series Analysis</li>
</ul>
<p>Every Fall, unless I'm on leave, I also teach "COLQ-390H Learning by Doing:
Internship and Fieldwork Reflection", the half-credit course to satisfy the
CPT requirement for international students who did an internship.</p>
<p>At Brown, I taught Optimization Methods in Finance in Spring'16 and
Spring'18.</p>
<?php include($_SERVER["DOCUMENT_ROOT"].'/footer.html'); ?>