Audience
Developers looking for an architecture-free neural network library for node.js and the browser
About Synaptic
Neurons are the basic unit of the neural network. They can be connected to another neuron or gate connections between other neurons. This allows you to create complex and flexible architectures. Trainers can take any given network regardless of its architecture and use any training set. It includes built-in tasks to test networks, like learning an XOR, completing a Discrete Sequence Recall task or an Embeded Reber Grammar test. Networks can be imported/exported to JSON, converted to workers or standalone functions. They can be connected to other networks or gate connections. The Architect includes built-in useful architectures such as multilayer perceptrons, multilayer long short-term memory networks (LSTM), liquid state machines and Hopfield networks. Networks can also be optimized, extended, exported to JSON, converted to Workers or standalone Functions, and cloned. A network can project a connection to another, or gate a connection between two others networks.