Nightingale 开放科学数据集

该数据集是一个包含心电图波形和心脏超声影像的多模态医学数据集,通过将ECG信号与超声心动图数据进行对齐匹配,支持早期无症状心脏病的检测研究,可用于心血管疾病风险预测、多模态医学数据分析以及机器学习模型在心脏病诊断领域的应用开发。

github
2024-05-18 更新
浏览 6
心脏病检测医疗数据分析

基本信息

创建/更新时间
2024-05-18

资源简介

该数据集是一个精心策划的医学数据集,将心电图(ECG)波形与心脏超声(超声心动图)数据进行对齐匹配。数据集包含来自临床患者的同步采集的心电信号和心脏影像数据,通过专业医学标注构建而成。主要用于早期检测无症状心脏病的研究,支持心血管疾病的风险预测、多模态医学数据分析以及机器学习模型在心脏病诊断中的应用开发。

原始链接

https://github.com/kris96tian/machine_learning_ecg

访问原始数据

官方服务

如需原始数据获取支持或标注服务,请联系我们。

帮我联系

下载信息

注册下载

Tips: 该数据集需要在对应的数据源网站注册通过后,才能进行数据下载,注册有对应要求,或者需要收费。

暂未开放

公开下载

Tips: 该数据集属于公开下载,应该可以免费公开下载。

免登录

有偿下载

Tips: 该数据集 Qianfanghub 可以协助提供有偿下载服务,注意,服务不针对数据相关产权,只是技术服务费。

提供高速下载与技术交付服务(收技术服务费,非数据销售)

暂未开放

千方医数集,医疗数据集部分,是为社区服务的公开医疗数据集搜索引擎,并不存储或者下载原始的任何数据。 如果您有其他医疗数据需求,可以和客服联系,或者下工单。我们有强大的三甲医疗机构帮助您提供个性化的医疗数据定制、采集、标注服务。

使用方式

数据集获取

git clone https://github.com/kris96tian/machine_learning_ecg.git

curl -L -o repo.zip https://github.com/kris96tian/machine_learning_ecg/archive/refs/heads/main.zip
unzip repo.zip

源站 README 摘录(使用方式)

Diagnosing ‘silent’ heart attacks using ECG waveforms

Wb-App: https://huggingface.co/spaces/kral2796/heart-attack-prediction

Abstract

This project focuses on the early detection
of silent heart attacks, one of the most
pressing health concerns, through the
innovative application of machine learning
models to analyze electrocardiogram (ECG)
waveforms. Silent heart attacks are a type
of myocardial infarction that often go
undiagnosed due to their asymptomatic
nature, posing a significant health risk due
to the delay in intervention and treatment
which, consequently, leads to a higher risk
of heart failure. The comprehensive
Nightingale Open Science dataset, a
meticulously curated dataset that aligns
ECG waveforms with cardiac ultrasound
data, served as the primary data source for
this project. The primary objective of the
study was the identification of Regional Wall
Motion Abnormalities (RWMA), which are
key indicators of prior myocardial
infarctions. Various machine learning
nmethodologies, including the more
traditional Logistic Regression and Support
Vector Machine (SVM), as well as the
state-of-the-art Recurrent Neural Network
(RNN), were evaluated in this research. The
results demonstrated the immense potential
of machine learning models in the detection
of silent heart attacks through the analysis
of ECG waveforms. Among the models
evaluated, the RNN model stood out as it
outperformed the other models in detecting
RWMA due to its innate ability to capture
sequential and time-dependent data.
However, it is important to note that
challenges such as data imbalance and
overfitting were encountered during this
study, highlighting the need for further
refinement and optimization of the model.

References

Pramanik, Rajiv, Bhumil Shah, Anna Roth, Honga Wei, Ted Castillo, Katie Lin, Sachin Shah, et al.
“Diagnosing ’Silent’ Heart Attack Using ECG Waveforms.”
Nightingale Open Science, 2021. https://doi.org/10.48815/N54W2V.

数据加载示例(图像类)

from PIL import Image
import glob, os

files = (glob.glob(os.path.join(path, "**", "*.png"), recursive=True)
       + glob.glob(os.path.join(path, "**", "*.jpg"), recursive=True)
       + glob.glob(os.path.join(path, "**", "*.tif"), recursive=True))
print("图像文件数:", len(files))
img = Image.open(files[0]); print("尺寸/模式:", img.size, img.mode)

# torchvision Dataset 方式:
# from torchvision import datasets
# ds = datasets.ImageFolder(path)  # 要求 子目录=类别

目录组织与标注格式以源站说明和下载后实际文件为准。

完整仓库:github.com/kris96tian/machine_learning_ecg

精度瓶颈?数据缺失?

当前公开数据无法满足您的算法精度?千方提供针对 心脏病 的高质量、多模态真实临床数据定制解决方案。

获取专属数据定制方案