Skip to content

kburel/SNN_HFO_ECoG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SNN_HFO_ECoG

A Spiking Neural Network for finding HFOs in prerecorded ECoG

⚠️ This package has been superseeded by kburel/snn-hfo-detection. Use the new package instead, it can do everything this could and more!


Old Instructions

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

About

A Spiking Neural Network for finding HFOs in prerecorded ECoG

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages