Git Product home page Git Product logo

multisource-ecg-classification's Introduction

Learning with Incomplete Labels of Multisource Datasets for ECG Classification

This repository contains the source code and associated files for the research study titled "Learning with Incomplete Labels of Multisource Datasets for ECG Classification".

Table of Contents

Introduction

This research study focuses on addressing the challenge of classifying electrocardiogram (ECG) data from multiple sources with incomplete labels. The study proposes a deep-learning-based framework to improve the accuracy of ECG classification in such scenarios. This repository contains the source code and resources related to the research.

Getting Started

These instructions will help you get a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Python (>=3.6)
  • TensorFlow (>=2.0)
  • Other dependencies (listed in requirements.txt)

Installation

  1. Clone the repository:

    git clone https://github.com/sdnjly/multisource-ecg-classification.git
    cd multisource-ecg-classification
  2. Create a virtual environment (recommended):

    python -m venv venv
    source venv/bin/activate
  3. Install required packages:

    pip install -r requirements.txt

Data Preparation

The datasets used in this study can be found from the Physionet/CinC challenge 2020/2021 websites. You can follow instructions on the websites to downloads the datasets.

Usage

  1. model training

    python train_model.py training_data model

    training_data is a folder of training data files, model is a folder for saving your models, test_data is a folder of test data files

  2. model testing

    python test_model.py model test_data test_outputs

multisource-ecg-classification's People

Contributors

sdnjly avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

csy-siyuan

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.