Git Product home page Git Product logo

deep-learning-eeg's Introduction

Presentation (german)

https://sites.google.com/view/alpha-mind-games/startseite/projekt-helm/einleitung

Create Virtual Environment

    python3 -m venv .venv
    source .venv/bin/activate

Install Dependencies

python3 -m pip -r install requirements.txt

Setup data

Single .csvcan be combined via the .concatCSV.shscript located in the root directory. This script will concat all .csvfiles in the /data folder and output a file named all.csv. This file will most likely be the input parameter for the training process.

In order to predict and validate the trained model, a separated validation data file should be placed outside the /data folder to not be included in the combined .csv file.

Start program

train

python3 src/main.py -t data/all.csv

Preprocessed data will be saved as .npy files in the data folder. This will save a lot of computation time in successive training runs (in case mode parameters got changed). If a different data set should be used, the user has to remove those files in order to generate new .npyfiles.

predict

python3 src/main.py -p data/toPredict.csv -m models/fullTrained1212.h5

live (not implemented yet, functionality is given by the other project)

python3 src/main.py -l -m models/fullTrained1212.h5

deep-learning-eeg's People

Contributors

kono94 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.