This website

I'll be honest. This website was initially designed on WordPress, but I knew there was a better way. Built on HTML, CSS, and Javascript, this website will always be a contruction zone. As I continue to grow and improve, so will this website!

PageRank

Collaborated to build a PageRank algorithm ranking Star Wars characters based on their importance within the movie's social network. Modeled character interactions as a directed graph, leveraging Python libraries to calculate and visualize PageRank scores. Presented findings through data visualizations, showcasing the influence of key characters within the network

Heart Failure Prediction

Collaborated on a predictive model for heart disease, achieving a 92% accuracy rate through cross-validation. Analyzed factors impacting heart health and refined models based on insights from data visualization.

GraphQuest

Produced a demo of an application in C to utilizing complicated algorithms such as Dijkstra's. Demonstrates the importance of optimization through real time display of different algorithms.

Cache Sim (For L1 & L2 Cache)

Emulation of Cache on x86 processor using C in order to recreate the CPU by managing tens of thousands of lines while integrating multiple cache replacement policies such as LRU and FIFO. Created framework for modularity that allows for easy expansion from L1 cache all the way to L3 including changes for size and blocks.