Dr. Richard Evans | [Chelsea Ernhofer]() (TA) | [Sushmita Gopalan]() (TA) | |
---|---|---|---|
rwevans@uchicago.edu | cernhofer@gmail.com | sushmitavgopalan@uchicago.edu | |
Office | 208 McGiffert House | ||
Office Hours | T 9:30-11:30am | Th 1:00-3:00pm | Th 9:00-11:00am |
GitHub | rickecon | cernhofer | sushmitavgopalan16 |
Students are often well trained in the details of specific models relevant to their respective fields. This course presents a generic definition of a model in the social sciences as well as a taxonomy of a wide range of different types of models used. We cover principles of model building, including static versus dynamic models, linear versus nonlinear, simple versus complicated, and identification versus overfitting. Major types of models implemented in this course include systems of nonlinear equations, linear and nonlinear regression, supervised learning (decision trees, random forests, support vector machines, etc.), and unsupervised learning. We will also explore the wide range of computational strategies used to estimate models from data and make statistical and causal inference. Students will study both good examples and bad examples of modeling and estimation. This course will give a quick overview of many topics and applied practice in problem sets with the hope that the students will later pursue deeper study into specific areas we cover.
You will have 8 problem sets throughout the term. I will drop everybody's lowest problem set score. For this reason, problem sets will only account for 80 percent of your grade.
Assignment | Quantity | Points | Total Points | Percent |
---|---|---|---|---|
Problem Sets | 8 | 10 | 70 | 77.8% |
Midterm exam | 1 | 20 | 20 | 22.2% |
Total Points | -- | -- | 90 | 100% |
Late problem sets will be penalized 2 points for every hour they are late. For example, if an assignment is due on Monday at 11:30am, the following points will be deducted based on the time stamp of the last commit.
Example PR last commit | points deducted |
---|---|
11:31am to 12:30pm | -2 points |
12:31pm to 1:30pm | -4 points |
1:31pm to 2:30pm | -6 points |
2:31pm to 3:30pm | -8 points |
3:30pm and beyond | -10 points (no credit) |
If you need any special accommodations, please provide us with a copy of your Accommodation Determination Letter (provided to you by the Student Disability Services office) as soon as possible so that you may discuss with me how your accommodations may be implemented in this course.
Date | Day | Topic | Readings | Assignment |
---|---|---|---|---|
Jan. 3 | W | Model/theory building | V1997 | |
Jan. 8 | M | Data generating process | PS1 | |
Jan. 10 | W | Maximum likelihood estimation | Notes | |
Jan. 15 | M | No class (Martin Luther King, Jr. Day) | ||
Jan. 17 | W | Generalized method of moments | Notes | |
Jan. 22 | M | Generalized method of moments | PS2 | |
Jan. 24 | W | Statistical learning and linear regression | JWHT Ch. 2, 3, Notes | PS3 |
Jan. 29 | M | Classification and logistic regression | JWHT Chs. 2, 4 | |
Jan. 31 | W | Classification and logistic regression | Notes | |
Feb. 5 | M | Evans Midterm | PS4 | |
Feb. 7 | W | Generalized linear models | Notes | |
Feb. 12 | M | Resampling methods (cross-validation and bootstrapping) | JWHT Ch. 5, Notes | |
Feb. 14 | W | Nonlinear modeling | JWHT Ch. 7, Notes | |
Feb. 19 | M | Tree-based methods | JWHT Ch. 8, Notes | PS5 |
Feb. 21 | W | Tree-based methods | JWHT Ch. 8 | |
Feb. 26 | M | Support vector machines | JWHT Ch. 9 | PS6 |
Feb. 28 | W | Support vector machines | Notes | |
Mar. 5 | M | Neural networks | HTF Ch. 11, G Ch. 10 | PS7 |
Mar. 7 | W | Neural networks | Notes | |
Mar. 12 | M | PS8 |
All readings are required unless otherwise noted. Adjustments can be made throughout the quarter; be sure to check this repository frequently to make sure you know all the assigned readings.