joy-dutta / eHealth-dataset

IoMT Synthetic Cardiac Arrest Dataset for eHealth with AI-based Validation

Home Page:https://joydutta.in/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eHealth

Preparation of Synthetic IoMT Data for Cardiac Arrest

Data is the new fuel for every discipline in the modern world. To the best of the author's knowledge, in eHealth, the availability of IoMT data that helps researchers train their AI models for the prediction of cardiac arrest is not readily available. . A easily available and freely accessible dataset is the most important need for investigating any given area. To compensate for this, the present study conducts extensive research in this area to provide a synthesis dataset that eHealth researchers may use to test their AI/ML model. We have selected a particular medical condition, "cardiac arrest," for which we are producing synthesized IoMT data. This document will include all valid ranges of medical sensors (IoMT) for a subject in various scenarios (patient). The offered range is based on studies published in peer-reviewed publications and papers that have been vetted by well-established practitioners in this medical sector and may be used to build any amount of the synthetic dataset for cardiac arrest depending on the needs of the researcher.

Keywords: IoMT, Heart Attack, eHealth, Synthetic Dataset, AI/ML

Python Notebook link to create synthetic dataset for:

(a) Subject 1: Click Here (Ptyhon Script for 70 Years Old Subject)

(a) Subject 2: Click Here (Ptyhon Script for 40 Years Old Subject)

Download Dataset

Dataset 1: Click Here (IoMT Dataset for 70 Years Old Subject 1)

Dataset 2: Click Here (IoMT Dataset for 40 Years Old Subject 2)

Dataset Description:

For this dataset, we used the pulse rate, breathing rate, distance traveled, speed, and oxygen level in the blood as five input features to predict a single target class feature, i.e., the binary prediction for cardiac arrest. Because of the unavailability of the IoMT data, we have created this synthetic IoMT dataset of two individuals with 120000 instances with six features in each dataset.

Notebook link for exploratory analysis of the dataset for Subject 1

IoMT Dataset exploration for Subject 1: Click Here

Notebook link for data validation with supervised machine learning-based models (Subject 1):

  1. Logistic Regression: Click Here
  2. Linear-SVM: Click Here
  3. Kernel-SVM: Click Here
  4. Naive Bayes: Click Here
  5. k-nearest neighbors (KNN): Click Here
  6. Decision Tree: Click Here
  7. Random Forest: Click Here

Cite this dataset

If you are using this dataset, kindly cite the article below:

J.Dutta and D. Puthal, "IoMT Synthetic Cardiac Arrest Dataset for eHealth with AI-based Validation," 2023 IEEE Computer Society Annual Symposium on VLSI (ISVLSI), Iguazu Falls, Brazil, 2023.

About

IoMT Synthetic Cardiac Arrest Dataset for eHealth with AI-based Validation

https://joydutta.in/

License:Apache License 2.0


Languages

Language:Jupyter Notebook 99.6%Language:Python 0.4%