<?xml version="1.0"?>
<!DOCTYPE article
PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Publishing DTD v1.4 20190208//EN"
       "JATS-journalpublishing1.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.4" xml:lang="en">
 <front>
  <journal-meta>
   <journal-id journal-id-type="publisher-id">Scientific Research and Development. Economics of the Firm</journal-id>
   <journal-title-group>
    <journal-title xml:lang="en">Scientific Research and Development. Economics of the Firm</journal-title>
    <trans-title-group xml:lang="ru">
     <trans-title>Научные исследования и разработки. Экономика фирмы</trans-title>
    </trans-title-group>
   </journal-title-group>
   <issn publication-format="print">2306-627X</issn>
   <issn publication-format="online">2587-6287</issn>
  </journal-meta>
  <article-meta>
   <article-id pub-id-type="publisher-id">88994</article-id>
   <article-id pub-id-type="doi">10.12737/2306-627X-2024-13-3-46-51</article-id>
   <article-categories>
    <subj-group subj-group-type="toc-heading" xml:lang="ru">
     <subject>ФИНАНСЫ (ЭКОНОМИЧЕСКИЕ НАУКИ)</subject>
    </subj-group>
    <subj-group subj-group-type="toc-heading" xml:lang="en">
     <subject>FINANCE (ECONOMIC SCIENCES)</subject>
    </subj-group>
    <subj-group>
     <subject>ФИНАНСЫ (ЭКОНОМИЧЕСКИЕ НАУКИ)</subject>
    </subj-group>
   </article-categories>
   <title-group>
    <article-title xml:lang="en">Comparison of Machine Learning Models for Stock Price Forecasting</article-title>
    <trans-title-group xml:lang="ru">
     <trans-title>Сравнение моделей машинного обучения для прогнозирования курса акций</trans-title>
    </trans-title-group>
   </title-group>
   <contrib-group content-type="authors">
    <contrib contrib-type="author">
     <name-alternatives>
      <name xml:lang="ru">
       <surname>Борцова</surname>
       <given-names>Д. Э.</given-names>
      </name>
      <name xml:lang="en">
       <surname>Borcova</surname>
       <given-names>Dina Eduardovna</given-names>
      </name>
     </name-alternatives>
     <bio xml:lang="ru">
      <p>кандидат экономических наук;</p>
     </bio>
     <bio xml:lang="en">
      <p>candidate of economic sciences;</p>
     </bio>
     <xref ref-type="aff" rid="aff-1"/>
    </contrib>
    <contrib contrib-type="author">
     <name-alternatives>
      <name xml:lang="ru">
       <surname>Алёшечкина</surname>
       <given-names>Т. А.</given-names>
      </name>
      <name xml:lang="en">
       <surname>Aleshechkina</surname>
       <given-names>T. A.</given-names>
      </name>
     </name-alternatives>
     <xref ref-type="aff" rid="aff-1"/>
    </contrib>
   </contrib-group>
   <aff-alternatives id="aff-1">
    <aff>
     <institution xml:lang="ru">Национальный исследовательский университет «МЭИ»</institution>
    </aff>
    <aff>
     <institution xml:lang="en">National Research University &amp;#34;MPEI&amp;#34;</institution>
    </aff>
   </aff-alternatives>
   <pub-date publication-format="print" date-type="pub" iso-8601-date="2024-09-27T01:17:13+03:00">
    <day>27</day>
    <month>09</month>
    <year>2024</year>
   </pub-date>
   <pub-date publication-format="electronic" date-type="pub" iso-8601-date="2024-09-27T01:17:13+03:00">
    <day>27</day>
    <month>09</month>
    <year>2024</year>
   </pub-date>
   <volume>13</volume>
   <issue>3</issue>
   <fpage>46</fpage>
   <lpage>51</lpage>
   <history>
    <date date-type="received" iso-8601-date="2024-07-04T00:00:00+03:00">
     <day>04</day>
     <month>07</month>
     <year>2024</year>
    </date>
    <date date-type="accepted" iso-8601-date="2024-08-02T00:00:00+03:00">
     <day>02</day>
     <month>08</month>
     <year>2024</year>
    </date>
   </history>
   <self-uri xlink:href="https://zh-szf.ru/en/nauka/article/88994/view">https://zh-szf.ru/en/nauka/article/88994/view</self-uri>
   <abstract xml:lang="ru">
    <p>В статье представлен сравнительный анализ моделей машинного обучения для прогнозирования курса акций. Охарактеризован процесс алгоритмического трейдинга. Рассмотрено использование искусственного интеллекта на фондовом рынке, преимущества и недостатки его применения. Выбраны модели машинного обучения: линейная регрессия и случайный лес, дана их характеристика. Определены метрики для оценки качества прогнозов и представлено их математическое описание. Выполнено обучение и тестирование моделей, получены прогнозируемые значения, найдены необходимые метрики. Все расчеты, анализ, машинное обучение выполнены в среде программирования Python с подключение библиотек Pandas, Numpy, Matplotlib, Sklearn. В результате модель случайного леса оказалась наиболее надежной с учетом высокой точности и минимизации ошибок, для модели линейной регрессии среднеквадратическая ошибка и средняя абсолютная ошибка больше почти на 90%.</p>
   </abstract>
   <trans-abstract xml:lang="en">
    <p>The article presents a comparative analysis of machine learning models for stock price forecasting. The process of algorithmic trading is characterized. The use of artificial intelligence in the stock market, the advantages and disadvantages of its application are considered. The models of the machine learning model are selected: linear regression and random forest, and their characteristics are given. Metrics for assessing the quality of forecasts are defined and their mathematical description is presented. Training and testing of models were performed, predicted values were obtained, and the necessary metrics were found. All calculations, analysis, and machine learning are performed in the Python programming environment using the Pandas, Numpy, Matplotlib, and Sklearn libraries. As a result, the random forest model turned out to be the most reliable, taking into account high accuracy and error minimization, for the linear regression model, the standard error and the average absolute error are almost 90% greater</p>
   </trans-abstract>
   <kwd-group xml:lang="ru">
    <kwd>линейная регрессия</kwd>
    <kwd>случайный лес</kwd>
    <kwd>машинное обучение</kwd>
    <kwd>прогнозирование котировок</kwd>
    <kwd>алгоритмический трейдинг</kwd>
   </kwd-group>
   <kwd-group xml:lang="en">
    <kwd>linear regression</kwd>
    <kwd>random forest</kwd>
    <kwd>machine learning</kwd>
    <kwd>quote forecasting</kwd>
    <kwd>algorithmic trading</kwd>
   </kwd-group>
  </article-meta>
 </front>
 <body>
  <p></p>
 </body>
 <back>
  <ref-list>
   <ref id="B1">
    <label>1.</label>
    <citation-alternatives>
     <mixed-citation xml:lang="ru">Богатырев С.Ю. [и др.]. Машинное обучение в финансах :учебник [Электронный ресурс]. — М.: Прометей, 2024. 224 с.</mixed-citation>
     <mixed-citation xml:lang="en">Bogatyrev S.Yu. [i dr.]. Mashinnoe obuchenie v finansah :uchebnik [Elektronnyy resurs]. — M.: Prometey, 2024. 224 s.</mixed-citation>
    </citation-alternatives>
   </ref>
   <ref id="B2">
    <label>2.</label>
    <citation-alternatives>
     <mixed-citation xml:lang="ru">Кремер Н.Ш. Эконометрика [Текст] / Н.Ш. Кремер, Б.А. Путко. — М.: ЮНИТИ­ДАНА, 2010. — 328 с.</mixed-citation>
     <mixed-citation xml:lang="en">Kremer N.Sh. Ekonometrika [Tekst] / N.Sh. Kremer, B.A. Putko. — M.: YuNITI­DANA, 2010. — 328 s.</mixed-citation>
    </citation-alternatives>
   </ref>
   <ref id="B3">
    <label>3.</label>
    <citation-alternatives>
     <mixed-citation xml:lang="ru">Лимановская О.В. Основы машинного обучения [Текст] / О.В. Лимановская, Т.И. Алферьева. — Екатеринбург: Изд­во Урал. ун­та, 2020. — 88 с.</mixed-citation>
     <mixed-citation xml:lang="en">Limanovskaya O.V. Osnovy mashinnogo obucheniya [Tekst] / O.V. Limanovskaya, T.I. Alfer'eva. — Ekaterinburg: Izd­vo Ural. un­ta, 2020. — 88 s.</mixed-citation>
    </citation-alternatives>
   </ref>
   <ref id="B4">
    <label>4.</label>
    <citation-alternatives>
     <mixed-citation xml:lang="ru">Малыхин Е.М. Алгоритмический трейдинг для профессионалов [Текст] / Е.М. Малыхин. — СПб.: БХВ­Петербург, 2021. — 176 с.</mixed-citation>
     <mixed-citation xml:lang="en">Malyhin E.M. Algoritmicheskiy treyding dlya professionalov [Tekst] / E.M. Malyhin. — SPb.: BHV­Peterburg, 2021. — 176 s.</mixed-citation>
    </citation-alternatives>
   </ref>
   <ref id="B5">
    <label>5.</label>
    <citation-alternatives>
     <mixed-citation xml:lang="ru">Харрисон М. Машинное обучение: карманный справочник «Краткое руководство по методам структурированного машинного обучения на Python» [Текст] / М. Харрисон. — СПб.: Диалектика, 2020. — 320 с.</mixed-citation>
     <mixed-citation xml:lang="en">Harrison M. Mashinnoe obuchenie: karmannyy spravochnik «Kratkoe rukovodstvo po metodam strukturirovannogo mashinnogo obucheniya na Python» [Tekst] / M. Harrison. — SPb.: Dialektika, 2020. — 320 s.</mixed-citation>
    </citation-alternatives>
   </ref>
   <ref id="B6">
    <label>6.</label>
    <citation-alternatives>
     <mixed-citation xml:lang="ru">Янсен С. Машинное обучение для алгоритмической торговли на финансовых рынках. Практикум [Текст] / С. Янсен. — СПб.: БХВ­Петербург, 2019. — 560 с.</mixed-citation>
     <mixed-citation xml:lang="en">Yansen S. Mashinnoe obuchenie dlya algoritmicheskoy torgovli na finansovyh rynkah. Praktikum [Tekst] / S. Yansen. — SPb.: BHV­Peterburg, 2019. — 560 s.</mixed-citation>
    </citation-alternatives>
   </ref>
   <ref id="B7">
    <label>7.</label>
    <citation-alternatives>
     <mixed-citation xml:lang="ru">Krauss C., Do X.A., Huck N. Deep neural networks, gradientboosted trees, random forests: Statistical arbitrage on the S&amp;P 500. European Journal of Operational Research (2016), 259(2), 689–702. DOI: 10.1016/j.ejor.2016.10.031/ URL: https://www.sci­hub.ru/10.1016/j.ejor.2016.10.031?ysclid=lw tkxebont933507928 (accessed 28 May 2024).</mixed-citation>
     <mixed-citation xml:lang="en">Krauss C., Do X.A., Huck N. Deep neural networks, gradientboosted trees, random forests: Statistical arbitrage on the S&amp;P 500. European Journal of Operational Research (2016), 259(2), 689–702. DOI: 10.1016/j.ejor.2016.10.031/ URL: https://www.sci­hub.ru/10.1016/j.ejor.2016.10.031?ysclid=lw tkxebont933507928 (accessed 28 May 2024).</mixed-citation>
    </citation-alternatives>
   </ref>
   <ref id="B8">
    <label>8.</label>
    <citation-alternatives>
     <mixed-citation xml:lang="ru">Hong K. Modelling Intervalling Effect of High Frequency Trading on Portfolio Volatility. Theoretical Economics Letters, October 2019, vol. 9, no. 7. URL: https://www.scirp.org/ journal/paperinformation?paperid=95423 (accessed 28 May 2024).</mixed-citation>
     <mixed-citation xml:lang="en">Hong K. Modelling Intervalling Effect of High Frequency Trading on Portfolio Volatility. Theoretical Economics Letters, October 2019, vol. 9, no. 7. URL: https://www.scirp.org/ journal/paperinformation?paperid=95423 (accessed 28 May 2024).</mixed-citation>
    </citation-alternatives>
   </ref>
  </ref-list>
 </back>
</article>
