Sports analytics · machine learning
Pitch Classifier
Completed 0% VibesNeural network workflow for classifying MLB pitch types from 2024 Statcast data, with separate models for left- and right-handed pitchers.
I wrote it. AI was only used for research support.
A baseball analytics project that downloads Statcast pitch data, tunes a feed-forward neural network, and trains separate classifiers for left- and right-handed pitchers using release, movement, and trajectory features.
More detail
- Downloads 2024 MLB Statcast pitch-level data in 30-day chunks.
- Tunes the model with Hyperband before final training.
- Trains separate classifiers for left-handed and right-handed pitchers.
- Includes plots, saved histories, model artifacts, and the full report.