UNPKG

synaptic

Version:

architecture-free neural network library

34 lines (33 loc) 603 B
{ "name": "synaptic", "version": "1.1.1", "homepage": "https://github.com/cazala/synaptic", "authors": [ "Juan Cazala <juancazala@gmail.com>" ], "description": "architecture-free neural network library for node.js and the browser", "main": "./dist/synaptic.min.js", "moduleType": [ "amd", "globals", "node" ], "keywords": [ "neural", "network", "deep", "learning", "machine", "learning", "lstm", "perceptron" ], "license": "MIT", "ignore": [ "**/.*", "node_modules", "bower_components", "test", "tests" ] }