A Spiking Neural Network for finding HFOs in prerecorded ECoG
For archival purposes, you can still run this old package if you really need to. The project uses poetry to manage its dependencies. You can download it via
pip install --user poetry
then clone this repository, cd
into it and run
poetry install
Place your data in the folder ECoG_Data/data_python
in the form of P<number>/Data_pre_Patient_0<number>.mat
, e.g.:
SNN_HFO_ECoG/ECoG_Data/data_python/P1/Data_pre_Patient_01.mat
then run the code via
poetry run python Run_Test_SNN_ECoG.py