Synaptic JS

var synaptic = require('synaptic');
this.network = new synaptic.Architect.Perceptron(40, 25, 8);
Handsome Herring