Skip to content
/ TASA Public

[JNE 2023] Unsupervised Domain Adaptation for Cross-Patient Seizure Classification

Notifications You must be signed in to change notification settings

wzwvv/TASA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TASA

This repository contains the source code for our paper Unsupervised Domain Adaptation for Cross-Patient Seizure Classification (JNE, 2023).

main files

  • tasa_sds_gda merges the proposed tasa, sds, and gda methods;
  • mldg and maml are two meta-learning baselines;
  • mlp is a deep neural network baseline without using any tricks.

data

Dataset can be obtained in directory "./data/fts_labels/", containing S1-S27.

For more details regarding the original EEG signals from the CHSZ dataset, please contact via email at [email protected].

utils

Some necessary functions are in utils directory.

Citation

If you find this repo helpful, please cite our work:

@article{Wang2023TASA,
  title={Unsupervised domain adaptation for cross-patient seizure classification},
  author={Wang, Ziwei and Zhang, Wen and Li, Siyang and Chen, Xinru and Wu, Dongrui},
  journal={Journal of Neural Engineering},
  volume={20},
  number={6},
  pages={066002},
  year={2023},
}

About

[JNE 2023] Unsupervised Domain Adaptation for Cross-Patient Seizure Classification

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages