Skip to content

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

Notifications You must be signed in to change notification settings

NeuroJS/openbci-neural-trainer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published