Python

AI and Machine Learning

Supervised machine learning algorithm to determine a Twitter (now X) user’s age based on text patterns and content in their messages with varying accuracy when using a weighted decision tree (University of Melbourne) Download

A video game I made as part of a programming competition @ Unimelb. It’s an artistic expression of my experience as an international student where I felt the University held a bias against international students. The whole game, including the enemy AI, was programmed in Python by me. Download

A path-finding program written in C that takes a text file input and finds the shortest path from a source to destination using Dijkstra’s Algorithm. This was written in 2017 before AI, so was written from scratch by me. Download