Projects

A showcase of my personal and professional projects

Projects

Classifying transactions with deep learning for financial models

April 20, 2025
Deep Learning Python

An AI-powered classifier for financial transactions

View Project
Projects

Translating image styles with CycleGAN from Monet to photos

April 17, 2025
Deep Learning Computer Vision

Using the CycleGAN generative adversarial network to stylize photos in the style of Monet.

View Project
Projects

Using NLP with Twitter to monitor natural disasters

April 16, 2025
NLP spaCy Deep Learning

When disaster strikes, real-time social media monitoring can be a powerful tool for early warning and response. This project analyzes Twitter data to identify posts that describe actual natural disasters, which could potentially serve as an early warning system for governmental and humanitarian organizations.

View Project
Projects

News topic modeling with matrix factorization

April 14, 2025
Machine Learning NLP spaCy

A comparative analysis of unsupervised and supervised machine learning techniques for classifying news articles into predefined categories

View Project
Projects

An unsupervised learning approach to cat vocalizations

February 25, 2025
Machine Learning

An analysis of cat vocalizations using machine learning techniques to identify patterns in cat meows across different contexts. The project uses the Cat Meow Classification dataset from Kaggle, which contains 440 audio recordings of cat meows in three specific contexts: brushing, waiting for food, and isolation in an unfamiliar environment.

View Project
Projects

Foraging for mushrooms in random forests

December 10, 2024
Machine Learning

Using supervised machine learning techniques to classify mushrooms as either poisonous or edible, emphasizing the importance of model evaluation metrics.

View Project