Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pzUH/Naive-BayesPredictor

An implementation of Naive-Bayes predictor in ActionScript 3.0 for AI bot/agent in a video games.
https://github.com/pzUH/Naive-BayesPredictor

Last synced: 3 months ago
JSON representation

An implementation of Naive-Bayes predictor in ActionScript 3.0 for AI bot/agent in a video games.

Awesome Lists containing this project

README

        

An implementation of Naive-Bayes predictor in ActionScript3.0 for AI bot/agent in a video games.
Like the N-Gram, this can be used to determining what player will do in the next action, based on the previously saved data.

Note:
You need to discretize your data first, before performing the prediction.
This class depend on my Basic class which holds some helper functions, but it is included here.