All Projects → NeuroSyd → Seizure Prediction Cnn

NeuroSyd / Seizure Prediction Cnn

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Seizure Prediction Cnn

Dl 4 Tsc
Deep Learning for Time Series Classification
Stars: ✭ 730 (+3955.56%)
Mutual labels:  convolutional-neural-networks
Emotion Recognition Neural Networks
Emotion recognition using DNN with tensorflow
Stars: ✭ 769 (+4172.22%)
Mutual labels:  convolutional-neural-networks
Xnnpack
High-efficiency floating-point neural network inference operators for mobile, server, and Web
Stars: ✭ 808 (+4388.89%)
Mutual labels:  convolutional-neural-networks
Sudoku
Can Neural Networks Crack Sudoku?
Stars: ✭ 742 (+4022.22%)
Mutual labels:  convolutional-neural-networks
Sincnet
SincNet is a neural architecture for efficiently processing raw audio samples.
Stars: ✭ 764 (+4144.44%)
Mutual labels:  convolutional-neural-networks
Poseestimationformobile
💃 Real-time single person pose estimation for Android and iOS.
Stars: ✭ 783 (+4250%)
Mutual labels:  convolutional-neural-networks
Frugally Deep
Header-only library for using Keras models in C++.
Stars: ✭ 719 (+3894.44%)
Mutual labels:  convolutional-neural-networks
Grad Cam
[ICCV 2017] Torch code for Grad-CAM
Stars: ✭ 891 (+4850%)
Mutual labels:  convolutional-neural-networks
Tf cnnvis
CNN visualization tool in TensorFlow
Stars: ✭ 769 (+4172.22%)
Mutual labels:  convolutional-neural-networks
Deepmedic
Efficient Multi-Scale 3D Convolutional Neural Network for Segmentation of 3D Medical Scans
Stars: ✭ 809 (+4394.44%)
Mutual labels:  convolutional-neural-networks
Tensorflow Tutorial
TensorFlow and Deep Learning Tutorials
Stars: ✭ 748 (+4055.56%)
Mutual labels:  convolutional-neural-networks
Machine Learning Curriculum
💻 Make machines learn so that you don't have to struggle to program them; The ultimate list
Stars: ✭ 761 (+4127.78%)
Mutual labels:  convolutional-neural-networks
Image Text Localization Recognition
A general list of resources to image text localization and recognition 场景文本位置感知与识别的论文资源与实现合集 シーンテキストの位置認識と識別のための論文リソースの要約
Stars: ✭ 788 (+4277.78%)
Mutual labels:  convolutional-neural-networks
Neurec
Next RecSys Library
Stars: ✭ 731 (+3961.11%)
Mutual labels:  convolutional-neural-networks
Noise2noise
An unofficial and partial Keras implementation of "Noise2Noise: Learning Image Restoration without Clean Data"
Stars: ✭ 821 (+4461.11%)
Mutual labels:  convolutional-neural-networks
Addernet
Code for paper " AdderNet: Do We Really Need Multiplications in Deep Learning?"
Stars: ✭ 722 (+3911.11%)
Mutual labels:  convolutional-neural-networks
Pytorch Bayesiancnn
Bayesian Convolutional Neural Network with Variational Inference based on Bayes by Backprop in PyTorch.
Stars: ✭ 779 (+4227.78%)
Mutual labels:  convolutional-neural-networks
Build Ocr
Build an OCR for iOS apps
Stars: ✭ 17 (-5.56%)
Mutual labels:  convolutional-neural-networks
Skin Cancer Image Classification
Skin cancer classification using Inceptionv3
Stars: ✭ 16 (-11.11%)
Mutual labels:  convolutional-neural-networks
Switchable Normalization
Code for Switchable Normalization from "Differentiable Learning-to-Normalize via Switchable Normalization", https://arxiv.org/abs/1806.10779
Stars: ✭ 804 (+4366.67%)
Mutual labels:  convolutional-neural-networks

Convolutional neural networks for seizure prediction using intracranial and scalp electroencephalogram

Code to reproduce results reported in our paper published as:

Truong, N. D., A. D. Nguyen, L. Kuhlmann, M. R. Bonyadi, J. Yang, S. Ippolito, and O. Kavehei (2018). "Convolutional neural networks for seizure prediction using intracranial and scalp electroencephalogram." Neural Networks 105, 104-111. DOI:10.1016/j.neunet.2018.04.018.

Requirements

  • h5py (2.7.1)
  • hickle (2.1.0)
  • Keras (2.0.6)
  • matplotlib (1.3.1)
  • mne (0.11.0)
  • pandas (0.21.0)
  • scikit-learn (0.19.1)
  • scipy (1.0.0)
  • tensorflow-gpu (1.4.1)

How to run the code

  1. Set the paths in *.json files. Copy files in folder "copy-to-CHBMIT-folder" to your CHBMIT dataset folder.

  2. Run the code

python main.py --mode MODE --dataset DATASET
where:
  • MODE: cv, test
    • cv: leave-one-seizure-out cross-validation
    • test: ~1/3 of last seizures used for test, interictal signals are split accordingly
  • DATASET: FB, CHBMIT, Kaggle2014Pred
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].