danillolino / football-predictor

Using a Deep Neural Network (DNN) to predict the results of Premier League Football Matches

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deep Neural Network (DNN) Football/Soccer Predictor

By AndrewCarterUK (Twitter)

Full Article: Beating the Bookmakers with TensorFlow

Usage

python predict.py

Index

  • predict.py: Main application
  • dataset.py: Loading the football results and adding extra statistics such as recent average performance
  • betting.py: Analyses the performance of a simple betting strategy using the results
  • data/book.csv: 10 seasons of Premier League Football results from football-data.co.uk

About

Using a Deep Neural Network (DNN) to predict the results of Premier League Football Matches

License:MIT License


Languages

Language:Python 100.0%