Alexander Bendeck


Third-year Ph.D. student
Georgia Tech
abendeck3 at gatech dot edu

GitHub | CV


Projects

Georgia Tech

U.S. Migration: Internal migration within the United States has the potential to reshape the country socially and politically. Past research has found that people are more likely to migrate within the U.S. to counties that match their current county in factors including political orientation, median income, and more. I am building an interactive map tool to help users explore these county-level migration patterns.

Electric Grid Visualization: When technicians are monitoring parts of an electric grid, they are faced with an enormous volume of diverse data, much of which has inherent uncertainties. The goal of this project is to develop new data visualizations for the types of data, uncertainty, and decision making that confront grid operators. These visualizations will support cognitive science research by our collaborators at Sandia National Labs.

Panda: Panda is a weakly-supervised system for entity matching. Panda uses the labeling function abstraction, where labeling functions (LFs) are user-provided programs that can cheaply generate many noisy match/unmatch labels. These LFs can then be combined by a labeling model to make accurate final predictions. In Fall 2021, I worked on improving the preliminary Panda system to combine LFs more intelligently.

Duke

I-Rex: I-Rex, an Interactive Relational Query Explainer for SQL, is a tool meant to help students learning SQL understand their mistakes while debugging incorrect queries. Check out the paper or watch the VLDB demo video (starring yours truly). I-Rex has now been utilized by students in the introductory database course at Duke for several semesters. This work is part of a broader project funded by NSF called “HNRQ: Helping Novices Learn and Debug Relational Queries”.

NeuroFit: This is an interdisciplinary research study in the MCAB Lab at Duke. Participants in this study have their physical activity monitored for three months while receiving physical activity promotion messages on their phones in the form of text messages. I analyzed partial data results to investigate the effectiveness of these text messages at motivating participants to be more physically active. You can read my report about the results here. Feel free to read more about the study and check out some of the code on GitHub.

Basketball Data Analytics: As part of Duke’s 2019 Data+ Program, I spent 10 weeks extracting basketball player motion data from basketball footage found on YouTube using a neural network, as well as training machine learning models to distinguish referees from players and group the detected players onto teams. If you’re curious, you can explore our code, poster, and slides from our end-of-summer presentation.