Skip to content

naity/DeepUFC2

Repository files navigation

DeepUFC2

Followup on DeepUFC and now includes data scraping and implementation in PyTorch.

  • ufc_bouts.csv: ufc bouts dataset
  • ufc_fighters.csv: ufc fighters dataset
  • ufc_combined.csv: combined dataset used for deep learning
  • preprocessing.ipynb: Notebook for preprocessing the datasets
  • ufc_prediction.ipynb: Notebook for neural network implementation and prediction