neurex
Version:
A trainable neural network in NodeJS. Designed for ease of implementation and ANN modelling
38 lines (37 loc) • 888 B
JSON
{
"name": "neurex",
"version": "0.0.7",
"description": "A trainable neural network in NodeJS. Designed for ease of implementation and ANN modelling",
"keywords": [
"Neural-networks",
"ANN",
"machine-learning",
"modelling",
"trainable",
"trainable-networks",
"network",
"neural",
"deep-learning",
"Neurex",
"NeurexJS",
"neurex"
],
"homepage": "https://github.com/KarkAngelo114/Neurex#readme",
"bugs": {
"url": "https://github.com/KarkAngelo114/Neurex/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KarkAngelo114/Neurex.git"
},
"license": "MIT",
"author": "Kark Angelo",
"type": "commonjs",
"main":"./index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"gpu.js": "2.16.0"
}
}