Home Energy Consumption Regression
Predicting appliance energy usage from indoor/outdoor sensor data. Four models compared, from linear regression to Random Forest, with full diagnostic analysis.
Credit Card Fraud Detection
Classification under extreme class imbalance (0.17% fraud rate), with SMOTE/class weighting comparison, threshold tuning, and SHAP explainability.
Network Intrusion Anomaly Detection
Unsupervised network intrusion detection on NSL-KDD. Isolation Forest vs One-Class SVM, with analysis of detection on never-before-seen attack types.
NASDAQ 100 Forecasting
Time series forecasting compared across ARIMA, Prophet, and Random Forest — including why two structurally different models failed in the exact same way.
Customer Segmentation with RFM
Unsupervised customer segmentation via RFM analysis. K-Means clustering cross-validated with hierarchical clustering, visualized with PCA.
Industrial Quality Control with a CNN
CNN for automated visual inspection of cast metal parts — plus a data leakage audit uncovering why the model scored a suspicious 100%.
Satellite Land Use Classification
Transfer learning with a frozen ResNet18 — training only 0.046% of the network to classify satellite imagery into 10 land use categories.
Speech-to-Text with Whisper
Comparing Whisper model sizes on clean vs. challenging audio — Word Error Rate weighed against inference time, not accuracy alone.
Speech Emotion Recognition
Transfer learning on Mel spectrograms to classify emotion in speech — plus a reproducibility bug caught and fixed before it could bias the result.
Lane Detection: Classical CV vs U-Net
A hand-built Canny/Hough pipeline against a transfer-learned U-Net — including a diagnosed structural failure on Botts' Dots reflectors and a reworked evaluation metric to compare a line against a mask fairly.
Transformer Fine-Tuning
PlannedFine-tuning a BERT-like model for text classification, with attention visualization.
RAG-Powered Assistant
PlannedRetrieval-augmented generation over personal documents, with citations.
Multi-Agent System
PlannedLangGraph-based supervisor architecture with human-in-the-loop and long-term memory.