aristotelisballas/biodg
BioDG is a publically available framework for the evaluation of Domain Generalization algorithms in Biosignal Classification.
This project helps biomedical researchers and data scientists evaluate how well their machine learning models for biosignal classification perform across different datasets or 'domains'. It takes various raw biosignal data, specifically Electrocardiogram (ECG) and Electroencephalogram (EEG) recordings, along with associated clinical labels. The output is a performance evaluation of different domain generalization algorithms, showing how robust models are when applied to new, unseen patient populations or recording conditions. Researchers working with physiological signals and machine learning for diagnostic or monitoring applications would use this.
Use this if you need to test and compare different machine learning strategies to ensure your biosignal classification models (for ECG or EEG) are reliable when deployed in new clinical settings or with data from different sources.
Not ideal if you are looking for a pre-trained, production-ready model for biosignal classification, or if your primary focus is on signal processing rather than machine learning model generalization.
Stars
24
Forks
3
Language
Python
License
Apache-2.0
Category
Last pushed
Dec 12, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/aristotelisballas/biodg"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
adapt-python/adapt
Awesome Domain Adaptation Python Toolbox
corenel/pytorch-adda
A PyTorch implementation for Adversarial Discriminative Domain Adaptation
jindongwang/transferlearning
Transfer learning / domain adaptation / domain generalization / multi-task learning etc. Papers,...
thuml/Transfer-Learning-Library
Transfer Learning Library for Domain Adaptation, Task Adaptation, and Domain Generalization
KaiyangZhou/Dassl.pytorch
A PyTorch toolbox for domain generalization, domain adaptation and semi-supervised learning.