Skip to content

This project features a football match prediction framework that integrates LSTM (Long Short-Term Memory) models with the Elo rating system. It aims to predict the number of goals scored in a match using historical match data, with the objective of outperforming bookmakers in the betting market.

Notifications You must be signed in to change notification settings

tongjin7/Elo-Enhanced-LSTM-Model-for-Accurate-Prediction-of-Football-Match-Results

Repository files navigation

Elo-Enhanced LSTM Model for Football Match Prediction

Introduction

This project features a football match prediction framework that integrates LSTM (Long Short-Term Memory) models with the Elo rating system. It aims to predict the number of goals scored in a match using historical match data, with the objective of outperforming bookmakers in the betting market. The model has been trained and tested on English Premier League data, achieving a mean squared error of 1.2293 and an R-squared of 0.14. In simulated betting, the model yields a 5.33% total return, showcasing its potential to outperform bookmakers. However, the model also displays limitations, particularly in predicting outcomes for newly promoted teams and with limited input data.

Installation Guide

To run this code, you will need to install the following dependencies:

  • Python 3
  • Pandas
  • Numpy
  • PyTorch
  • Scikit-learn
  • Apex (optional, for accelerated training)

Contact Information

tong.jin@wisc.edu

About

This project features a football match prediction framework that integrates LSTM (Long Short-Term Memory) models with the Elo rating system. It aims to predict the number of goals scored in a match using historical match data, with the objective of outperforming bookmakers in the betting market.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages