nanonet
Version:
A lightweight neural network class for JavaScript.
33 lines (32 loc) • 683 B
JSON
{
"name": "nanonet",
"version": "0.1.4",
"description": "A lightweight neural network class for JavaScript.",
"main": "nanonet.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/panthablack/nanonet.git"
},
"keywords": [
"nanonet",
"neural",
"network",
"ml",
"machine",
"learning",
"deep",
"lightweight",
"light",
"weight",
"net"
],
"author": "James Randall",
"license": "MIT",
"bugs": {
"url": "https://github.com/panthablack/nanonet/issues"
},
"homepage": "https://github.com/panthablack/nanonet#readme"
}