This is the source code for paper "Unsupervised Domain Adaptation for Cross-Patient Seizure Classification".
- 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.
Dataset can be obtained in directory "./data/fts_labels/", containing S1-S27.
Some necessary functions are in utils directory.