ECPR

Install the app

Install this application on your home screen for quick and easy access when you’re on the go.

Just tap Share then “Add to Home Screen”

ECPR

Install the app

Install this application on your home screen for quick and easy access when you’re on the go.

Just tap Share then “Add to Home Screen”

Your subscription could not be saved. Please try again.
Your subscription to the ECPR Methods School offers and updates newsletter has been successful.

Discover ECPR's Latest Methods Course Offerings

We use Brevo as our email marketing platform. By clicking below to submit this form, you acknowledge that the information you provided will be transferred to Brevo for processing in accordance with their terms of use.

virtual

Machine Learning with Big Data for Social Scientists

Course Dates and Times

Monday 6 – Friday 10 February 2023
Minimum 2 hours of live teaching per day
14:00 – 16:00 CET

Akitaka Matsuo

a.matsuo@essex.ac.uk

University of Essex

This course provides a highly interactive online teaching and learning environment, using state-of-the-art online pedagogical tools. It is designed for a demanding audience (researchers, professional analysts, advanced students) and capped at a maximum of 16 participants so the teaching team can cater to the specific needs of each individual.

Purpose of the course

You will learn how to work with various sizes of data using R, borrowing the power of tidyverse.

Through coding tutorials, you’ll also learn the basic principles of machine learning, and how to use them.

ECTS Credits

3 credits Engage fully with class activities 
4 credits Complete a post-class assignment


Instructor Bio

Akitaka is a Postdoctoral Research Fellow at the Institute for Analytics and Data Science (IADS). Before joining IADS, he was a Research Fellow in Data Science in LSE's Department of Methodology. He earned his PhD in political science at Rice University in Houston. 

His research interests lie in data science and politics, in particular in the statistical methodology for scaling political behaviour, and natural language processing of political texts.

Twitter @amatsuo_net

Key topics covered

The course has two core topics:

  • constructing and managing large datasets in R
  • machine learning, with specific focus on providing analytics from large datasets. 

For the first topic, big data, we start by asking: What is big data? Why it is difficult to work with? We then learn the best solutions in R for working with big data depending on the size of data, from locally stored data objects to databases hosted on the cloud. 

For the second topic, machine learning, we will learn basic concepts such as:

  1. problem definitions
  2. objective function
  3. bias-variance trade-offs
  4. parameter tuning. 

In statistical analysis, social science traditionally has emphasised the explanation of some outcomes with some inputs. Machine learning has an overlapping but evidently different orientation.

By contrasting the inference-based approach with the prediction-focused approach, you get to understand the fundamental ideas of machine learning.

After theoretical discussions, we will apply machine learning techniques to various analytical tasks in social sciences.


Day 1

Data Management in R
We discuss big data, what it is, and why it's difficult to work with. We cover: setting up computation environments in the cloud, introduction to cloud computing concepts, and explain why the migration to cloud computing is occurring. You will work with large data using tidyverse, which provides a unified interface for various data solutions, from dataframe to databases. 

Day 2

Databases and Machine Learning Basics
We learn the methods for handling big data using various types of databases, which unload the data from R working space while keeping it highly accessible. Explore the basics of relational databases, such as concepts, rules, and design followed by the syntax of SQL queries. Participate in general discussions on the logic of machine learning to understand the basics.

Day 3

Regression problem
Revisiting linear regression, we learn how to interpret the regression problem in the machine learning framework, covering cases where the outcome is a continuous quantity. We explore the topic of variable selection, especially when there are numerous input features, and learn about widely used methods for regularised regressions such as Ridge regression and LASSO. We also introduce the concept of (hyper-)parameter tuning through cross-validation.

Day 4

Classification Methods 1
Moving to cases where the outcome is categorical, we discuss supervised classification, in which we apply machine learning algorithms to predict known values of outputs. Using logistic regression, a classification method familiar to social scientists, you will learn how to evaluate the models in a machine learning framework. Then we learn the concept and implementation of support vector machine (SVM).

Day 5

Classification Methods 2
Continuing from the previous day, we focus on tree-based methods. Starting with a simple tree, we'll move on to more sophisticated methods such as random forest and boosting. To finish, we will revisit the issue of data size and get an overview of the methodology for distributed computation.


How the course will work online

The course includes approximately five hours of pre-recorded lectures, plus an online forum on Slack where the Instructor and students can freely discuss the lecture materials and coding. 

Approximately two hours of each day will be an online seminar, during which we will learn how to apply the concepts and knowledge gained from pre-course lecture materials through Q&A sessions and live lab work. 

In the live lab, you will be given several coding tasks, and asked to code along with the Instructor. Some tasks are left as homework, which we will discuss on the online forum and during the following day’s live lab. You can also have an opportunity to meet the Instructor virtually during daily office hours. 

You will learn how to work with cloud computational workspace using R as a primary statistical software, with RStudio server. You will set up a cloud computing environment on Amazon Web Service by yourself. We will distribute example scripts and assignments through github so you can learn how to use online version control systems for collaboration and research accountability.

The course assumes you have some familiarity with R statistical language and can conduct basic data handling in R (opening .csv files, working with dataframes). If you don’t have this, we suggest you take the Introduction to R course. 

You should also have basic knowledge of standard statistical analysis in social science, such as linear regression and hypothesis testing. These are covered in the Introduction to Inferential Statistics course.

Before Day 1, please complete the following:

  • Readings – mostly textbook materials. Approximately two hours' reading for each day of the course; 10 hours in total.
  • Lectures – pre-recorded videos accompanied by supporting materials. One hour of video for each day of the course; 5 hours in total.