<?xml version="1.0" encoding="UTF-8"?>
<article article-type="research-article" dtd-version="1.3" xml:lang="ru" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://metafora.rcsi.science/xsd_files/journal3.xsd">
  <front>
    <journal-meta>
      <journal-id journal-id-type="publisher-id">moitvivt</journal-id>
      <journal-title-group>
        <journal-title xml:lang="ru">Моделирование, оптимизация и информационные технологии</journal-title>
        <trans-title-group xml:lang="en">
          <trans-title>Modeling, Optimization and Information Technology</trans-title>
        </trans-title-group>
      </journal-title-group>
      <issn pub-type="epub">2310-6018</issn>
      <publisher>
        <publisher-name>Издательство</publisher-name>
      </publisher>
    </journal-meta>
    <article-meta>
      <article-id pub-id-type="doi">10.26102/2310-6018/2019.27.4.040</article-id>
      <article-id pub-id-type="custom" custom-type="elpub">684</article-id>
      <title-group>
        <article-title xml:lang="ru">МОДИФИКАЦИЯ НЕЙРОСЕТЕВОЙ МОДЕЛИ RKELM С ДООБУЧЕНИЕМ</article-title>
        <trans-title-group xml:lang="en">
          <trans-title>MODIFICATION OF NEURAL NETWORK MODEL RKELM WITH ADDITIONAL TRAINING</trans-title>
        </trans-title-group>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author" corresp="yes">
          <name-alternatives>
            <name name-style="eastern" xml:lang="ru">
              <surname>Асанов</surname>
              <given-names>Юрий Анатольевич</given-names>
            </name>
            <name name-style="western" xml:lang="en">
              <surname>Asanov</surname>
              <given-names>Yuru Anatolievich</given-names>
            </name>
          </name-alternatives>
          <email>asanovjura@mail.ru</email>
          <xref ref-type="aff">aff-1</xref>
        </contrib>
        <contrib contrib-type="author" corresp="yes">
          <name-alternatives>
            <name name-style="eastern" xml:lang="ru">
              <surname>Белецкая</surname>
              <given-names>Светлана Юрьевна</given-names>
            </name>
            <name name-style="western" xml:lang="en">
              <surname>Beletskaya</surname>
              <given-names>Svetlana Yuryevna</given-names>
            </name>
          </name-alternatives>
          <email>su_bel@mail.ru</email>
          <xref ref-type="aff">aff-2</xref>
        </contrib>
      </contrib-group>
      <aff-alternatives id="aff-1">
        <aff xml:lang="ru">ФГОБУ ВО «Воронежский государственный технический университет»</aff>
        <aff xml:lang="en">Voronezh State Technical University</aff>
      </aff-alternatives>
      <aff-alternatives id="aff-2">
        <aff xml:lang="ru">ФГОБУ ВО «Воронежский государственный технический университет»,</aff>
        <aff xml:lang="en">Voronezh State Technical University</aff>
      </aff-alternatives>
      <pub-date pub-type="epub">
        <day>01</day>
        <month>01</month>
        <year>2026</year>
      </pub-date>
      <volume>1</volume>
      <issue>1</issue>
      <elocation-id>10.26102/2310-6018/2019.27.4.040</elocation-id>
      <permissions>
        <copyright-statement>Copyright © Авторы, 2026</copyright-statement>
        <copyright-year>2026</copyright-year>
        <license license-type="creative-commons-attribution" xlink:href="https://creativecommons.org/licenses/by/4.0/">
          <license-p>This work is licensed under a Creative Commons Attribution 4.0 International License</license-p>
        </license>
      </permissions>
      <self-uri xlink:href="https://moitvivt.ru/ru/journal/article?id=684"/>
      <abstract xml:lang="ru">
        <p>Целью данной работы является разработка модели искусственной нейронной сети&#13;
(ИНС), способной работать в динамически меняющихся условиях. Несмотря на большое&#13;
количество исследований, и разработок в данной области, до сих пор отсутствуют модели,&#13;
удовлетворяющие ограниченным условиям мобильных систем (прежде всего по&#13;
производительности). В данной статье предлагается разработанная модификация модели с&#13;
экстремальным обучением Хуанга (RKELM), отличающаяся от оригинального подхода&#13;
процессом обучения (обучение на общих признаках, без увеличения матрицы весов и обучающей&#13;
выборки, с последующим дообучением под конкретные условия). В качестве тестовой выборки&#13;
данных использовался датасет из открытого репозитория машинного обучения UCI. Были&#13;
поставлены вычислительные эксперименты, целью которых было выявление наиболее&#13;
подходящей модели. Выбор производился из RKELM, SVM и ELM, критериями выбора являлись&#13;
производительность и точность классификации. Наиболее подходящей оказалась модель с&#13;
экстремальным обучением Хуанга, она и была использована в качестве основы разработанной&#13;
модификации. Приведены результаты сравнения оригинальной и модифицированной модели.&#13;
Предложенный подход превзошел конкурентные в скорости и производительности,&#13;
незначительно уступая при этом лишь в точности классификации данных в изначальных&#13;
условиях, но оказался значительно точнее в новых условиях, в которых модель не была обучена.</p>
      </abstract>
      <trans-abstract xml:lang="en">
        <p>The aim of this work is developing of an artificial neural network model (ANN) capable of&#13;
