Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 416 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 416 Bytes

Summary: This project applies an evolutionary algorithm to evolve a neural network to analyze and predict outcomes to NBA games. All the files in the project were written in Python 2.7

Quick Start: Install the NEAT library using pip install neat-python==0.1.

Run python nba_predict.py.

Run python testing.py and type in full team names (San Antonio Spurs, Minnesota Timberwolves, etc.) to see predictions.