<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Publishing DTD v1.3 20210610//EN" "JATS-journalpublishing1-3.dtd">
<article xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" article-type="research-article" dtd-version="1.3" xml:lang="ru">
  <front>
    <journal-meta>
      <journal-id journal-id-type="publisher-id">rst</journal-id>
      <journal-title-group>
        <journal-title xml:lang="ru">Информационно-экономические аспекты стандартизации и технического регулирования</journal-title>
        <trans-title-group xml:lang="en">
          <trans-title>Informatsionno-ekonomicheskiye aspekty standartizatsii i tekhnicheskogo regulirovaniya</trans-title>
        </trans-title-group>
      </journal-title-group>
      <issn pub-type="epub">2311-1348</issn>
      <publisher>
        <publisher-name>ФГБУ «Институт стандартизации»</publisher-name>
      </publisher>
    </journal-meta>
    <article-meta>
      <article-id custom-type="edn" pub-id-type="custom">CCFUQO</article-id>
      <article-id custom-type="elibrary-id" pub-id-type="custom">83017072</article-id>
      <article-categories>
        <subj-group subj-group-type="heading">
          <subject>Research Article</subject>
        </subj-group>
        <subj-group subj-group-type="section-heading" xml:lang="ru">
          <subject>Диссертационные исследования</subject>
        </subj-group>
        <subj-group subj-group-type="section-heading" xml:lang="en">
          <subject>dissertation research</subject>
        </subj-group>
      </article-categories>
      <title-group>
        <article-title>РАЗРАБОТКА НЕЙРОННОЙ СЕТИ ТИПА GRU ДЛЯ АВТОМАТИЗИРОВАННОЙ ИНТЕРПРЕТАЦИИ КАРДИОГРАММ</article-title>
        <trans-title-group xml:lang="en">
          <trans-title>DEVELOPMENT OF A GRU NEURAL NETWORK FOR AUTOMATED INTERPRETATION OF CARDIOGRAMS</trans-title>
        </trans-title-group>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author" corresp="yes">
          <contrib-id contrib-id-type="custom" custom-type="authorid">83017072</contrib-id>
          <name-alternatives>
            <name name-style="eastern" xml:lang="ru">
              <surname>Лосев</surname>
              <given-names>А. Ю.</given-names>
            </name>
            <name name-style="western" xml:lang="en">
              <surname>Losev</surname>
              <given-names>A. Yu.</given-names>
            </name>
          </name-alternatives>
          <bio xml:lang="ru">
            <p>Лосев А. Ю., соискатель ФГАОУ ВО Первый Московский государственный медицинский университет  имени И.М. Сеченова (Сеченовский Университет)</p>
            <p>Москва, Россия</p>
          </bio>
          <bio xml:lang="en">
            <p>Losev A. Yu., applicant Sechenov First Moscow State Medical University</p>
            <p>Moscow, Russia</p>
          </bio>
          <xref ref-type="aff" rid="aff-1"/>
        </contrib>
      </contrib-group>
      <aff-alternatives id="aff-1">
        <aff xml:lang="ru">
          ФГАОУ ВО Первый Московский государственный медицинский университет  имени И.М. Сеченова (Сеченовский Университет)
          <country>Россия</country>
        </aff>
        <aff xml:lang="en">
          Sechenov First Moscow State Medical University
          <country>Russian Federation</country>
        </aff>
      </aff-alternatives>
      <pub-date pub-type="collection">
        <year>2025</year>
      </pub-date>
      <volume>130</volume>
      <issue>86</issue>
      <fpage>104</fpage>
      <lpage>109</lpage>
      <permissions>
        <copyright-statement>Copyright © Лосев А. Ю., 2026</copyright-statement>
        <copyright-year>2026</copyright-year>
        <copyright-holder xml:lang="ru">Лосев А. Ю.</copyright-holder>
        <copyright-holder xml:lang="en">Losev A. Y.</copyright-holder>
        <license license-type="creative-commons-attribution" xlink:href="https://creativecommons.org/licenses/by/4.0/" xlink:type="simple" xml:lang="ru">
          <license-p>Данная работа распространяется под лицензией Creative Commons Attribution 4.0.</license-p>
        </license>
      </permissions>
      <self-uri xlink:href="https://iea.gostinfo.ru/article/view/104">https://iea.gostinfo.ru/article/view/104</self-uri>
      <abstract>
        <p>Существующие трудности ручного анализа электрокардиограмм из-за разнообразия и изменчивости паттернов &#13;
