Graph Implementation Project
C++ program that creates a graph using customized classes with basic properties as well as returning the shortest paths from parameterized nodes using different algorithms.
C++ program that creates a graph using customized classes with basic properties as well as returning the shortest paths from parameterized nodes using different algorithms.
Analyzing and predicting California housing prices using census data from 2009-2020, alongside machine learning models such as Linear Regression and Random Forest to examine the differences in accuracy/variation, as well as predicted prices of a potential house in California.
Compression/Decompression program using Huffman Tree encoding/decoding to turn input files into binary encrypted files, and decoding encrypted files using the saved Huffman Trees.
Case study analyzing air pollution in the United States with tidymodels. Using data from EPA's pollution monitors, it examines factors such as poverty levels, road lengths, and education levels around monitor to determine the average levels of pollution per zip code.
Group case study analyzing researcher data on marijuana usage to determine what factors are best for marking recent usage of marijuana. Used metrics such as blood, oral fluid, and breath to examine marijuana dosages and compound differences.
Bridging the gap between older folks and mental healthcare with machine learning.
Group project/special presentation for COGS 188. Discusses and demos the real world implications of racial biases in facial recognition algorithms.
Group final project for COGS 118B. Examines the relationship of location prediction from accent data labeling.
Web app that can generate battery cycle graphs from Arbin and Neware battery software.
Data science group research project that analyzes the relationship between caption keywords and DeviantArt content using Python.