Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pzUH/N-GramPredictor
A simple implementation of n-Gram predictor in ActionScript 3.0 for AI bot/agent in a video games
https://github.com/pzUH/N-GramPredictor
Last synced: about 2 months ago
JSON representation
A simple implementation of n-Gram predictor in ActionScript 3.0 for AI bot/agent in a video games
- Host: GitHub
- URL: https://github.com/pzUH/N-GramPredictor
- Owner: pzUH
- Created: 2012-04-17T07:46:51.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-08-04T03:26:36.000Z (over 12 years ago)
- Last Synced: 2024-08-04T05:04:12.208Z (5 months ago)
- Language: ActionScript
- Homepage:
- Size: 109 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
- awesome-actionscript-sorted - N-GramPredictor - A simple implementation of n-Gram predictor in ActionScript 3.0 for AI bot/agent in a video games (Video Games / Artificial Intelligence)
README
A simple n-Gram implementation on ActionScript3.0 for predicting next action from an saved data/sequence
Note: this class depend on my Basic class which holds some helper functions, but it is included here.