top of page
Click image to view project
Project Summary
Weather Trend Plot_edited.jpg

Unsupervised Weather Analysis

Project that uses unsupervised models like clustering to find similarities of climate change among 16, selected U.S. cities. Algorithms also used: Jaccard similarity, Hamming distance and time series.

github-mark.png
Bar plot with KDE_edited.jpg

College Football Predictions

Used several prediction models including Logistic Regression, GLM Regression (Binomial) and Naive Bayes. Results measured with confusion matrices on train/test data sets. Full EDA on complied data downloaded from covers.com

github-mark.png
Forecast Temperatures_edited.jpg

Temperature Predictions

Facebook Prophet has been shown to be a superior modeler over Statsmodels ARIMA for forecasting and identifying trends in large time series data.

github-mark.png
Youtube.png

(short Video)

Youtube.png

(long video)

ARIMA.png

Cardiac Patterns

Analysis of EKG and arterial blood pressure vital signs on data from MIMIC III waveform database. Project includes dynamic time warping, ARIMA models with forecasting, and tsfresh.

github-mark.png

(presentation slides)

UMAP.png

Simulated Kaggle Entry

Project crafted for Kaggle which results finished 8th among 44 participants. Focus on feature selection using Boruta and BorutaShap as well variable inflation factor (VIF) and standard deviation checks. SMOTE and balance data algorithms enforce proportional values for desired features. Prediction models include XGBoost, decision tree, random forest, logitstic regression. Visualizations with UMAP. Jupyter Notebook runs on Ubuntu 22.4

github-mark.png
WordCloud.png

Exploring AI Bias in Healthcare

Paper that explores the benefits and drawbacks of using AI in healthcare. Sentiment analysis performed on thousands of Reddit posts. Arguments made for better regulations and governance surrounding healthcare AI. All sources cited.

(presentation slides)

storm.21.png

Predicting Tropical Systems from Satellite Images

Using CNN models, the project aims at detecting tropical systems from satellite images archived at nhc.noaa.gov. Due to the limited number of images available, the code replicates images by augmenting them.

github-mark.png
Youtube.png

(short Video)

Youtube.png

(long video)

(presentation slides)

bottom of page