Git Product home page Git Product logo

motor-decoding's Introduction

Analysis of Neural Data Using RF Variants

Here, we use RF, SPORF, SRerf, and MTMORF to analyze the neural data of subjects in a motor task.

Installation

We require the following packages to run experiments:

numpy
scipy
scikit-learn
mlxtend
pingouin
mne
mne-bids
pybv
joblib
tqdm
matplotlib
seaborn
rerf # built locally

Use pipenv with a virtual environment.

# create venv here if not alreayd made
python3.8 -m venv .venv

# install dev packages
pipenv install --dev

# if dev versions are needed
pipenv install https://api.github.com/repos/mne-tools/mne-bids/zipball/master

# make packedForest
cd ../packedForest
make

# pip install into venv
cd ../Python
pipenv run pip install -e .

Note on Compiling PackedForest on Macs

It is recommended to use a conda environment and then follow the instructions on the installation instructions.

motor-decoding's People

Contributors

chesterhuynh avatar adam2392 avatar

Watchers

James Cloos avatar  avatar  avatar

motor-decoding's Issues

Implement class wrapper for SEEG data I/O

Python class that allows easy querying of SEEG data based user-specified events and label keywords.

  • For instantiation, ideally we only need to specify the subject id
  • Have functions that allow querying for data - e.g. it returns Epochs data when the user specifies Left Center as an event and target_direction as a label keyword.

Write script for speed instruction experiment

Implement Python script for speed instruction experiment.

  • Determine any correlations between decoding performance and speed instruction
  • Determine any correlations between decoding performance and actual speed

Scope out MT-MORF feature importances for R code

  • Perform quick feasibility test with the feature importances on MNIST data in R.
  • If loading SEEG data into R is easy, then run MT-MORF feature importances on SEEG data
  • Scope out how to adapt cpp-R code to cpp-Python

Scope out/write pseudocode for network-based sampling

SUMMARY

Here, we scope out the code to implement any prior biases in multi-variate data. Take X = (X_1, X_2, X_3, ...), where
each X_i has dimensionality, d_i. Then we might have apriori notions of how "correlated" samples are in each axis.

For example:

  • if X is an image, then this corresponds to just a contiguous patch.
  • if X is a multivariate time-series, then this corresponds to a discontiguous patch described in neurodata/SPORF#353
  • if we have further intuition of how to "sample" nearby points that are highly correlated and forming that patch at each node of the decision tree, then we might introduce the notion of a "sampling graph"

TODO

Look into SPORF source code:

  • Sketch out where new methods would need to be added
  • Sketch out what these new methods would entail

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.