zensh
Version:
A javascript neural network: self-referential, evolution, interconnection...
30 lines (29 loc) • 575 B
JSON
{
"name": "zensh",
"description": "A javascript neural network: self-referential, evolution, interconnection...",
"main": "dist/zensh.js",
"version": "0.0.1",
"homepage": "https://github.com/zensh/zensh",
"authors": [
"Yan Qing <admin@zensh.com>"
],
"keywords": [
"zensh",
"thunks",
"neural network",
"machine learning",
"self-referential",
"evolution",
"interconnection"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"docs",
"benchmark",
"test",
"tests"
]
}