Projects
Machine Learning vs. The Mentinah Archives
This was my capstone project for my Natural Language Processing class. The goal was to check the internal authorship claims of The Mentinah Archives for consistency using a binary classifier on TF-IDF text features.
English to ASL Gloss Machine Translation
Using Python, I cleaned ASL Gloss and English parallel text data to train a transformer that could perform rudimentary machine translation using OpenNMT. This was the capstone project for my Machine Translation course.
2D Rubik's Cube Simulator
Python object oriented programming, live user input through Terminal, rendered with MatPlotLib. https://github.com/LiLTomTinker/Rubiks

MLMs and Virus Modeling
Using an SIR (susceptible, infected, recovered) framework, we modeled how MLM's spread through a community. Part of a capstone project of a partial differential equations course.
Modeling Traffic Flow using PDEs
This project involved modeling traffic flow in a circuit based on different driving styles, using partial differential equations. Rendering using MatPlotLib.