Kevin Wu's repositories

food_security

An analysis of food security in the United States using data from the USDA and the US Census Bureau. I used Pandas and NumPy for analysis and Matplotlib and GeoPandas for visualizations.

Language:Jupyter NotebookLicense:MITStargazers:1Issues:0Issues:0

my_rap_space

An online freestyle rap tool that generates rhymes over instrumentals. The website won the Wolfram Award at Hack@Brown 2021.

Language:HTMLLicense:MITStargazers:1Issues:0Issues:0

climate_change_policy

This paper uses time-series techniques, particularly ARMA modeling and detrending techniques, to conclude whether global climate policies beginning with the Kyoto Protocol have changed the rate of temperature change over the 21st century.

Language:RLicense:MITStargazers:0Issues:1Issues:0

codeforces_favorites

A collection of my favorite competitive programming problems and my solutions in C++.

Language:C++License:MITStargazers:0Issues:0Issues:0

cses_solutions

Solutions to the CSES problem set.

Language:C++License:MITStargazers:0Issues:0Issues:0

dgqt_trading_strategy

A trading strategy in Python using RSI and the stochastic oscillator, backtested with market data from 2010-2020. I earned 47% portfolio weight in UChicago DGQT's (Derivatives Group Quant Trading) paper trading portfolio.

Language:Jupyter NotebookLicense:MITStargazers:0Issues:0Issues:0
License:MITStargazers:0Issues:0Issues:0

kevinywu.github.io

My personal website.

Language:HTMLLicense:MITStargazers:0Issues:0Issues:0

make_24

A console version of the card game 24, including a solving algorithm. The objective is to compute 24 with unlimited parentheses and the four functions (+, −, ×, ÷).

Language:C++License:MITStargazers:0Issues:0Issues:0

math_reu_2021

My paper from the UChicago Mathematics REU 2021, entitled "Riemann-Roch through the Dollar Game." Also included are all six problem sets and my solutions written in LaTeX.

Language:TeXLicense:MITStargazers:0Issues:0Issues:0

nepal_earthquake

An analysis of building damage following the 2015 Gorkha Earthquake using data provided by the Nepalese Central Bureau of Statistics. After data exploration and feature engineering, I used Random Forest, K-Nearest Neighbors, and Neural Network to predict damage grade, achieving 74.8% accuracy on unseen data.

Language:Jupyter NotebookLicense:MITStargazers:0Issues:0Issues:0

titanic_survival_prediction

Using the Titanic dataset from Kaggle, I applied machine learning algorithms with Scikit-Learn (Logistic Regression, SVM, Multilayer Perceptron, Random Forest, Gradient Boosting) to predict survival, using Seaborn for data visualization. I scored top 2% of 13400 submissions.

Language:Jupyter NotebookLicense:MITStargazers:0Issues:0Issues:0