CN113456084A - Method for predicting abnormal type of electrocardiowave based on ResNet-Xgboost model - Google Patents

Method for predicting abnormal type of electrocardiowave based on ResNet-Xgboost model Download PDF

Info

Publication number
CN113456084A
CN113456084A CN202110604493.XA CN202110604493A CN113456084A CN 113456084 A CN113456084 A CN 113456084A CN 202110604493 A CN202110604493 A CN 202110604493A CN 113456084 A CN113456084 A CN 113456084A
Authority
CN
China
Prior art keywords
resnet
layer
model
xgboost
output
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202110604493.XA
Other languages
Chinese (zh)
Inventor
杨晓磊
郭自强
程保喜
李晓萌
薛时伦
刘卫军
张刚
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shanxi Yunshidai Smart City Technology Development Co ltd
Original Assignee
Shanxi Yunshidai Smart City Technology Development Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shanxi Yunshidai Smart City Technology Development Co ltd filed Critical Shanxi Yunshidai Smart City Technology Development Co ltd
Priority to CN202110604493.XA priority Critical patent/CN113456084A/en
Publication of CN113456084A publication Critical patent/CN113456084A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • AHUMAN NECESSITIES
    • A61MEDICAL OR VETERINARY SCIENCE; HYGIENE
    • A61BDIAGNOSIS; SURGERY; IDENTIFICATION
    • A61B5/00Measuring for diagnostic purposes; Identification of persons
    • A61B5/24Detecting, measuring or recording bioelectric or biomagnetic signals of the body or parts thereof
    • A61B5/316Modalities, i.e. specific diagnostic methods
    • A61B5/318Heart-related electrical modalities, e.g. electrocardiography [ECG]
    • A61B5/346Analysis of electrocardiograms
    • AHUMAN NECESSITIES
    • A61MEDICAL OR VETERINARY SCIENCE; HYGIENE
    • A61BDIAGNOSIS; SURGERY; IDENTIFICATION
    • A61B5/00Measuring for diagnostic purposes; Identification of persons
    • A61B5/24Detecting, measuring or recording bioelectric or biomagnetic signals of the body or parts thereof
    • A61B5/316Modalities, i.e. specific diagnostic methods
    • A61B5/318Heart-related electrical modalities, e.g. electrocardiography [ECG]
    • A61B5/346Analysis of electrocardiograms
    • A61B5/349Detecting specific parameters of the electrocardiograph cycle

