NoPixels.com

Creating a Neural Network in JavaScript in only 30 lines of code

This article will show you how to create and train a neural network usingĀ Synaptic.js, which allows you to do deep learning in Node.js and the browser.

Creating the simplest neural network possible: one that manages to solve theĀ XOR equation.

Source