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.