<?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"/>
      <article-id pub-id-type="custom" custom-type="elpub">459</article-id>
      <title-group>
        <article-title xml:lang="ru">РЕШЕНИЕ ЗАДАЧИ РАСПОЗНАВАНИЯ ЛИЦ С ИСПОЛЬЗОВАНИЕМ АЛГОРИТМОВ МАШИННОГО ОБУЧЕНИЯ</article-title>
        <trans-title-group xml:lang="en">
          <trans-title>THE SOLUTION OF THE PURPOSE OF RECOGNITION OF PERSONS WITH THE USE OF MACHINE TRAINING ALGORITHMS</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>Popova</surname>
              <given-names>Natalia Alexandrovna</given-names>
            </name>
          </name-alternatives>
          <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>Nazarov</surname>
              <given-names>Mikhail Alexandrovich</given-names>
            </name>
          </name-alternatives>
          <email>m.a.nazarov@mail.ru</email>
          <xref ref-type="aff">aff-2</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>Vlasov</surname>
              <given-names>Maxim Vyacheslavovich</given-names>
            </name>
          </name-alternatives>
          <email>mxv.vlasov@gmail.com</email>
          <xref ref-type="aff">aff-3</xref>
        </contrib>
      </contrib-group>
      <aff-alternatives id="aff-1">
        <aff xml:lang="ru">Пензенский государственный университет</aff>
        <aff xml:lang="en"/>
      </aff-alternatives>
      <aff-alternatives id="aff-2">
        <aff xml:lang="ru">Пензенский государственный университет</aff>
        <aff xml:lang="en">Penza State University</aff>
      </aff-alternatives>
      <aff-alternatives id="aff-3">
        <aff xml:lang="ru">Пензенский государственный университет</aff>
        <aff xml:lang="en">Penza State 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>e459</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=459"/>
      <abstract xml:lang="ru">
        <p>Целью данной статьи является обобщение полученного опыта разработки и&#13;
реализации нейронной сети для распознавания лиц. В основу нейронной сети входят&#13;
специальные алгоритмы машинного обучения. В качестве входных данных алгоритм&#13;
получает изображение с лицом одного человека или лицами нескольких людей, после&#13;
чего происходит поиск всех лиц в данном изображении с использованием гистограмм&#13;
направленных градиентов, ее результатом является фрагменты изображения, где&#13;
явно проглядываются базовые структуры лица или лиц. Для того, чтобы определить&#13;
уникальные черты лица, необходимо учитывать разность угла наклона лица и степень&#13;
его освещенности, для этого на выделенных фрагментах применяется алгоритм&#13;
оценки ориентиров для поиска 68 особых точек, которые существуют на каждом&#13;
лице, полученные точки дают возможность как можно лучше отцентрировать глаза&#13;
и рот для более точного кодирования. Кодирование изображения включает в себя&#13;
построение точной “карты лица” состоящей из 128 измерений. На основе полученных&#13;
результатов, сверточная нейронная сеть, используя алгоритм линейного&#13;
классификатора SVM, может определять соответствие между разными&#13;
фотографиями.</p>
      </abstract>
      <trans-abstract xml:lang="en">
        <p>The purpose of this article is to generalize the solutions of experience and implement&#13;
a neural network for face recognition. The neural network is based on special algorithms of&#13;
machine learning. As an input, the algorithm receives an image with the face of one person or&#13;
persons of several people, after which all persons in this image are searched using gradient&#13;
histograms, the result is a fragment of the image where the basic structures of the face or&#13;
persons are clearly seen. In order to determine the unique features of the face, it is necessary&#13;
to take into account the difference in the angle of the face and the degree of its illumination,&#13;
for this purpose, on selected fragments of the application of estimation algorithms to search&#13;
for 68 points that exist on each face, it is possible to center the eyes and mouth as best as&#13;
possible for more exact encoding. Encoding an image involves building an accurate "face&#13;
map" consisting of 128 dimensions. Based on the search results, the convolutional neural&#13;
network, using the SVM linear classifier algorithm, can determine the correspondence&#13;
between different photos.</p>
      </trans-abstract>
      <kwd-group xml:lang="ru">
        <kwd>распознавание лиц</kwd>
        <kwd>машинное обучение</kwd>
        <kwd>гистограмма направленных градиентов</kwd>
        <kwd>hog,</kwd>
        <kwd>оценка ориентиров лица</kwd>
        <kwd>аффинновые преобразования</kwd>
        <kwd>глубокое обучение</kwd>
      </kwd-group>
      <kwd-group xml:lang="en">
        <kwd>face recognition</kwd>
        <kwd>machine learning</kwd>
        <kwd>histogram of directed gradients</kwd>
        <kwd>hog</kwd>
        <kwd>evaluation of the person's orientation</kwd>
        <kwd>affine transformations</kwd>
        <kwd>deep training</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">. Histograms of Oriented Gradients for Human Detection (In CVPR'05). N.&#13;
Dalal and B. Triggs. An effective pedestrian detector based on evaluating&#13;
histograms of oriented image gradients in a grid. [Электронный ресурс] //&#13;
URL: http://lear.inrialpes.fr/people/triggs/pubs/Dalal-cvpr05.pdf (дата&#13;
обращения: 25.12.2017).</mixed-citation>
      </ref>
      <ref id="cit2">
        <label>2</label>
        <mixed-citation xml:lang="ru">V. Kazemi and S. Josephine. One millisecond face alignment with an&#13;
ensemble of regression trees. In CVPR, 2014. [Электронный ресурс] //&#13;
URL: http://www.csc.kth.se/~vahidk/papers/KazemiCVPR14.pdf (дата&#13;
обращения: 25.12.2017).&#13;
</mixed-citation>
      </ref>
      <ref id="cit3">
        <label>3</label>
        <mixed-citation xml:lang="ru">F. Schroff, D. Kalenichenko, and J. Philbin. Facenet: A unified embedding&#13;
for face recognition and clustering. In Proc. CVPR, 2015. [Электронный&#13;
ресурс] // URL: https://www.cvfoundation.org/openaccess/content_cvpr_2015/app/1A_089.pdf (дата&#13;
обращения: 25.12.2017).</mixed-citation>
      </ref>
      <ref id="cit4">
        <label>4</label>
        <mixed-citation xml:lang="ru">Christopher M. Bishop F.R.Eng. Pattern Recognition and Machine Learning.&#13;
[Электронный ресурс] // URL: https://goo.gl/WLqpHN (дата обращения:&#13;
25.12.2017).</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>