1 / 10

Predicting NFL Game Outcomes: Back-Propagating MLP

Predicting NFL Game Outcomes: Back-Propagating MLP. By Paul McBride. Project Goal. To predict the outcome of NFL games. Remove human bias Create a completely objective and statistics based prediction method. Why a back-propagating MLP?.

lea
Download Presentation

Predicting NFL Game Outcomes: Back-Propagating MLP

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Predicting NFL Game Outcomes: Back-Propagating MLP By Paul McBride

  2. Project Goal • To predict the outcome of NFL games. • Remove human bias • Create a completely objective and statistics based prediction method

  3. Why a back-propagating MLP? • Since there are many ways a team can win, no linear mapping exists to conclude the outcome of the game • This is a pattern classification problem

  4. Data Collection • I collected my data from NFL.com • I chose to look at the entire 2012 season • Since the NFL is an incredibly offense dominated league, I decided to compare offenses

  5. Statistics • 15 stats: • Homefield, Firstdowns Totals, Totals yards, PassYards, etc. • Extracted a feature vector for each game played by taking the differential statistics of offensive performance.

  6. Example Feature Vector Team 1 vs. Team2: Each feature = Team 1 stat – team 2 stat Outcome of 1 = Team 1 won. Outcom of -1 = Team 2 won.

  7. Support Vector Machine • 4 – Way Cross validation. • Linear kernel function with C = 1 proved to be a good result • Confusion Matrix • Classification rate of 0.887795276

  8. MLP • Preprocessed the data with SVD • 4-Way cross validation to decide best classification rate • 3 layers • hidden layer neurons = 5 • mu = .2, alpha = .007 - Classification rate = 88.1234%

  9. Predicted Week 15, 2013 • MLP: • SVM:

  10. Future • I would like to trim down some of the less performance indicative stats • I would like to add defense

More Related