Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 740 Bytes

File metadata and controls

41 lines (27 loc) · 740 Bytes

advanced-cognitive-neuroscience-report

Our code for the report in Advanced Cognitive Neuroscience.

Installation

To install dependencies run:

pip install -r requirements.txt

Scripts

1. Sensor Space Ordinal Regression

python scripts/sensor_space_modelling.py

2. Source reconstruction

python scripts/source_reconstruction.py

3. Source Space Ordinal Regression

python scripts/sensor_space_modelling.py

Extra: Extract epochs for visualization

Required for running notebook, plot_evoked_sensors.ipynb.

python scripts/epoching.py

Notebooks

Notebooks can be found in the notebooks directory and have code for plotting and interpreting results.