Projects
Factor Trading using Bayesian Neural Networks
Created a Sharpe-maximizing hedge fund strategy based on Bayesian Neural Networks, which use Bayes rule to output predicted posterior distributions instead of point estimates. Achieved annualized 13% alpha, 18% returns and 1.06 Sharpe Ratio in backtests.

Tarzan Ball Physics Game
Built a new version of an awesome childhood video game from scratch in C, including implementing everything from vectors upward. Includes an accurate physics engine and a convenient UI to make new levels.
Deep Learning for Chest X-Ray Diagnosis
Trained deep learning models including CNNs & GANs to diagnose 14 different medical conditions. Ingested and cleaned an unprocessed dataset of 200K chest X-Rays of various sizes, resolutions & angles.

Cribbage Solitaire Minimax Solver
Created a 9-move lookahead minimax solver & GUI for the solo card game Cribbage Solitaire. Players choose cards from a standard deck to maximize their point total under a list of rules.