├── .gitattributes ├── README.md ├── Seizure_detection_chb08.ipynb ├── Seizure_detection_for_CHB02.ipynb └── Seizure_detection_for_chb03.ipynb /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubham-1123/Seizure-Detection-using-CNN-on-EEG-data/HEAD/.gitattributes -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubham-1123/Seizure-Detection-using-CNN-on-EEG-data/HEAD/README.md -------------------------------------------------------------------------------- /Seizure_detection_chb08.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubham-1123/Seizure-Detection-using-CNN-on-EEG-data/HEAD/Seizure_detection_chb08.ipynb -------------------------------------------------------------------------------- /Seizure_detection_for_CHB02.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubham-1123/Seizure-Detection-using-CNN-on-EEG-data/HEAD/Seizure_detection_for_CHB02.ipynb -------------------------------------------------------------------------------- /Seizure_detection_for_chb03.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubham-1123/Seizure-Detection-using-CNN-on-EEG-data/HEAD/Seizure_detection_for_chb03.ipynb --------------------------------------------------------------------------------