Recently Published
Exploring Walkability Through Street View and Computer Vision
Major Homework 2 - HS
Statistics of Poker: Texas Hold'em Starting Hands
This presentation explores the statistics behind starting hands in Texas Hold’em poker using R, ggplot2, and plotly. Through combinatorics and probability, we analyze how often different types of hands occur, including pocket pairs, suited hands, offsuit hands, and premium starting hands such as AA, KK, and AKs.
Brian Project 3
Coursera mod 3
Project 4 – Spam vs Ham Email Classification
For this project I built a simple spam-vs-ham email classifier using the SpamAssassin public corpus. I walk through how I loaded the raw email files, cleaned the text, created a term–document representation, trained a model, and evaluated how well it separates spam from legitimate (ham) email. This was my first hands-on experience with document classification, so I also include a short reflection on what I learned and the questions it raised for me about how spam filters work in the real world.