Create a Neural Network with Tensorflow.JS

@machinelearnbot 

The neural network consists of an input layer with two nodes, a hidden layer with four nodes and an output layer with three nodes. Now we have built a model and we can test it with test data. The numbers should be similar to the numbers from the OutputLayer (ys). The smaller the difference, the better the model.