Portfolio

Here are a complation of my projects and research from high school and college.

Research


🛰️ Quantitative Portfolio Management for NASA

Sep 2022-May 2025
Continuation of undergraduate research to MEng thesis in Modern Portfolio Theory (MPT). Leveraging data science techniques to determine investments for technology projects. Strategizing initiatives to automate dynamic portfolio allocation for 10-20 year-long technology projects by improving upon MPT methodology and incorporating reinforcement learning frameworks. [Code] [Website]

📈 Options Market Making Broker Simulator

Jun 2024 - Aug 2024
Designed and simulated option market quotes and trades on the S\&P 500 futures while applying position-fitting algorithms and minimum edge requirements. Heavily involved various spread types including butterflies, ratio spreads, and rolls to test speed and accuracy. [Code (private)]

🖨 CSAIL “Invisible” Ink Computer Vision Research

Sep 2023 - Dec 2025
Assisted the development of hybrid paper documents for interactive digital media by leveraging AR techniques and computer vision models, resulting in 80%+ accuracy in detecting “invisible” QR codes; paper published/presented at CHI 2025.
[Lab] [Paper]

📊 Empirical Bayes using Deep Neural Networks: g-modeling vs f-modeling

Sep 2021 - Mar 2022
Researched empirical Bayes estimation via two main modeling strategies (g-modeling and f-modeling), and developing methodology to implement the above strategies using deep neural networks. Presented on Glow, a normalizing flow-based generative model with invertible 1x1 convolutions.
[Presentation]

Projects


🍃 Social Media App for NYC Carbon Emissions

April 2024
As our submission to the Point 72 Data Hackathon, we utilize NYC/Manhattan’s Citi Bike data and Point 72’s data streaming library CSP to create a communal app for users to update live how much carbon emission they are saving.
[Code]

⌚️ LSTM vs Transformers for Time Series Modeling

Sep 2023 - Dec 2023
A comparison analysis between LSTM and Transformer models in the context of time-series forecasting. In this study, we pinpoint which particular features of time series datasets could lead transformer-based models to outperform LSTM models.
[Blog] [Code]

🔊 Predicting Volume from Silent Videos

Feb 2023 - May 2023
From movies to video games, sound plays a crucial role in our perception of the world. In this project, we aim to predict the volume of visually indicated sounds (VIS) from silent video scenes. We present a model involving a recurrent-neural network composed of a CNN and an LSTM.
[Paper]

🥗 NutritionChecker

Jul 2020
Using OCR, we design an Android application to scan nutrition labels and determine the healthiness of a grocery shopping trip.
[Submission] [Code]