ripple-detector-CNN

Hippocampal ripple detector introduced in the paper 'Towards threshold invariance in defining hippocampal ripples'


Keywords
hippocampus, sharp-wave, ripples, CNN, MEG
License
GPL-3.0
Install
pip install ripple-detector-CNN==0.1.5

Documentation

. ├── CHANGELOG.md ├── LICENSE ├── MANIFEST.in ├── README.md ├── README.rst ├── ripple_detector_CNN │ ├── init.py │ ├── ResNet1D.py │ └── RippleDetectorCNN.py ├── requirements.txt ├── setup.cfg ├── setup.py ├── test │ ├── init.py │ └── test_foo.py └── test-requirements.txt