bayesian-bandit
Version:
Bayesian bandit implementation for Node and the browser.
36 lines (35 loc) • 676 B
JSON
{
"name": "bayesian-bandit",
"version": "0.10.0",
"description": "Bayesian bandit implementation for Node and the browser.",
"main": "./bayesian-bandit.js",
"repository": {
"type": "git",
"url": "https://github.com/omphalos/bayesian-bandit.js.git"
},
"scripts": {
"test": "nodeunit tests.js"
},
"keywords": [
"machine",
"learning",
"bayes",
"bayesian",
"inference",
"multi-armed",
"n-armed",
"armed",
"bandit",
"reinforcement",
"learning",
"statistics"
],
"license": "MIT",
"engine": {
"node": ">=0.8.17"
},
"author": "omphalos",
"devDependencies": {
"nodeunit": "^0.9.1"
}
}