nodeml
Version:
node.js machine learning package
22 lines (21 loc) • 427 B
JSON
{
"name": "nodeml",
"version": "0.4.0",
"description": "node.js machine learning package",
"author": "proin",
"main": "index.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/proin/nodeml"
},
"keywords": [
"rnn",
"cnn",
"machine-learning",
"deep-learning"
],
"scripts": {},
"dependencies": {
}
}