Skip to content

Latest commit

 

History

History
 
 

Demo-Application

Example application of the CNN spike ripple detector

The CNN spike ripple detector: a method to classify spectrograms from EEG data using a convolutional neural network (CNN).


Demo

To run a demonstration of the CNN spike ripple detector,

This demonstration detects spike ripples in the files (see demo_data)

data.csv : the voltage time series

time.csv : the time axis (units seconds)

These data were simulated using this code from this paper.

For application, the test folder contains new test data to be evaluated by the pretrained model (full_trained_model.pkl). For the code to run with this library, the Yes and No subfolders of train and valid cannot be empty: fill them with a few images from your test data -- this will not affect the output.