Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 354 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 354 Bytes

example

import brainRetro from 'brain.retro.js';

const input = brainRetro(output, brainNeuralNetwork);

For output example, or what to expect from input, see https://github.com/BrainJS/brain.js#examples

There is also a query utility, that allows you to probe deeper into the neural network. I'll publish it as well if there is interest.