A brain.js cli
npm install @0x77/brain @0x77/brain ` is an Node.js module with brain.js and repl, its like repl with brain.js and some additionally features like loadFromJSON/readFromJSON file.How to install
To install:
* Yarn
`console
$ yarn global add @0x77/brain
`
* NPM
`console
$ npm i -g @0x77/brain
`Commands
* REPL:
* .break Sometimes you get stuck, this gets you out
* .clear Break, and also clear the local context
* .editor Enter editor mode
* .exit Exit the repl
* .help Print help message
* .load Load JS from a file into the REPL session
* .save Save all evaluated commands in this REPL session to a file
* BRAIN:
* net.loadFromJSON(path) - loads net from json file (
* saveToJSON(path) - saves net to json file (
* train(config) - starts training nn (
* run(data) - run's the nn ()
* loadTrainingData(path) - loads training data from json file (