layerganza
Version:
A feed-forward neural network with injectable layers, activation functions, and optimizers.
38 lines • 864 B
JSON
{
"name": "layerganza",
"version": "2.4.1",
"description": "A feed-forward neural network with injectable layers, activation functions, and optimizers.",
"main": "lib/index.js",
"scripts": {
"tsc": "tsc -p tsconfig.json && tsc -p tsconfig-es.json",
"test": "./prepublish.bash;node ./runTests.js"
},
"babel": {
"presets": [
"es2015"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/rodmcnew/layerganza.git"
},
"author": "Rod McNew",
"license": "ISC",
"bugs": {
"url": "https://github.com/rodmcnew/layerganza/issues"
},
"homepage": "https://github.com/rodmcnew/layerganza#readme",
"devDependencies": {},
"keywords": [
"deep",
"learning",
"neural",
"network",
"gradient",
"desecent",
"activation",
"function",
"relu",
"backpropagation"
]
}