приводят к необходимости создания автоматизированных решений. Изложена последовательность шагов по разработке GRU-нейросети для анализа кардиограмм, использующей модели автоматического анализа и интерпретации электрокардиограмм.&#13;
Представлены результаты обучения и тестирования GRU-нейросети, оценки точности алгоритма классификации &#13;
для разных классов аритмии с помощью метрик Accuracy, Precision, Recall и F1-score. Приведены графики обучения &#13;
полученных результатов (матрица ошибок, графики точности и потерь по эпохам).&#13;
Проведен анализ полученных результатов, заключающихся в снижении времени анализа кардиограмм, повышении &#13;
надежности диагностики при хронической сердечной недостаточности. Подчеркнут потенциальный вклад рассмотренного подхода в области персонализированной медицины, особенно в условиях ограниченного доступа к специализированной кардиологической помощи.</p>
      </abstract>
      <trans-abstract xml:lang="en">
        <p>The existing dif culties of manual analysis of electrocardiograms due to the variety and variability of patterns lead to the need to create automated solutions. The sequence of steps for the development of a GRU neural network for the analysis of cardiograms using models of automatic analysis and interpretation of electrocardiograms is described.The results of training and testing the GRU neural network, evaluating the accuracy of the classi cation algorithm for different classes of arrhythmias using Accuracy, Precision, Recall and F1-score metrics are presented. The graphs of learning the obtained results (error matrix, graphs of accuracy and loss by epoch) are given. The analysis of the obtained results is carried out, which consist in reducing the analysis time of cardiograms and increasing the reliability of diagnosis in chronic heart failure. The potential contribution of the considered approach in the eld of personalized medicine is emphasized, especially in conditions of limited access to specialized cardiological care</p>
      </trans-abstract>
      <kwd-group xml:lang="ru">
        <kwd>сердечно-сосудистые заболевания</kwd>
        <kwd>электрокардиограмма</kwd>
        <kwd>рекуррентная нейронная сеть</kwd>
        <kwd>машинное обучение</kwd>
        <kwd>метрики классов аритмий</kwd>
        <kwd>персонализированная медицина</kwd>
      </kwd-group>
      <kwd-group xml:lang="en">
        <kwd>cardiovascular diseases</kwd>
        <kwd>electrocardiogram</kwd>
        <kwd>recurrent neural network</kwd>
        <kwd>machine learning</kwd>
        <kwd>metrics of classes of arrhythmias</kwd>
        <kwd>personalized medicine</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <back>
    <ref-list>
      <title>References</title>
      <ref id="cit1">
        <label>1</label>
        <citation-alternatives>
          <mixed-citation xml:lang="ru">Муромцев В.В., Никитин В.М., Ефремова О.А., Камышникова Л.А. Подход к улучшению автоматизированной системы компьютерного анализа электрокардиограммы // Медицинские технологии. Оценка и выбор. 2019. № 2 (36).
С. 42–48.</mixed-citation>
          <mixed-citation xml:lang="en">Muromtsev V.V., Nikitin V.M., Efremova O.A., Kamyshnikova L.A. Podhod k uluchsheniyu avtomatizirovannoj
sistemy komp’yuternogo analiza elektrokardiogrammy. Medicinskie tekhnologii. Ocenka i vybor. 2019. No. 2(36), pp. 42–48.</mixed-citation>
        </citation-alternatives>
      </ref>
      <ref id="cit2">
        <label>2</label>
        <citation-alternatives>
          <mixed-citation xml:lang="ru">Лебедев Г.С., Шепетовская Н.Л., Решетников В.А. Телемедицина и механизмы ее интеграции // Национальное здравоохранение. 2021. Т. 2, № 2. С. 21–27.</mixed-citation>
          <mixed-citation xml:lang="en">Lebedev G.S., Shepetovskaya N.L., Reshetnikov V.A. Telemedicina i mekhanizmy
ee integracii. Nacional’noe zdravoohranenie. 2021. Vol. 2. No. 2, pp. 21–27.</mixed-citation>
        </citation-alternatives>
      </ref>
      <ref id="cit3">
        <label>3</label>
        <citation-alternatives>
          <mixed-citation xml:lang="ru">Волосатова Т.М., Спасёнов А.Ю., Логунова А.О. Автоматизированная система анализа и интерпретации электрокардиосигнала // Радиооптика. 2016. № 1. С. 1–18.</mixed-citation>
          <mixed-citation xml:lang="en">Volosatova T.M., Spasyonov A.Yu., Logunova A.O. Avtomatizirovannaya
sistema analiza i interpretacii elektrokardiosignala. Radiooptika. 2016. No. 1, pp. 1–18.</mixed-citation>
        </citation-alternatives>
      </ref>
      <ref id="cit4">
        <label>4</label>
        <citation-alternatives>
          <mixed-citation xml:lang="ru">Кошечкин К.А. Регулирование искусственного интеллекта в медицине // Пациентоориентированная медицина и фармация. 2023. Т. 1, № 1. С. 32–40.</mixed-citation>
          <mixed-citation xml:lang="en">Koshechkin K.A. Regulirovanie iskusstvennogo intellekta v medicine. Pacientoorientirovannaya
medicina i farmaciya. 2023. Vol. 1. No. 1, pp. 32–40.</mixed-citation>
        </citation-alternatives>
      </ref>
      <ref id="cit5">
        <label>5</label>
        <citation-alternatives>
          <mixed-citation xml:lang="ru">Гудфеллоу Я., Бенджио И., Курвилль А. Глубокое обучение. – 2-е изд., испр. – М.: ДМК Пресс, 2018. – 652 с.</mixed-citation>
          <mixed-citation xml:lang="en">Gudfellou
