Skip to content

kiakoudimi/NeuroDBS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep Brain Stimulation: Classification of STN-DBS ON and OFF states

For the classification of the STN-DBS ON/OFF states, the extracted feature maps were organised into a vectorized format reshaping the 3D data into a 1D vector. A mask was later applied to remove the zero values surrounding the brain so that each element in the vectors will represent a specific voxel of the corresponding connectivity map. For each measure, nine classification algorithms were implemented. The default parameters were used for all cases.


Installation

  1. Clone the repository:

    git clone https://github.com/kiakoudimi/NeuroDBS.git
  2. Create a conda environment:

    conda create -n neuroDBS python=3.10
    conda activate neuroDBS
  3. Install dependencies:

    pip install -r requirements.txt

Run the Script

After setting up your environment and installing dependencies, you can run the main scripts as follows:

Run directly:

cd ../NeuroDBS/scripts/
jupyter notebook
main.ipynb

Data availability

The dataset is available at IEEE DataPort doi:10.21227/tavd-s033.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •