
DATA SCIENCE, PRODUCTIONIZATION, & QUANTUM COMPUTING
Photo taken by Stephen Takacs during the May 2019 Cőde boot camp.
ONLINE: SPRING 2022
Free for graduate students, postdocs, and graduate alumni at academic member institutions.
PRODUCTIONIZATION
FALL 2021 PILOT
Logistics and outcomes
-
3 lectures led by your PhD alumni peers in industry
-
Meets online on the second Tuesday of each month (Sept, Oct, Nov) at 12pm ET
-
Learn about software engineering tools used to put data science into production.
-
Write cleaner, well documented python code.
Summary of Topics
-
Sept: The command line and modern text editing
-
Oct: Cleaner, documented code
-
Nov: Docker, flask, and exposing data science models
QUANTUM COMPUTING
SPRING 2022 PILOT
Logistics and outcomes
-
3 lectures led by your PhD alumni peers in industry
-
Meets online on the fourth Wednesday of each month (February, March, April) at 12pm ET
-
Learn about the basics of quantum computing with plenty of hands on material.
Summary of Topics
-
Feb: Introduction to quantum computing, constructing quantum circuits, and visualization of quantum simulation using qiskit
-
Mar: Quantum algorithms
-
Apr: quantum machine learning
MAY 2022 DATA SCIENCE BOOT CAMP
Overview
The Erdős Institute's signature Data Science Boot Camps have been running each May for 4 years now thanks to the generous support of our academic and corporate sponsors and members. This past year, we had a record number of participants complete the boot camp:
240 Participants on Day 1 (May 3, 2021)
190 Participants Completed Projects
Here are some statistics on those 190
The Erdős Institute's signature Data Science Boot Camp has grown rapidly each year since our May 2018 pilot:

In May 2021, our graduating boot camp class gave us a Net Promoter Score (NPS) of
74.6
Top projects from May 2021 as deemed by PhD alumni industry judges
Educational and Professional Aim
The goal of our Data Science Boot Camp is to provide you with the skills and mentorship necessary to produce a portfolio worthy data science/machine learning project while also providing you with valuable career development support and connecting you with potential employers.
Those who successfully complete our program will also receive our certificate of completion. Participants also have access to our professional development services which include: career coaching, mock interviews, resume and LinkedIn profile review, corporate connections, and more!
Topics
In fitting with our educational aim, this course will walk you through the steps involved in a typical data science/machine learning project. While covering a variety of important techniques and algorithms we will illuminate themes and motivations that can be adapted to many data science settings.
Below we outline some of the specific topics we will be covering in this boot camp.
-
Data Gathering Techniques
-
Searching common online sources for data
-
Basic web scraping with BeautifulSoup
-
-
Data Cleaning
-
Data Types
-
Basic data exploration with pandas, and numpy
-
Basic plotting with matplotlib
-
Handling Missing Data
-
Common Data Transformations
-
-
Supervised Learning
-
Regression
-
Simple Linear Regression
-
Multiple Linear Regression
-
Polynomial Regression
-
Ridge Regression
-
LASSO
-
Kernel Regression (if time permits)
-
Local Regression (if time permits)
-
-
Classification
-
Nearest Neighbor Methods
-
Naive Bayes
-
Logistic Regression
-
Decision Trees
-
Random Forests
-
Support Vector Machines
-
-
Ensemble Learning
-
-
Forecasting for Time Series Data
-
Handling and cleaning time series data
-
Simple forecasting methods
-
Time series regression models
-
Smoothing
-
Exponential Smoothing
-
-
Unsupervised Learning
-
Dimensionality Reduction
-
Principal Components Analysis
-
-
Clustering
-
-
Neural Networks
-
Perceptrons
-
Shallow Networks
-
-
Presenting Results
-
Pandas for presentation
-
Advanced matplotlib
-
Plotting in seaborn
-
-
Machine Learning Concepts
-
Training Test Split
-
Loss Functions
-
Gradient Descent
-
Model Validation
-
Bias Variance Trade-Off
-
Cross Validation
-
-
And MORE!

PAST PROJECTS
Some winning projects from previous years
MAY 2020
bookend: an authorship attribution classifier
Kyle Dettman, Elaad Applebaum, Diptanil Roy, Nikhil Tilak

