node_neural_net
Version:
A utility to create and train a feed-forward neural network in Node.js
22 lines (21 loc) • 428 B
JSON
{
"name": "node_neural_net",
"version": "1.1.2",
"description": "A utility to create and train a feed-forward neural network in Node.js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Neural",
"Network",
"AI",
"Artificial",
"Intelligence",
"ML",
"Machine",
"Learning"
],
"author": "Ryan Bush",
"license": "ISC"
}