- Instructor: Benjamin Soltoff, Lecturer in Computational Social Science
- Meeting day/time: MW 11:30-1:20pm (Saieh Hall of Economics 247)
- Office hours: Th 12:30-2:30pm (McGiffert House 209)
This course focuses on applying computational methods to conducting social scientific research through a student-developed research project. Students will identify a research question of their own interest that involves a direct reference to social scientific theory, use of data, and a significant computational component. The students will collect data, develop, apply, and interpret statistical learning models, and generate a fully reproducible research paper. We will identify how computational methods can be used throughout the research process, from data collection and tidying, to exploration, visualization and modeling, to the final communication of results. The course will include modules on theoretical and practical considerations, including topics such as epistemological questions about research design, writing and critiquing papers, and additional computational tools for analysis.
Assignment | Points | Quantity | Total points |
---|---|---|---|
Proposal | 10 | 1 | 10 |
Literature review | 15 | 1 | 15 |
Methods/initial results | 15 | 1 | 15 |
Peer evaluations of posters | 2 | 5 | 10 |
Poster presentation | 30 | 1 | 30 |
Final paper | 40 | 1 | 40 |
Problem set | 10 | 4 | 40 |
Total Points | 160 |
- All assignments related to the final project will be turned in via their own public GitHub repositories. You can create this repository here.
- Each problem set will be submitted via pull request to individual repositories (e.g.
hw01
,hw02
,hw03
)
Late problem sets will be penalized 1 point 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 | -1 point |
12:31pm to 1:30pm | -2 points |
1:31pm to 2:30pm | -3 points |
2:31pm to 3:30pm | -4 points |
9:30pm and beyond | -10 points (no credit) |
If you need any special accommodations, please provide me (Dr. Soltoff) 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 | Reading | Slides | Assignment due dates |
---|---|---|---|---|---|
Apr 1 | Mon | Overview/reproducibility in science | Slides | ||
Apr 3 | Wed | Identifying a research question | CR ch 3-6 | ||
Apr 8 | Mon | Writing the literature review/theory sections | |||
Apr 10 | Wed | Methods/results section | Research proposal | ||
Apr 15 | Mon | Individual meetings - proposal feedback | |||
Apr 17 | Wed | Dealing with missingness | Notes | ||
Apr 22 | Mon | Neural networks | ESL ch 11; DLPyR ch 1-2 | PS1 | |
Apr 24 | Wed | Neural networks | ESL ch 11; DLPyR ch 1-2 | ||
Apr 29 | Mon | Deep learning - fundamentals and Keras/Tensorflow | DLPyR ch 3-4 | PS2 | |
May 1 | Wed | Deep learning - texts and sequences | DLPyR ch 6 | Lit review draft | |
May 6 | Mon | Individual meetings - literature review feedback | PS3 | ||
May 8 | Wed | Assessing algorithmic bias | Notes | ||
May 13 | Mon | Improving statistical graphics | |||
May 15 | Wed | Improving statistical graphics | |||
May 20 | Mon | Class imbalance (Sushmita) | |||
May 22 | Wed | Effective presentations | Methods/results draft | ||
May 27 | Mon | No class (Memorial Day) | PS4 | ||
May 29 | Wed | No class (out of town) | |||
Jun 3 | Mon | Writing the abstract/intro/conclusion | |||
Jun 5 | Wed | Poster session | Research poster | ||
Jun 12 | Wed | Final paper (5pm) |
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.
- Data/methods section
- Broockman, D. E., & Skovron, C. (2018). Bias in Perceptions of Public Opinion among Political Elites. American Political Science Review, 1-22.
- Kalla, J. L., & Broockman, D. E. (2016). Campaign contributions facilitate access to congressional officials: A randomized field experiment. American Journal of Political Science, 60(3), 545-558.
- [DLPyR] Deep learning with Python/R
- [CR] Booth, W. C., Colomb, G. G., Williams, J. M., Bizup, J., & FitzGerald, W. (2016). The craft of research. University of Chicago press.