Goal: Given some small snippet from a book, can we devise a classifier that can predict the author with some accuracy?
Data Source:
-
E-books from open source Project Gutenburg by authors such as Jane Austen, Mark Twain, Jack London
-
A purpose-built class in Python to handle the reading in, cleaning, and general analysis of these e-books.
Methods:
-
A series of Natural Language Processing techniques to build features: n-grams, syntactic tagging, bag-of-words, and lexical features.
-
The predictions from each of these models was fed to a soft- voting classifier to obtain the results.
Packages: Scikit-learn, Nltk, Ngram-graphs


Results:
-
Classifier achieves >90% accuracy on texts it had never seen before.
-
Algorithm correctly classifies books written by J.K. Rowling under her pseudonym Robert Galbraith, demonstrating cross-genre success in identifying author-level characteristics.
-
Classifier correctly attributes the disputed Federalist papers to Madison.
MAY 2019
Birds in Random Forests
Dananjaya Liyanage, Caleb Dilsavor, Hiran Wijesinghe

_.jpg)



Results:
The following is a brief summary of classifiers generated along with their accuracy. Cross validation was performed using random 1:5 testing to training splits of the data set.
Summary:
Extracted ~23k feature vectors from ~8k recordings and tested various classifiers using labels provided in metadata.
-
Scraping and preprocessing data from xeno-canto.org using R
-
Fourier spectral analysis using TuneR (R library)
-
WarbleR (R library) for feature extraction
-
Python with Jupyter Notebook
-
Matplotlib (python library) for visualization
-
Scikit-Learn (python library) for machine learning
MAY 2018
Two Tweet Too Furious
Matthew Osborne, Austin Antoniou, Dan McGregor, Luke Andrejek
Brief Description
In a set of tweets containing #Charlottesville from the week of the Charlottesville Unite the Right rally, can we gain any insight on who is actually tweeting these tweets?
Thanks to Center for the Study of Networks and Society for the Excellent Data!
Data and Analysis
We had tweets from over 1000 unique Twitter users to analyze. Each user in the data set tweeted #Charlottesville at least once in the week following Unite the Right rally. Other than that we knew nothing about the accounts.
We arranged these accounts into what we called a mutual retweet network (see Figure 1). Each node was one of the unique accounts from the data set and two accounts were connected with an edge if they retweeted the same accounts.
Our thought process was that people that are similar will retweet the same content.
Analysis was done using the Python packages: pandas, numpy, matplotlib, and networkx.

Figure 1
Outcome
Our approach resulted in clear communities, that describe the accounts quite well. We’ve highlighted those communities along with pictures of the top accounts that the encircled users retweeted (see Figure 2). A quick breakdown of the communities is provided below.
We expected to get two communities corresponding to republicans and democrats, however, we were surprised to see two outlier communities that are seemingly unrelated to the politics of the Charlottesville incident.
Perhaps this technique of Twitter data analysis could be a fruitful way to identify who is talking about or leveraging an event/issue.
Community Breakdown
Green – Possibly followers of a religious group from India
Yellow – Media accounts with a similar political skew
Blue – Democrat leaning accounts
Red – Republican leaning accounts

Figure 2
MAY 2018
Identifying Leaves with Python
Alex Beckwith, Jason Bello, Sheng Guo, Kiwon Lee, Francisco Martínez Figueroa
PHOTO GALLERY
Photos courtesy of Stephen Takacs Photography.

Goal: Classify species of leaves from a database of leaf images using techniques from image processing and computer vision.


Successive approximations of leaf outlines using elliptic Fourier analysis.
Principal component analysis to identify leaf species.

Some eigen-“leaves”
Primary packages used:
-
cv2 (for computer vision)
-
sklearn (for statistical analysis)
Examples of techniques used:
-
Principal component analysis
-
Elliptic Fourier analysis
-
~FAST corner detection algorithm
-
Scale-invariant feature transform (SIFT)
-
Template matching via Hausdorff distance
-
Canny edge detection
-
Misc. statistics on leaves (aspect ratio, solidity, isoperimetric factor)
-
Distance-to-mean comparison

~FAST corner detection
Template matching via Hausdorff distance