The JavaScript libray brain.js is a machine learning program in Javascript.
With the power of brain.js, we create the following examples to test the models in the browser.
The Neural Network is very simple in this libray. We tested with two examples:
The brain.js support RNN, LSTM and GRU. We noticed that the data format of these models are different to Neural netowrk. In recurrent network, the data must be array.