Homework

due by 01/13/2022,03:39pm

Homework 0 - Description | Submission

due by 01/21/2022,11:59pm

Homework 1 - Description | Submission

due by 01/28/2022,11:59pm

Homework 2 - Description | Submission

due by 02/04/2022,11:59pm

Homework 3 - Description | Submission

due by 02/11/2022,11:59pm

Homework 4 - Description | Submission

due by 02/25/2022,11:59pm

Homework 5 - Description | Submission

due by 03/18/2022,11:59pm

Homework 6 - Description | Submission

due by 03/18/2022,11:59pm

Project Proposal - Description | Submission

due by 03/25/2022,11:59pm

Homework 7 - Description | Submission

due by 04/05/2022,11:59pm

Project Milestone Report - Description | Submission

due by 04/15/2022,11:59pm

Homework 8 - Description | Submission

due by 04/22/2022,11:59pm

Final Project Report - Description | Submission

Other Project Phases

03/11/2022,11:59pm

Announce your team and title

03/29/2022,03:40pm

Peer feedback (in-class)

03/29/2022,11:59pm

Written feedback from staff

04/16/2022 - 04/22/2022

Staff feedback by appointments

04/26/2022,03:40pm

Project Awards (in-class)

Lectures

1/11/2022

Lecture 1: Introduction

What is data science? Why is it important? Who are we? Course overview and syllabus.

Recommended reading

Lecture Video:

1/13/2022

Lecture 2: Introduction to Programming in Python, Version Control

Running a Python program, IPython, Jupyter notebooks, variables and data types, operations, functions, scope. Version Control with GIT

Lecture Video:

1/18/2022

Lecture 3: Introduction to Programming in Python II

Data types and operators, conditions, lists, loops.

Lecture Video:

1/20/2022

Lecture 4: Introduction to Descriptive Statistics

Variable types, basic summary statistics and plotting, covariance and correlation, confounders, probability: Bernoulli, Binomial, and Normal distributions.

Lecture Video:

1/25/2022

Lecture 5: Advanced Data Structures

Sets, dictionaries, pandas series, working with modules.

Lecture Video:

1/27/2022

Lecture 6: Pandas DataFrames

Reading and writing data from files, pandas data frames, basic plotting.

Recommended reading

  • Learning the Pandas Library: Python Tools for Data Munging, Analysis, and Visualization. Matt Harrison

Lecture Video:

2/1/2022

Lecture 7: Hypothesis Testing and Statistical Inference

Introduction to Hypothesis Testing, Central Limit Theorem, A/B testing.

Mandatory reading

WIRED article on A/B testing

Lecture Video:

2/3/2022

Lecture 8: Temporal Data Analysis and Applications to Stock Analysis

Downloading, cleaning, analyzing, and visualizing stock data.

Lecture Video:

2/8/2022

Lecture 9: Linear Regression 1

Introduction to simple linear regression, multiple linear regression, exploratory vs. inferential viewpoints

Recommended reading

Lecture Video:

2/10/2022

Lecture 10: Linear Regression 2

Model generalizability, cross validation, and using categorical variables in regression

Recommended reading

Lecture Video:

2/15/2022

Lecture 11: Ethics

What are the social impacts of computing technology such as personal privacy, intellectual property, interface usability, accessibility, and reliability. What are scenarios where pervasive use of automated systems can and has disproportionately and negatively impacted some groups more than others? What are solutions to mitigate these effects?

Lecture Video:

2/17/2022

Lecture 12: Data Visualization 1

Data Visualization in Python with Matplotlib, Seaboarn, Altair.

Lecture Video:

2/22/2022

Lecture 13: Data Visualization 2

Data Visualization for ethics: exploring and mitigating biases in word embeddings

Lecture Video:

2/24/2022

Lecture 14: Web Scraping and APIs

Scrape HTML websites with Beautiful Soup. Data Cleanup with Pandas. Connect to APIs such as Twitter, Reddit. JSON, REST.

Recommended reading

Lecture Video:

3/1/2022

Lecture 15: Data Visualization 3

Some Principles of Data Visualization

Lecture Video:

3/3/2022

Lecture 16: Classification I: K-Nearest Neighbors, Decision Trees

Introduction to classification, k-nearest neighbors, generalizability, bias-variance, cross validation, discussion of course projects

Recommended reading

Lecture Video:

3/8/2022

Lecture 17: No Class

Spring Break

3/10/2022

Lecture 18: No Class

Spring Break

3/15/2022

Lecture 19: Classification II: Logistic Regression and SVMs

Logistic Regression, Support Vector Machines (SVM), generalizability and cross validation

Recommended reading

  • ISL, Ch. 8 and 9

Lecture Video:

3/17/2022

Lecture 20: Natural Language Processing

What are the challenges in understanding natural language? How can we build statistical models of language?

Lecture Video:

3/22/2022

Lecture 21: Regular Expressions, NLP in Practice

NLP in Python with NLTK. Parsing strings with regular expressions.

Lecture Video:

3/24/2022

Lecture 22: Clustering I

Introduction to Clustering, supervised vs. unsupervised learning, k-means method

Recommended reading

Lecture Video:

3/29/2022

Lecture 23: Project Peer Feedback

Give and receive feedback on your project proposal from a peer group.

3/31/2022

Lecture 24: Clustering II

Hierarchical clustering, dendogram plots, clustering in practice

Recommended reading

Lecture Video:

4/5/2022

Lecture 25: Dimensionality Reduction

Principal Component Analysis (PCA), using PCA for visualization

Lecture Video:

4/7/2022

Lecture 26: Neural Networks, Deep Learning, Tensor Flow

Classification and regression with neural networks. Network architectures. Using Tensor Flow.

Recommended reading

Lecture Video:

4/12/2022

Lecture 27: Neural Networks, Deep Learning, Tensor Flow

Classification and regression with neural networks. Network architectures. Using Tensor Flow.

Recommended reading

Lecture Video:

4/14/2022

Lecture 28: Databases

Working with relational databases in Python. Introduction to the Structured Query Language.

Lecture Video:

4/19/2022

Lecture 29: Network Analysis

Basics about Networks. Visualization methods for general graphs and trees. Graph algorithms - path search, centrality, pagerank.

Mandatory reading

  • Grus Ch. 21

Lecture Video:

4/21/2022

Lecture 30: Guest Lecture: Quantitative Approaches to Social Justice

4/26/2022

Lecture 31: Best Project Presentations, Recap, Wrap-up, Outlook

What did we learn, what else is out there, what can you learn next?

Lecture Video: