List of Projects

2020

Concurrent Flight Manager

1 minute read

Concurrent Flight Manager is a Java terminal interface that allows you to log in as a user and book a number of flights. SQL database hosted on Azure was used.

Tabby the Tab Manager

1 minute read

Worked with a group of 4 participants to create a voice-controlled tab manager under a 24-hour time constraint. Used JavaScript, HTML, and CSS for the front-...

Parts of Speech Syntactic Role Classifier

3 minute read

Implemented Forward Algorithm and Viterbi Algorithm, which was used to train on a labeled set of 10000 tweets. The parts of speech classifier could correctly...

UW Campus Map

4 minute read

Implemented a graph from scratch, utilized Dijkstra’s Algorithmto find Shortest path between two locations at UW

Wicked Problem Attempt: World Peace

11 minute read

Attempted to create a simple model of countries and the list of actions they can take in order to achive world peace. Used Iterative Depth for Search to find...

Pacman AI

3 minute read

Implemented BFS, DFS, UCS, and A* with multiple heuristics in order to find solutions/paths for pacman to move towards. Used a multiple level perceptron in o...

Back to Top ↑