Y., Bendzhio I., Kurvill A. Glubokoe obuchenie: 2-nd ed. Moscow: DMK Press Publ., 2018. 652 p.</mixed-citation>
        </citation-alternatives>
      </ref>
      <ref id="cit6">
        <label>6</label>
        <citation-alternatives>
          <mixed-citation xml:lang="ru">Ramaraj E. A novel deep learning based gated recurrent unit with extreme learning machine for electrocardiogram (ECG)
signal recognition // Biomedical Signal Processing and Control. 2021. Vol 68. Art. 102779.</mixed-citation>
          <mixed-citation xml:lang="en">Ramaraj E. A novel deep learning based gated recurrent unit with extreme learning machine for electrocardiogram (ECG)
signal recognition // Biomedical Signal Processing and Control. 2021. Vol 68. Art. 102779.</mixed-citation>
        </citation-alternatives>
      </ref>
      <ref id="cit7">
        <label>7</label>
        <citation-alternatives>
          <mixed-citation xml:lang="ru">Лосев А.Ю., Сулейманова Д.С., Черноморец Ю.А. [и др.]. Повышение эффективности медицинских осмотров на основе медицинских информационных систем // Информационно-экономические аспекты стандартизации и технического регулирования. 2024. № 3 (78). С. 59–66.</mixed-citation>
          <mixed-citation xml:lang="en">Losev A.Yu., Sulejmanova D.S., Chernomorec Yu.A., et al. Povyshenie
effektivnosti medicinskih osmotrov na osnove medicinskih informacionnyh sistem. Information and Economic Aspects
of Standardization and Technical Regulation. 2024. No. 3 (78), pp. 59–66.</mixed-citation>
        </citation-alternatives>
      </ref>
      <ref id="cit8">
        <label>8</label>
        <citation-alternatives>
          <mixed-citation xml:lang="ru">Moody G.B., Mark R.G. The impact of the MIT-BIH arrhythmia database // IEEE Engineering in Medicine and Biology
Magazine. 2001. Vol. 20, no. 3, pp. 45–50.</mixed-citation>
          <mixed-citation xml:lang="en">Moody G.B., Mark R.G. The impact of the MIT-BIH arrhythmia database // IEEE Engineering in Medicine and Biology
Magazine. 2001. Vol. 20, no. 3, pp. 45–50.</mixed-citation>
        </citation-alternatives>
      </ref>
      <ref id="cit9">
        <label>9</label>
        <citation-alternatives>
          <mixed-citation xml:lang="ru">Kim B.H, Pyun J.Y. ECG identification for personal authentication using LSTM-based deep recurrent neural networks //
Sensors. 2020. Vol. 20, no. 11. Art. 3069.</mixed-citation>
          <mixed-citation xml:lang="en">Kim B.H, Pyun J.Y. ECG identification for personal authentication using LSTM-based deep recurrent neural networks //
Sensors. 2020. Vol. 20, no. 11. Art. 3069.</mixed-citation>
        </citation-alternatives>
      </ref>
      <ref id="cit10">
        <label>10</label>
        <citation-alternatives>
          <mixed-citation xml:lang="ru">Lynn H.M., Pan S.B., Kim P. A deep bidirectional GRU network model for biometric electrocardiogram classification based
on recurrent neural networks // IEEE Access. 2019. Vol. 7, pp. 145395–405.</mixed-citation>
          <mixed-citation xml:lang="en">Lynn H.M., Pan S.B., Kim P. A deep bidirectional GRU network model for biometric electrocardiogram classification based
on recurrent neural networks // IEEE Access. 2019. Vol. 7, pp. 145395–405.</mixed-citation>
        </citation-alternatives>
      </ref>
      <ref id="cit11">
        <label>11</label>
        <citation-alternatives>
          <mixed-citation xml:lang="ru">Hammad M., Chelloug S.A., Alkanhel R., et al. Automated detection of myocardial infarction and heart conduction disorders
based on feature selection and a deep learning model // Sensors. 2022. Vol. 22, no. 17. Art. 6503.</mixed-citation>
          <mixed-citation xml:lang="en">Hammad M., Chelloug S.A., Alkanhel R., et al. Automated detection of myocardial infarction and heart conduction disorders
based on feature selection and a deep learning model // Sensors. 2022. Vol. 22, no. 17. Art. 6503.</mixed-citation>
        </citation-alternatives>
      </ref>
    </ref-list>
    <fn-group>
      <fn fn-type="conflict">
        <p xml:lang="ru">Конфликт интересов. Авторы заявляют об отсутствии конфликта интересов.</p>
        <p xml:lang="en">The authors declare that there are no conflicts of interest present.</p>
      </fn>
    </fn-group>
  </back>
</article>
