brainjs
Version:
Neural network library
23 lines (22 loc) • 415 B
JSON
{
"name": "brain",
"version": "0.7.0",
"homepage": "https://github.com/harthur/brain",
"authors": [
"Heather Arthur <fayearthur@gmail.com>"
],
"description": "Neural network library",
"keywords": [
"neural-networks",
"machine-learning",
"classifier"
],
"main": "lib/brain.js",
"ignore": [
"node_modules",
"test"
],
"dependencies": {
"underscore": ">=1.5.1"
}
}