Projects

IPO Predictor
Vector Autoregressive IPO Price Prediction
This is a formal writeup of my work predicting stock prices of related IPOs with Vector Autoregression.
View Writeup View on Github
Kattis Problems
My Solutions for Competitive Programming
These solutions are written in Python and C++. They show how to solve competitive programming problems in all difficulties.
View on Github
Decision Tree
Custom Decision Tree Implementation in Python
To demonstrate my understanding of decision trees, I implemented one from scratch in Python.
View Example View on Github
FRC NOMAD 2022
Robot Code
This robot picked up mini dodgeballs and shot them into a target using computer vision.
View on Github
Jane Austen AI
Neural Network Project
Check out this machine learning project that uses LSTMs to generate novels that sound like Jane Austen.
View on Github
Live Image Detection
Image Classification Done in a Web Browser
A simple image classifier that can run live in a browser using prebuilt models.
View Live Demo View on Github