working in dynamically changing conditions. Despite a large number of research and development in&#13;
this sphere, there are still no models that satisfy the limited resources of mobile systems (primarily –&#13;
performance). This article proposes a developed modification of the Huang Extreme Learning Model,&#13;
which differs from the original approach in the training process – training on common conditions,&#13;
without increasing the weight matrix and the training sample, followed by further training for specific&#13;
conditions. As a test sample of data, a dataset from the open source machine-learning repository UCI&#13;
was used. Vast experiments were performed, the purpose of which was to identify the most suitable&#13;
model, the choice was made from RKELM, SVM and ELM. The selection criteria for the model were&#13;
performance and classification accuracy. The model with extreme training of Huang turned out to be&#13;
the most suitable, it was used as the basis of the developed modification. The results of comparing the&#13;
original and modified models are presented. The proposed approach surpassed the competition in speed  and performance, while only slightly inferior in accuracy of data classification in the initial conditions,&#13;
but turned out to be much more accurate in the new conditions in which the model was not trained.</p>
      </trans-abstract>
      <kwd-group xml:lang="ru">
        <kwd>искусственная нейронная сеть</kwd>
        <kwd>модификация rkelm</kwd>
        <kwd>модель с дообучением</kwd>
        <kwd>.</kwd>
      </kwd-group>
      <kwd-group xml:lang="en">
        <kwd>artificial neural network</kwd>
        <kwd>rkelm modification</kwd>
        <kwd>model with an additional training</kwd>
        <kwd>.</kwd>
      </kwd-group>
      <funding-group>
        <funding-statement xml:lang="ru">Исследование выполнено без спонсорской поддержки.</funding-statement>
        <funding-statement xml:lang="en">The study was performed without external funding.</funding-statement>
      </funding-group>
    </article-meta>
  </front>
  <back>
    <ref-list>
      <title>References</title>
      <ref id="cit1">
        <label>1</label>
        <mixed-citation xml:lang="ru">Anguita, D., Ghio, A., Oneto, L., Parra, X., &amp; Reyes-Ortiz, J. L. Human activity recognition&#13;
on smartphones using a multiclass hardware-friendly support vector machine. In Ambient&#13;
assisted living and home care-Springer. 2012:216–223.&#13;
</mixed-citation>
      </ref>
      <ref id="cit2">
        <label>2</label>
        <mixed-citation xml:lang="ru">Львович Я.Е., Белецкая С.Ю. Повышение эффективности процедур&#13;
параметрического синтеза сложных систем на основе трансформации&#13;
оптимизационных задач. Информационные технологии. 2002;10:31-35. </mixed-citation>
      </ref>
      <ref id="cit3">
        <label>3</label>
        <mixed-citation xml:lang="ru">Huang, G.B., Zhu, Q.Y., &amp; Siew, C.K. Extreme learning machine: theory and applications.&#13;
Neurocomputing. 2006:489–501.&#13;
</mixed-citation>
      </ref>
      <ref id="cit4">
        <label>4</label>
        <mixed-citation xml:lang="ru">Lee, Y.J., &amp; Huang, S.Y. Reduced support vector machines: a statistical theory. Neural&#13;
Networks, IEEE Transactions on. 2007:1–13.&#13;
</mixed-citation>
      </ref>
      <ref id="cit5">
        <label>5</label>
        <mixed-citation xml:lang="ru">Deng, W., Zheng, Q., &amp; Zhang, K. Reduced Kernel Extreme Learning Machine. In&#13;
Proceedings of the 8th international conference on computer recognition systems CORES.&#13;
2013:63–69.</mixed-citation>
      </ref>
      <ref id="cit6">
        <label>6</label>
        <mixed-citation xml:lang="ru">Blake, C.L., &amp; Merz, C.J. UCI Repository of machine learning databases&#13;
http://www.ics.uci.edu/mlearn/MLRepository.html - Irvine, CA: University of California,&#13;
Department of Information and Computer Science. 1998:55–78.&#13;
</mixed-citation>
      </ref>
      <ref id="cit7">
        <label>7</label>
        <mixed-citation xml:lang="ru">Yilun Chen, Zhicheng Wang, Yuxiang Peng, Zhiqiang Zhang, Gang Yu, and Jian Sun.&#13;
Cascaded pyramid network for multi-person pose estimation. In Proceedings of the IEEE&#13;
Conference on Computer Vision and Pattern Recognition (CVPR). 2018:7103–7112.&#13;
</mixed-citation>
      </ref>
      <ref id="cit8">
        <label>8</label>
        <mixed-citation xml:lang="ru">Liang-Chieh Chen, Maxwell Collins, Yukun Zhu, George Papandreou, Barret Zoph, Florian&#13;
Schroff, Hartwig Adam, and Jon Shlens. Searching for efficient multi-scale architectures&#13;
for dense image prediction. In Advances in Neural Information Processing Systems.&#13;
2018:8699–8710.</mixed-citation>
      </ref>
    </ref-list>
    <fn-group>
      <fn fn-type="conflict">
        <p>The authors declare that there are no conflicts of interest present.</p>
      </fn>
    </fn-group>
  </back>
</article>