Landscapes

  • Health & Medical Sciences (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Cardiology (AREA)
  • Heart & Thoracic Surgery (AREA)
  • Molecular Biology (AREA)
  • Pathology (AREA)
  • Engineering & Computer Science (AREA)
  • Biomedical Technology (AREA)
  • Physics & Mathematics (AREA)
  • Medical Informatics (AREA)
  • Biophysics (AREA)
  • Surgery (AREA)
  • Animal Behavior & Ethology (AREA)
  • General Health & Medical Sciences (AREA)
  • Public Health (AREA)
  • Veterinary Medicine (AREA)
  • Measurement And Recording Of Electrical Phenomena And Electrical Characteristics Of The Living Body (AREA)

Abstract

The invention discloses a method for predicting an abnormal type of an electrocardiowave based on a ResNet-Xgboost model, belonging to the technical field of predicting the abnormal type of the electrocardiowave; the technical problem to be solved is as follows: an improvement of a method for predicting an abnormal type of an electrocardiograph wave based on a ResNet-Xgboost model is provided; the technical scheme for solving the technical problems is as follows: the method comprises the following steps: constructing an 8-lead electrocardiogram data set; constructing a deep neural network model of a ResNet structure capable of capturing the similarity between different leads, and outputting depth characteristics; constructing commonly used derived features based on the electrocardiowaves as artificial construction features according to domain knowledge and expert experience; performing feature splicing on the depth features and the artificial construction features to be used as input, and constructing a multi-label Xgboost prediction model; for a new 8-lead electrocardiogram data, firstly inputting a deep neural network model to obtain a depth characteristic, splicing the depth characteristic with an artificial characteristic, and then inputting a trained Xgboost prediction model to predict the probability of suffering from a certain disease; the method is applied to the prediction of the abnormal electrocardiowave.

Description

Method for predicting abnormal type of electrocardiowave based on ResNet-Xgboost model
Technical Field
The invention discloses a method for predicting an abnormal type of an electrocardiowave based on a ResNet-Xgboost model, belonging to the technical field of methods for predicting the abnormal type of the electrocardiowave.
Background
An Electrocardiogram (ECG) is an important tool for assisting doctors in diagnosing heart-related diseases, and paper electrocardiograms are generally used in hospitals at present, and the possible heart diseases are judged mainly by artificial experiences. A complete ECG waveform is recorded for a complete heartbeat, which generally consists of P wave, QRS wave, T wave, U wave, P-R period, and Q-T period, as shown in detail in FIG. one. With the development of information technology, there is now a mature method for converting paper ECG into voltage signal and storing electrocardiographic wave signal in the form of two-dimensional matrix, which provides a solid data base for intelligent diagnosis by Ai technology.
Before the ResNet network is proposed, it is generally believed that the accuracy of a deeper network is higher, a shallow network is assumed to be constructed, and a higher accuracy is achieved on a certain prediction problem, theoretically, after a plurality of network layers with constant changes are naturally deepened behind the current network, the performance of the obtained deep network is equivalent to that of the shallow network, and the problem of accuracy reduction cannot occur. However, experiments show that the model accuracy rate is inverted u-shaped when the number of layers with constant change is increased, namely, the accuracy rate is increased continuously and starts to be reduced greatly after reaching a maximum value. The ResNet adds a quick link and down-sampling building block in a network structure, so that the degradation problem can be well solved, and the model prediction precision is improved.
The tree model does not need any hypothesis on the structure and distribution of data, can capture the interaction between variables, wherein XGboost is a promotion algorithm under a boosting framework, improves the implementation process of GBDT, greatly improves the running speed and efficiency of the model, is widely applied to some open machine learning competitions, and obtains better results.
Lieger (2012) detects atrial fibrillation signals in a single lead electrocardiogram using a first order difference QRST detection algorithm and an adaptive f-wave number detection algorithm; the Rochengsi (2018) identifies the atrial fibrillation by using the relevant indexes of the poincare graph distribution of atrial fibrillation signals and identifies the ventricular premature beats by using the CONCOR clustering algorithm; liu Na (2019) predicts the probability of suffering from atrial fibrillation by using four traditional machine learning algorithms of a support vector machine, K nearest neighbors, a decision tree and a random forest. However, the above algorithms or studies are only studies on abnormal cardiac wave signals of certain heart diseases, and only artificial empirical structural features are used to perform probability prediction by using a conventional statistical method or machine learning algorithm.
Disclosure of Invention
In order to overcome the defects in the prior art, the invention aims to solve the technical problems that: an improvement is provided for a method of predicting an abnormal type of an electrocardiograph wave based on a ResNet-Xgboost model.
In order to solve the technical problems, the invention adopts the technical scheme that: a method for predicting an abnormal type of an electrocardiograph wave based on a ResNet-Xgboost model comprises the following steps:
the method comprises the following steps: constructing an 8-lead electrocardiogram data set;
step two: constructing a deep neural network model of a ResNet structure capable of capturing the similarity between different leads, and outputting depth characteristics;
step three: constructing commonly used derived features based on the electrocardiowaves as artificial construction features according to domain knowledge and expert experience;
step four: performing feature splicing on the depth features and the artificial construction features to be used as input, and constructing a multi-label Xgboost prediction model;
step five: for a new 8-lead electrocardiogram data, firstly inputting a deep neural network model to obtain a depth characteristic, splicing the depth characteristic with an artificial characteristic, and then inputting a trained Xgboost prediction model to predict the probability of suffering from a certain disease.
The second step is specifically as follows: learning the feature expression from the 8-lead electrocardiogram matrix, and splicing the outputs of the penultimate layer and the last layer of the ResNet network to be used as a depth feature variable.
The ResNet network specifically comprises an input layer, a convolutional layer, a first ResNet building block, a second ResNet building block, a reconstruction layer, a pooling layer and an output layer;
an input layer: arranging an electrocardiogram into a two-dimensional matrix of 5000 x 8;
and (3) rolling layers: the convolution kernel size is 50 x 1, the number of filters is 32, and the step size is 2;
building block of the first ResNet: the method comprises a main road and identity mapping, wherein the main road comprises 3 layers: the method comprises the following steps of (1) carrying out batch standardization on a processing layer, a linear correction unit layer, convolution layers with convolution kernel size of 15 x 1, filter number of 32 and step length of 2, carrying out identity mapping, enabling the identity mapping to be consistent with the output shape of a main trunk after the identity mapping passes through the step length of 2, adding the two layers, and repeating the operation for two times in sequence;
second building block of ResNet: the method comprises a main road and identity mapping, wherein the main road comprises 3 layers: the method comprises the following steps of (1) carrying out batch standardization on a processing layer, a linear correction unit layer, convolution layers with convolution kernel size of 5 x 1, filter number of 32 and step length of 2, carrying out identity mapping, enabling the identity mapping to be consistent with the output shape of a main trunk after the identity mapping passes through the step length of 2, adding the two layers, and repeating the operation for two times in sequence;
a reconstruction layer: converting the output of the second ResNet building block into two-dimensional data;
a pooling layer: converting the output of the reconstruction layer into a one-dimensional vector by taking an average mode;
an output layer: the model represents the real label of the sample during training, and the model represents the prediction probability of a certain advanced sample on each disease type during prediction.
The multi-label Xgboost prediction model in step four specifically comprises Xgboost prediction models for 20 cardiac diseases, wherein one Xgboost model is trained for each disease.
The fifth step is specifically as follows: after deep neural network training is completed, a training sample is predicted, the probabilities of the output of the pooling layer and the output of the output layer are spliced, features derived by artificial experience are combined to serve as the input of a machine learning model, and an XgBoost model is trained for each disease.
Compared with the prior art, the invention has the beneficial effects that: compared with the prior art which only aims at one heart disease, the method for predicting the abnormal type of the cardiac wave based on the ResNet-Xgboost model considers 20 common heart diseases and has wider application range.
In the prior art, characteristics are constructed manually based on independent single leads, and the correlation among different leads is ignored.
In the prior art, the model-entering characteristics are derived only by manual experience, the number of the characteristics is limited, and effective information can be missed.
Drawings
The invention is further described below with reference to the accompanying drawings:
FIG. 1 is a one-time complete ECG waveform;
FIG. 2 is a flow chart of a prediction method of the present invention;
fig. 3 is a block diagram of a ResNet network according to the present invention.
Detailed Description
As shown in fig. 1 to 3, the method for predicting the type of an abnormal cardiac wave based on the ResNet-Xgboost model of the present invention comprises the following steps:
the method comprises the following steps: constructing an 8-lead electrocardiogram data set;
step two: constructing a deep neural network model of a ResNet structure capable of capturing the similarity between different leads, and outputting depth characteristics;
step three: constructing commonly used derived features based on the electrocardiowaves as artificial construction features according to domain knowledge and expert experience;
step four: performing feature splicing on the depth features and the artificial construction features to be used as input, and constructing a multi-label Xgboost prediction model;
step five: for a new 8-lead electrocardiogram data, firstly inputting a deep neural network model to obtain a depth characteristic, splicing the depth characteristic with an artificial characteristic, and then inputting a trained Xgboost prediction model to predict the probability of suffering from a certain disease.
The second step is specifically as follows: learning the feature expression from the 8-lead electrocardiogram matrix, and splicing the outputs of the penultimate layer and the last layer of the ResNet network to be used as a depth feature variable.
The ResNet network specifically comprises an input layer, a convolutional layer, a first ResNet building block, a second ResNet building block, a reconstruction layer, a pooling layer and an output layer;
an input layer: arranging an electrocardiogram into a two-dimensional matrix of 5000 x 8;
and (3) rolling layers: the convolution kernel size is 50 x 1, the number of filters is 32, and the step size is 2;
building block of the first ResNet: the method comprises a main road and identity mapping, wherein the main road comprises 3 layers: the method comprises the following steps of (1) carrying out batch standardization on a processing layer, a linear correction unit layer, convolution layers with convolution kernel size of 15 x 1, filter number of 32 and step length of 2, carrying out identity mapping, enabling the identity mapping to be consistent with the output shape of a main trunk after the identity mapping passes through the step length of 2, adding the two layers, and repeating the operation for two times in sequence;
second building block of ResNet: the method comprises a main road and identity mapping, wherein the main road comprises 3 layers: the method comprises the following steps of (1) carrying out batch standardization on a processing layer, a linear correction unit layer, convolution layers with convolution kernel size of 5 x 1, filter number of 32 and step length of 2, carrying out identity mapping, enabling the identity mapping to be consistent with the output shape of a main trunk after the identity mapping passes through the step length of 2, adding the two layers, and repeating the operation for two times in sequence;
a reconstruction layer: converting the output of the second ResNet building block into two-dimensional data;
a pooling layer: converting the output of the reconstruction layer into a one-dimensional vector by taking an average mode;
an output layer: the model represents the real label of the sample during training, and the model represents the prediction probability of a certain advanced sample on each disease type during prediction.
The multi-label Xgboost prediction model in step four specifically comprises Xgboost prediction models for 20 cardiac diseases, wherein one Xgboost model is trained for each disease.
The fifth step is specifically as follows: after deep neural network training is completed, a training sample is predicted, the probabilities of the output of the pooling layer and the output of the output layer are spliced, features derived by artificial experience are combined to serve as the input of a machine learning model, and an XgBoost model is trained for each disease.
The method for predicting the abnormal type of the electrocardiowave based on the ResNet-Xgboost model aims at 8-lead electrocardiowave data with the sampling frequency of 500 HZ, the length of 10 seconds and the unit voltage of 4.88 microvolts, and constructs the ResNet-Xgboost model based on the 8-lead electrocardiogram inspection data to predict the abnormal type of the electrocardiowave; the 8-lead electrocardio-wave data comprises 2 limb leads, namely an I lead, an II lead and 6 chest leads, namely V1, V2, V3, V4, V5 and V6 leads. The cardiac electric waves output by different leads are the result of observing the heart beating from different directions, and can reflect the abnormal conditions of the heart in three-dimensional and multi-direction, the invention only considers 20 common heart diseases as labels, and the 20 heart diseases are shown in the following table 1:
Figure 707485DEST_PATH_IMAGE001
table 120 heart disease types.
The invention combines a deep neural network with a machine learning algorithm and combines automatic derivative characteristics with artificial experience derivative characteristics to predict the probability of respectively suffering from 20 common diseases. The main idea is as follows: firstly, providing a deep neural network model of a ResNet structure capable of capturing the similarity between different leads, constructing a multi-label prediction model, learning characteristic expression from an 8-lead electrocardiogram matrix, and splicing the outputs of the penultimate layer and the last layer of the network to serve as a deep characteristic variable; secondly, constructing commonly used derivative features based on the electrocardiowaves according to domain knowledge and expert experience; finally, combining the above two characteristics, an Xgboost model is trained for each disease to predict the probability of developing the disease, and the flowchart is shown in FIG. 2.
The structure of the ResNet network proposed by the present invention is shown in detail in FIG. 3. Overall, there are 5 large layers, first the input layer, and a piece of electrocardiogram is regarded as a two-dimensional matrix of 5000 × 8; layer 1 is a convolutional layer with convolutional kernel size of 50 x 1, filter number of 32 and step size of 2; layer 2 is a first ResNet building block, the main road comprises 3 layers, a batch standardization processing layer, a linear correction unit layer and a convolution layer with convolution kernel size of 15 x 1, filter number of 32 and step length of 2, a side real curve is an identity mapping in the ResNet structure, is consistent with the output shape of the main road after step length of 2, and is added, and the steps are repeated for two times; layer 3 is a second ResNet building block, similar to layer 2, and is divided into a main channel and an identity mapping (identity mapping) part, wherein the main channel comprises a batch standardization processing layer, a linear correction unit layer and a convolution layer with convolution kernel size of 5 x 1, filter number of 32 and step size of 2, and the identity mapping layer is the same layer 2; layer 4 is a reconstruction layer that functions to convert the output of layer 3 into two-dimensional data; layer 5 is a pooling layer, and the output of layer 4 is converted into a one-dimensional vector by taking the average; and finally, an output layer is used, wherein the real label of the sample is represented during model training, and the prediction probability of a certain newly-entered sample on each disease type is represented during prediction.
After the deep neural network training is completed, the training samples are predicted, the output of the layer 5 and the output probability of the output layer are spliced, the characteristics derived by artificial experience are combined to be used as the input of a machine learning model, and an XgBoost model is trained for each disease.
When the method is applied, an electrocardiogram sample firstly passes through a ResNet network to obtain depth characteristics, then the depth characteristics are spliced with artificial characteristics, and then the XGboost model of each disease is respectively passed through to obtain the probability of the sample suffering from each disease.
Aiming at the problems that in the prior art, the characteristic variables are constructed only by using artificial experience and a large number of potential characteristics are omitted, the invention provides a deep neural network model of a resnet structure, which can capture the similarity between different leads, and the deep characteristic variables are automatically generated; aiming at the problems that the single heart disease type prediction is carried out only by using a statistical method or a traditional machine learning algorithm in the prior art, the operation efficiency and the model effect are poor, the XgBoost algorithm under the boosting framework is used, the model is constructed based on the depth characteristics and the artificial characteristics for prediction, and the prediction accuracy is high.
It should be noted that, regarding the specific structure of the present invention, the connection relationship between the modules adopted in the present invention is determined and can be realized, except for the specific description in the embodiment, the specific connection relationship can bring the corresponding technical effect, and the technical problem proposed by the present invention is solved on the premise of not depending on the execution of the corresponding software program.
Finally, it should be noted that: the above embodiments are only used to illustrate the technical solution of the present invention, and not to limit the same; while the invention has been described in detail and with reference to the foregoing embodiments, it will be understood by those skilled in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some or all of the technical features may be equivalently replaced; and the modifications or the substitutions do not make the essence of the corresponding technical solutions depart from the scope of the technical solutions of the embodiments of the present invention.

Claims (5)

1. A method for predicting an abnormal type of an electrocardiograph wave based on a ResNet-Xgboost model is characterized in that: the method comprises the following steps:
the method comprises the following steps: constructing an 8-lead electrocardiogram data set;
step two: constructing a deep neural network model of a ResNet structure capable of capturing the similarity between different leads, and outputting depth characteristics;
step three: constructing commonly used derived features based on the electrocardiowaves as artificial construction features according to domain knowledge and expert experience;
step four: performing feature splicing on the depth features and the artificial construction features to be used as input, and constructing a multi-label Xgboost prediction model;
step five: for a new 8-lead electrocardiogram data, firstly inputting a deep neural network model to obtain a depth characteristic, splicing the depth characteristic with an artificial characteristic, and then inputting a trained Xgboost prediction model to predict the probability of suffering from a certain disease.
2. The method of claim 1 for predicting the type of an abnormal electrocardiographic wave based on the ResNet-Xgboost model, wherein:
the second step is specifically as follows: learning the feature expression from the 8-lead electrocardiogram matrix, and splicing the outputs of the penultimate layer and the last layer of the ResNet network to be used as a depth feature variable.
3. The method of claim 2, wherein the method for predicting the type of an abnormal electrocardiographic wave based on the ResNet-Xgboost model comprises:
the ResNet network specifically comprises an input layer, a convolutional layer, a first ResNet building block, a second ResNet building block, a reconstruction layer, a pooling layer and an output layer;
an input layer: arranging an electrocardiogram into a two-dimensional matrix of 5000 x 8;
and (3) rolling layers: the convolution kernel size is 50 x 1, the number of filters is 32, and the step size is 2;
building block of the first ResNet: the method comprises a main road and identity mapping, wherein the main road comprises 3 layers: the method comprises the following steps of (1) carrying out batch standardization on a processing layer, a linear correction unit layer, convolution layers with convolution kernel size of 15 x 1, filter number of 32 and step length of 2, carrying out identity mapping, enabling the identity mapping to be consistent with the output shape of a main trunk after the identity mapping passes through the step length of 2, adding the two layers, and repeating the operation for two times in sequence;
second building block of ResNet: the method comprises a main road and identity mapping, wherein the main road comprises 3 layers: the method comprises the following steps of (1) carrying out batch standardization on a processing layer, a linear correction unit layer, convolution layers with convolution kernel size of 5 x 1, filter number of 32 and step length of 2, carrying out identity mapping, enabling the identity mapping to be consistent with the output shape of a main trunk after the identity mapping passes through the step length of 2, adding the two layers, and repeating the operation for two times in sequence;
a reconstruction layer: converting the output of the second ResNet building block into two-dimensional data;
a pooling layer: converting the output of the reconstruction layer into a one-dimensional vector by taking an average mode;
an output layer: the model represents the real label of the sample during training, and the model represents the prediction probability of a certain advanced sample on each disease type during prediction.
4. The method of claim 1 for predicting the type of an abnormal electrocardiographic wave based on the ResNet-Xgboost model, wherein:
the multi-label Xgboost prediction model in step four specifically comprises Xgboost prediction models for 20 cardiac diseases, wherein one Xgboost model is trained for each disease.
5. The method of claim 1 for predicting the type of an abnormal electrocardiographic wave based on the ResNet-Xgboost model, wherein: the fifth step is specifically as follows: after deep neural network training is completed, a training sample is predicted, the probabilities of the output of the pooling layer and the output of the output layer are spliced, features derived by artificial experience are combined to serve as the input of a machine learning model, and an XgBoost model is trained for each disease.
CN202110604493.XA 2021-05-31 2021-05-31 Method for predicting abnormal type of electrocardiowave based on ResNet-Xgboost model Pending CN113456084A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110604493.XA CN113456084A (en) 2021-05-31 2021-05-31 Method for predicting abnormal type of electrocardiowave based on ResNet-Xgboost model

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110604493.XA CN113456084A (en) 2021-05-31 2021-05-31 Method for predicting abnormal type of electrocardiowave based on ResNet-Xgboost model

Publications (1)

Publication Number Publication Date
CN113456084A true CN113456084A (en) 2021-10-01

Family

ID=77871876

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110604493.XA Pending CN113456084A (en) 2021-05-31 2021-05-31 Method for predicting abnormal type of electrocardiowave based on ResNet-Xgboost model

Country Status (1)

Country Link
CN (1) CN113456084A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115736939A (en) * 2022-11-24 2023-03-07 北京哈特瑞姆医疗技术服务有限公司 Atrial fibrillation disease probability generation method and device, electronic equipment and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108926341A (en) * 2018-04-20 2018-12-04 平安科技(深圳)有限公司 Detection method, device, computer equipment and the storage medium of ECG signal
WO2020070519A1 (en) * 2018-10-05 2020-04-09 Imperial College Of Science, Technology And Medicine Method for detecting adverse cardiac events
CN111557660A (en) * 2020-06-08 2020-08-21 东北大学 Arrhythmia identification method under sub-population deep learning framework
WO2021022763A1 (en) * 2019-08-06 2021-02-11 浙江大学 Method for constructing intracardiac abnormal activation point location model based on cnn and lstm
CN112603330A (en) * 2020-12-28 2021-04-06 中国科学院微电子研究所 Electrocardiosignal identification and classification method

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108926341A (en) * 2018-04-20 2018-12-04 平安科技(深圳)有限公司 Detection method, device, computer equipment and the storage medium of ECG signal
WO2020070519A1 (en) * 2018-10-05 2020-04-09 Imperial College Of Science, Technology And Medicine Method for detecting adverse cardiac events
WO2021022763A1 (en) * 2019-08-06 2021-02-11 浙江大学 Method for constructing intracardiac abnormal activation point location model based on cnn and lstm
CN111557660A (en) * 2020-06-08 2020-08-21 东北大学 Arrhythmia identification method under sub-population deep learning framework
CN112603330A (en) * 2020-12-28 2021-04-06 中国科学院微电子研究所 Electrocardiosignal identification and classification method

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
(意)阿尔贝托•博斯凯蒂,(意)卢卡•马萨罗: "《数据科学导论:Python语言(原书第3版)》", 北京:机械工业出版社 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115736939A (en) * 2022-11-24 2023-03-07 北京哈特瑞姆医疗技术服务有限公司 Atrial fibrillation disease probability generation method and device, electronic equipment and storage medium

Similar Documents

Publication Publication Date Title
CN107822622B (en) Electrocardiogram diagnosis method and system based on deep convolutional neural network
CN106725428B (en) Electrocardiosignal classification method and device
CN111242098B (en) Electrocardiogram data classification method and system combining feature extraction and initiation network
US11324455B2 (en) Artificial intelligence-based interference recognition method for electrocardiogram
CN109480825B (en) Electrocardio data processing method and device
CN111990989A (en) Electrocardiosignal identification method based on generation countermeasure and convolution cyclic network
CN109480824B (en) Method and device for processing electrocardio waveform data and server
CN110638430B (en) Method for building cascade neural network ECG signal arrhythmia classification model
CN111626114A (en) Electrocardiosignal arrhythmia classification system based on convolutional neural network
CN110558975B (en) Electrocardiosignal classification method and system
JP7487965B2 (en) Prediction method of electrocardiogram heart rate multi-type based on graph convolution
CN111557660A (en) Arrhythmia identification method under sub-population deep learning framework
Lee et al. Self-supervised learning with electrocardiogram delineation for arrhythmia detection
CN113456084A (en) Method for predicting abnormal type of electrocardiowave based on ResNet-Xgboost model
CN113180688B (en) Coronary heart disease electrocardiogram screening system and method based on residual error neural network
CN110786847B (en) Electrocardiogram signal library building method and analysis method
CN116712083A (en) QRS complex wave detection method based on U-Net network
CN115590524A (en) QT interval prolonging identification method and system based on convolutional neural network
CN115316996A (en) Training method, device and equipment for abnormal heart rhythm recognition model and storage medium
CN117421678B (en) Single-lead atrial fibrillation recognition system based on knowledge distillation
Samaratunga et al. ECG Beat Classification using Capsule Networks
CN113303807B (en) Electrocardio data generation method
Zhong et al. STCA-Net: Multi-channel ECG Space-Time-Channel Attention Model for Noninvasive Prediction of Catheter Ablation in Atrial Fibrillation
CN116784815A (en) Abnormal heart rhythm classification method based on combination of convolutional neural network and transducer
Ganeshkumar et al. 9 Disease prediction mechanisms on large-scale big data with explainable deep learning models for multi-label classification problems in healthcare

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20211001