ml-js
Version:
Machine Learning library for Node.js
54 lines (53 loc) • 1.08 kB
JSON
{
"name": "ml-js",
"version": "0.0.10",
"description": "Machine Learning library for Node.js",
"main": "./bin/ml.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "https://github.com/nicolaspanel/ml-js.git"
},
"keywords": [
"machine",
"learning",
"ml",
"qlearing",
"neural",
"networks",
"svm",
"support",
"vector",
"machine",
"agent"
],
"author": "Nicolas Panel",
"license": "MIT",
"bugs": {
"url": "https://github.com/nicolaspanel/ml-js/issues"
},
"homepage": "https://github.com/nicolaspanel/ml-js",
"devDependencies": {
"mocha": "latest",
"should": "latest",
"grunt": "~0.4.1",
"grunt-cli": "latest",
"grunt-contrib-jshint": "~0.4.3",
"grunt-mocha-test": "~0.2.2",
"sinon": "~1.9.0",
"blanket": "~1.1.6"
},
"dependencies": {
"coffee-script": "latest",
"underscore": "latest",
"fann": "~0.2.3",
"numeric": "latest",
"async": "latest",
"node-svm": "latest"
}
}