I am currently a senior at the University of Michigan, majoring in Honors Mathematics, Statistics, Computer Science, Data Science. Last Summer I did an internship at MathWorks on the Data Science Types Team. Previously, I spent my first year of my undergraduate degree at the University of Wisconsin-Madison, after which I transferred. I am a Boston native, originally from a town called Wellesley (Maybe you have heard of Wellesley College?)
Aug 2022 - May 2025 (Expected)
BS in Mathematics, Statistics, Computer Science, Data Science
GPA: 3.82
Go Blue!
Sept 2021 - May 2022
BS in Mathematics & Computer Science
GPA: 3.89
Shoutout to the UW-Madison Math Club!
This Python program computes the theoretical price of an options contract using the Black-Scholes model. Used BeautifulSoup to scrape real-time risk free rates and historical volatility. Used the TDAmeritrade API to log real time bid/ask spreads and last trade price data to the terminal.
Developed a web-based game using the React.js framework, where the player guesses the price of ten random sneakers from popular brands on StockX and receives a score. Created a RESTful API in Spring Boot to read/update sneaker and user data from a postgreSQL database. Deployed locally using proxy tunneling.
Developed a Long-Short Memory (LSTM) Neural Network in PyTorch for the prediction of action potentials within the squid giant axon using the time series data of the input current. Optimized with Adam and BCELoss. Achieved an overall classification accuracy of 97.16%, with precision at 98.96%, recall at 97.81%.