paper-with-me

홈 › Papers

Forecasting NCAA Basketball Outcomes with Deep Learning: A Comparative Study of LSTM and Transformer Models

2025-08-01 · Md Imtiaz Habib arxiv

In this research, I explore advanced deep learning methodologies to forecast the outcomes of the 2025 NCAA Division 1 Men's and Women's Basketball tournaments. Leveraging historical NCAA game data, I implement two sophisticated sequence-based models: Long Short-Term Memory (LSTM) and Transformer architectures. The predictive power of these models is augmented through comprehensive feature engineering, including team quality metrics derived from Generalized Linear Models (GLM), Elo ratings, seed differences, and aggregated box-score statistics. To evaluate the robustness and reliability of predictions, I train each model variant using both Binary Cross-Entropy (BCE) and Brier loss functions, providing insights into classification performance and probability calibration. My comparative analysis reveals that while the Transformer architecture optimized with BCE yields superior discriminative power (highest AUC of 0.8473), the LSTM model trained with Brier loss demonstrates superior probabilistic calibration (lowest Brier score of 0.1589). These findings underscore the importance of selecting appropriate model architectures and loss functions based on the specific requirements of forecasting tasks. The detailed analytical pipeline presented here serves as a reproducible framework for future predictive modeling tasks in sports analytics and beyond.

📄 PDF Abstract BibTeX arXiv:2508.02725

Code (0)

등록된 구현이 없습니다.

Tasks

Feature Engineering

Similar Papers 제목 키워드 기반

Ontology Based Global and Collective Motion Patterns for Event Classification in Basketball Videos

2019-03-16 · Lifang Wu, Zhou Yang, Jiaoyu He, Meng Jian 외

In multi-person videos, especially team sport videos, a semantic event is usually represented as a confrontation between two teams of players, which can be represented as collective motion. In broadcast basketball videos…

ClassificationGeneral ClassificationOptical Flow Estimation

Predicting college basketball match outcomes using machine learning techniques: some results and lessons learned

2013-10-14 · Albrecht Zimmermann, Sruthi Moorthy, Zifan Shi

Most existing work on predicting NCAAB matches has been developed in a statistical context. Trusting the capabilities of ML techniques, particularly classification learners, to uncover the importance of features and lear…

BIG-bench Machine LearningGeneral Classification

March Madness Tournament Predictions Model: A Mathematical Modeling Approach

2025-03-17 · Christian McIver, Karla Avalos, Nikhil Nayak

This paper proposes a model to predict the outcome of the March Madness tournament based on historical NCAA basketball data since 2013. The framework of this project is a simplification of the FiveThrityEight NCAA March …

Using Experts' Opinions in Machine Learning Tasks

2020-08-10 · Jafar Habibi, Amir Fazelinia, Issa Annamoradnejad

In machine learning tasks, especially in the tasks of prediction, scientists tend to rely solely on available historical data and disregard unproven insights, such as experts' opinions, polls, and betting odds. In this p…

BIG-bench Machine Learning

Fusing Motion Patterns and Key Visual Information for Semantic Event Recognition in Basketball Videos

2020-07-13 · Lifang Wu, Zhou Yang, Qi. Wang, Meng Jian 외

Many semantic events in team sport activities e.g. basketball often involve both group activities and the outcome (score or not). Motion patterns can be an effective means to identify different activities. Global and loc…

Activity RecognitionGroup Activity RecognitionOptical Flow Estimation