Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 838 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 838 Bytes

OpenBCI Neural Trainer

Node.js app for training a neural network based on OpenBCI experiments

This project is under development, this is just a first draft.

To record data you can use the OpenBCI Experimenter package.

Setup

  • npm install
  • Add data recorded by experimenter inside the /data/ folder.

To train the network based on the experiments saved at ./data/*.json

node trainer exercise

To interpret input data based on previously saved neural network state located at ./neural-network/state.json, run:

node trainer interpret for [time_milliseconds]

To test input data based on previously saved neural network state located at ./neural-network/state.json, run:

node trainer test