node-red-contrib-brain-js

0.0.1 • Public • Published

node-red-contrib-brain-js

This node provides neural networks. It is based on brain.js

Install

From your node-red directory:

npm install node-red-contrib-brain-js

or

in the Node-red, Manage palette, Install node-red-contrib-brain-js

Usage

This node provides neural networks.
At first you need to see the brain.js documentation

The following neural networks are available :

Training

The training data need to be stored in msg.trainData and the format is described here.
The network options can be provided in msg.neuralNetworkOptions.

When the training is done, the network is available in msg.net and can be stored to be imported next time.

Run

The running data need to be stored in msg.runData.

The result is available in msg.decision.

Import network

When the input message contains msg.netJSON, the network is loaded from the JSON provided.

License

MIT License

Package Sidebar

Install

npm i node-red-contrib-brain-js

Weekly Downloads

3

Version

0.0.1

License

MIT

Unpacked Size

8.8 kB

Total Files

5

Last publish

Collaborators

  • mubaidr