Skip to content

velechva/NBA-IQ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NBA-IQ

What It Does

This application uses NBA statistics from the stats.nba.com website, along with a tensorflow neural network, to try and predict the outcome of games.

Software is in early development. Much more data needs to be analyzed and formatted in order to increase accuracy of the network. Current accuracy is around 60-80%, depending on the training/testing data that is used.

Usage

First, the basic data about each team needs to be fetched and stored:

import BuildTeamDatabase

BuildTeamDatabase.buildTeamDatabase()

Second, the training and testing data needs to be fetched and stored:

import BuildTrainingData

BuildTrainingData.buildTrainingData()

Then, the neural network can be run with:

import NBAIQ

trainNet(x)

Prefetched data files can be downloaded and used directly from this Google Drive folder

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages