Git Product home page Git Product logo

addnet-scl's Introduction

AddNet-SCL

Code for paper: Patient-Specific Seizure Prediction via Adder Network and Supervised Contrastive Learning

About the paper

Instructions

  • Before running the code, please download the CHBMIT dataset, unzip it and place it into the right directory. Divide the data into 4s segments and save them as hickle files. Each .hickle data file contains the EEG signals and consponding labels of a subject. There are 2 arrays in the file: data and labels. The shape of data is (32, 1, 1024, 22). The shape of label is (32,1).
  • Using AddNet-SCL.py to train and test the model (leave one out cross-validation), result will be saved in a /results file.
  • The CHBMIT dataset can be found here.
  • The usage on Kaggle dataset is the same as above. The Kaggle dataset can be found here.

Requirements

  • Pyhton3.7
  • pytorch (1.10.1 version)

Reference

addnet-scl's People

Contributors

chang-li-hfut avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.