Explore My work 💻
A collection of some of my thoughts and projects over the years. Take everything with a grain of salt.
Include
Machine Learning
Causal Inference
Politics
Graph Theory
NLP
Reinforcement Learning
🗻
My Next Phase
Life update: I’m joining OpenAI's Trust & Safety team!
🔋
Simulating Statistical Power in R
A tutorial (with code!) explaining the important concept underpinning the design of vaccine trials, the validity of A/B tests, and driving the “reproducibility crisis” in the social sciences.
💬
Break Them up? The Case for Interoperability Among Direct Messaging Platforms
Despite the dire need for regulation, direct messaging is the overlooked middle child of social media. While structural break ups of technology platforms is en vogue, it is unlikely to have meaningful impacts in this market, relative to interoperability among messaging platforms.
🕺
How COVID-19 has Changed our Music Listening Habits
COVID-19 has brought enormous amounts of anxiety and uncertainty. This article shows how the pandemic has affected popular music listening habits.
🧫
Understanding Word2Vec through Cultural Dimensions
Understanding the decisions AI make is critical in mitigating its downsides. This article explains what cultural dimensions are, and demonstrates how they can increase interpretability and quantify bias in word embeddings.
💥
Anything2Vec: Mapping Reddit into Vector Spaces
Word2Vec is a powerful machine learning technique for embedding text corpus' into vector spaces. While useful for NLP problems, this blog post shows how it can also be used to represent and better understand communities on Reddit.
🍿
Classifying Shakespeare with Networks
What distinguishes Shakespeare's comedies from his tragedies? Without looking at a single line of dialogue, this article shows that it is possible to use networks to classify Shakespeare's plays. Posted on Towards Data Science.
🧠
Do Neural Networks Ever Forget?
How machine learning throws a wrench in the 'right to be forgotten.' Bringing in some of the latest computational research on privacy, this post examines how the principles of GDPR collide with the realities of neural networks.
🏛
Analyzing Political Polarization: Topic Centrality
Extending graph centrality to show how different political messages affect the flow of information. The final part in a series posted on the popular blog Towards Data Science.
🏛
Analyzing Political Polarization: Topic Modelling
Part two of three in a series that analyzes political polarization through network science. Modelling and extracting topics from political tweets. Posted on the popular blog Towards Data Science.
🏛
Analyzing Political Polarization: Engagement Graphs
Part one of a three in a series that breaks down my undergraduate thesis in an accessible and engaging format. Posted on the popular blog Towards Data Science.
🚙
Reinforcement Learning for Traffic Flow
A reinforcement learning agent that helps control the flow of traffic. Through this simple RL algorithm, we were able to reduce carbon emissions by a third, and cut time waiting at red lights in half.