Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 402 Bytes

File metadata and controls

7 lines (4 loc) · 402 Bytes

CMP304-NBAPredictor

An NBA game predictor that uses a rule based and fuzzy logic system AI.

Rule based system is implemented by receiving NBA statistics from a web API in JSON format, then determining the superior team through an if statement based score system.

The fuzzy logic system uses Fuzzy-Logic-Sharp library by David Grupp and outputs a game score prediction depending on the RBS output.