<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Forecasting the Risk of Cervical Cancer in Women in the Human Capital Development Context Using Machine Learning</article-title>
      </title-group>
      <contrib-group>
        <aff id="aff0">
          <label>0</label>
          <institution>Kremenchuk Mykhailo Ostrohradskyi National University</institution>
          ,
          <addr-line>Kremenchuk</addr-line>
          ,
          <country country="UA">Ukraine</country>
        </aff>
      </contrib-group>
      <fpage>0000</fpage>
      <lpage>0003</lpage>
      <abstract>
        <p>This work offers a model for predicting the risk of a particular disease in a particular patient. This work is aimed at improving practical skills in implementing machine-learning methods, as well as creating a model that would be based on an appropriate ML algorithm and give a clear forecast of the risk of cancer in women.</p>
      </abstract>
      <kwd-group>
        <kwd>Cervical Cancer</kwd>
        <kwd>Forecasting the Risk</kwd>
        <kwd>Machine Learning</kwd>
        <kwd>Human Capital</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        The 21 century is characterized by accelerated international integration processes of
countries, where human capital plays a key role in the global space. The 2030 Agenda
for Sustainable Development of the UN General Assembly adopted the Resolution [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]
determining key directions of development. The document lays out the 17 Sustainable
Development Goals, among which is Goal #3 entitled "Good health and well-being".
However, lapses in environmental health are increasingly recognized as major
contributors to the illness and death of people, therefore, the problem of forecasting the
risk of cervical cancer in women is actually today. The problem of morbidity and
mortality from tumors, according to [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ], is directly related to establishing the
pollution impact on the mortality rate from tumors and predicting the risks of this disease.
      </p>
      <p>
        However, cervical cancer is caused by a long-term infection in the cells of the skin
and mucous membrane of the genitals, namely the human papillomavirus [
        <xref ref-type="bibr" rid="ref3 ref4">3-4</xref>
        ],
therefore, it is one of the most deadly diseases in the world among women. The danger
further of this cancer is that it does not show any symptoms, in the early stages of the
disease [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ].
      </p>
      <p>
        The project is created to facilitate the work of doctors and simplify the
identification of those patients who are in the highest risk zone. This work is based on a data set
consisting of both input and target variables based on the anamnesis of many patients
[
        <xref ref-type="bibr" rid="ref3 ref4">3-4</xref>
        ]. The best subset of the data set among all subsets of objects in experiments was
investigated. The random forest method was used to predict the risk of disease
occurrence [
        <xref ref-type="bibr" rid="ref5 ref6 ref7 ref8 ref9">5-9</xref>
        ].
2
      </p>
    </sec>
    <sec id="sec-2">
      <title>Related Work</title>
      <p>
        Cancer is the leading cause of death worldwide; it causes 8.8 million deaths in 2019.
Cancer occurs when normal cells turn into tumor cells in a multi-stage process that
usually progresses from a cancerous lesion to a malignant tumor. With early
detection, cancer responds faster to effective treatment, which can increase the likelihood
of survival, reduce the incidence, and treatment costs. Significant improvements in a
patient's life can be achieved by early detection of cancer and avoiding delays in care
[
        <xref ref-type="bibr" rid="ref13 ref14 ref15 ref16 ref17 ref18 ref19 ref20 ref3">3, 13-20</xref>
        ]. To reduce unnecessary examinations, patients can take a survey to
determine if they belong to the risk group. Therefore, based on this study, it will be
possible to create a plan for examining patients, according to a certain risk.
3
      </p>
    </sec>
    <sec id="sec-3">
      <title>Brief Description of the Data Used</title>
      <p>
        The dataset was obtained from the Machine Learning Repository dataset archive
(Fig. 1). The data set was collected at the Universitario de Caracas hospital in
Caracas, Venezuela. The data set includes demographic information, habits, and medical
records of 858 patients. There are 35 attributes in the data set. The attributes of the
data set are shown in Fig. 1 [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ].
      </p>
    </sec>
    <sec id="sec-4">
      <title>Choice of Research Methods and Tools</title>
      <p>
        The method used in this work is the Random forest. Random forest is an ensemble
method of machine learning for classification, regression and other tasks that operate
by building multiple decision trees during model training and produce a fashion for
classes (classifications) or averaged forecast (regression) of constructed trees [
        <xref ref-type="bibr" rid="ref21 ref22 ref23 ref24 ref25 ref26 ref27 ref28 ref29 ref30 ref31 ref32">21-32</xref>
        ].
Object classification is done by voting: each Committee tree assigns an object that is
classified to one of the classes and the class that the largest number of trees voted for
wins. The authors of [
        <xref ref-type="bibr" rid="ref21 ref22 ref23 ref24 ref25 ref26 ref27 ref28 ref29 ref30 ref31 ref32">21-32</xref>
        ] consider the tendency to retraining to be a disadvantage
of the Random forest method.
      </p>
      <p>
        The Python programming language is a high-level object-oriented language that
allows you to use classes and their objects to build the structure of the software you are
developing. This language is interpreted, not compiled, which allows you to execute
code "on the fly" [
        <xref ref-type="bibr" rid="ref25">25</xref>
        ]. In addition, Python is best suited for performing machine
learning tasks, because it is quite clear compared to other languages. Moreover, it has
the excellent data processing performance [
        <xref ref-type="bibr" rid="ref25 ref6">6, 25</xref>
        ]. One of the main reasons why
Python is used for machine learning is that it has many frameworks that simplify the
process of writing code and reduce development time.
      </p>
      <p>
        The implementation of the software took place with the help of the program
Microsoft Visual Studio. Visual Studio is an integrated software development
environment from Microsoft. This environment allows you to create a variety of software
products: console programs, programs with a graphical interface, such as Windows
Forms window applications, as well as Web applications, and so on [
        <xref ref-type="bibr" rid="ref33">33</xref>
        ].
      </p>
      <p>
        To simplify the work, we used the following built-in Python libraries [
        <xref ref-type="bibr" rid="ref34 ref35 ref36 ref37 ref38 ref39 ref40 ref41">34-41</xref>
        ]:
Numpy is an extension of the Python language that supports large
multidimensional arrays and matrices, along with a large library of high-level
mathematical functions for operations with these arrays.
Pandas is a software library written for the Python programming language for
data manipulation and analysis. In particular, it offers data structures and
operations for manipulating multiple tables and time series.
Matplotlib is a Python programming language library for visualizing data
with two-dimensional 2D graphics (3D graphics are also supported). The
resulting images can be used as illustrations in publications.
Math is one of the most important in Python. This module provides a lot of
functionality for working with numbers.
Seaborn is a Python data visualization library based on matplotlib. It provides
a high-level interface for drawing attractive and informative statistical
graphics.
The Scikit-learn library is the most common choice for solving classical
machine learning problems. It provides a wide range of learning algorithms
with and without a teacher.
      </p>
    </sec>
    <sec id="sec-5">
      <title>Description of the Control Example</title>
      <p>The first step before building a model is to analyze the available data. This action is
necessary in order to establish certain interdependencies between the specified
characteristics. The uploaded data (Fig. 2) and its main characteristics (Fig. 3) are shown
below.</p>
      <p>After analyzing all the graphs of the distribution of attributes, it is clear that the
column of hormonal contraceptives has the highest number of positive results, which
indicates that this may be an important key feature of detecting cervical cancer. The
distribution hormonal contraceptives is shown in Fig.4
The analysis of the age attribute was conducted to determine the age of women most
often facing this problem. Fig. 5 shows the distribution of the patient number versus
their age. The average age of patients with a confirmed diagnosis of cervical cancer
was found to be 26.8 years.</p>
    </sec>
    <sec id="sec-6">
      <title>Analysis of the Obtained Results</title>
      <p>Density plots (Fig. 6-9) show that women who started sexual activity at the age of 15
to 20 years have a high chance of developing a malignant tumor due to incomplete
development of the corresponding organs. Therefore, this characteristic can also be
considered as a key feature in the detection of cervical cancer.
The conducted analysis has shown that of the three columns (Smokes, Smokes
(years), and Smokes (packs/ year), the smokes column can be deleted. This is due
Smokes (years) will represent the Smokes column (since the Smoke (years) column
has a null value only when the Smokes column has a null value). Also, forecasts
depend on the number of years of smoking, and not on whether a person did it or not.
Based on the distribution of data points at the scatter site, the Schiller and Biopsy tests
show that women who smoke for more than 5 years are more likely to develop a
malignant tumor (Fig. 10-11).
The distribution of negative test results shows that an intrauterine device (IUD) used
for any number of years has an effect on reducing the chances of encountering cancer
(Fig. 12).
After a detailed analysis of the characteristics, we moved on to building a model.
There are 4 target variables in the dataset that can take the values of 0 or 1. To create
the model, we entered a new variable that gives five different values, ranging from 0
to 4. These values represent the risk level, meaning 0 for indicating no risk, and 4
indicating the highest level of risk. So, the final values for the new variable can take
0, 1, 2, 3, 4. After that, we counted the number of each value (Fig. 13) and concluded
that the data available is not enough.
So the Smote () method was used, which is based on the idea of creating a certain
number of artificial examples that would be similar to those in the sample, but would
not duplicate them. Next, we calculated the accuracy of models created by various
algorithms (logistic regression with the parameter multi_class=‘ovr’ and
‘multinomial’, the method of support vector machines with the classifiers SVC and LinearSVC
and Random forest) using the cross-checking method (Fig.14). It aims to check
whether the results of statistical analysis are generalized on are an independent data
set).
From the results obtained in the previous step, we chose the most correct algorithm
for the data, namely Random Forest, whose accuracy is 0.944, and predicted the threat
level for three women with different indicators. The results are shown in Fig. 15.
Women in the age of 19, Number of sexual partners: 1, First sexual intercourse:
17, Num of pregnancies: 1, Smokes (years): 1, Smokes (packs/year): 3.4,
Hormonal Contraceptives (years): 0 and all the other features are 0;
Women with an age of 35, Number of sexual partners: 5,First sexual
intercourse: 11, Num of pregnancies: 2, Smokes (years): 15, Smokes
(packs/year): 15, Hormonal Contraceptives (years): 0 and all the other
features are 0;
Women with an age of 48, Number of sexual partners: 2, First sexual
intercourse: 15, Num of pregnancies: 2, Smokes (years): 0, Smokes (packs/year):
0, Hormonal Contraceptives (years): 0.5, IUD (years): 19, STDs: genital
herpes:1 and all the other features are 0.</p>
    </sec>
    <sec id="sec-7">
      <title>Conclusions</title>
      <p>This article concerns prediction of the risk of cervical cancer. The main provisions of
the study were reviewed and briefly described. The data set used for forecasting is
also described in detail. After that, the method and means of implementation are
described. A method for creating was a Random Forest machine learning model. The
implementation tool was the Python programming language, because it is frequently
used for machine learning, due to the wide range of its frameworks, what simplifies
the process of writing code and reduce development time. The Microsoft Visual
Studio software made the implementation of the software.</p>
      <p>At the end of this article, a control example is analyzed to determine the accuracy
of the created model. The value of the cross validation coefficient for the created
model is 0.944, what means that the results obtained are highly accurate.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <article-title>The 2030 Agenda for Sustainable Development: Transforming our World: the 2030 Agenda for Sustainable Development</article-title>
          , United Nations, New York. (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Bublyk</surname>
            ,
            <given-names>M.I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rybytska</surname>
            ,
            <given-names>O. M.:</given-names>
          </string-name>
          <article-title>The model of fuzzy expert system for establishing the pollution impact on the mortality rate in Ukraine</article-title>
          .
          <source>In: Computer sciences and information technologies: Proceedings of the 2017 12th International Scientific and Technical Conference (CSIT</source>
          <year>2017</year>
          ),
          <volume>1</volume>
          ,
          <fpage>253</fpage>
          -
          <lpage>256</lpage>
          . (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <given-names>Jaswinder</given-names>
            <surname>Singh</surname>
          </string-name>
          , Sandeep Sharma:
          <article-title>Determining Cervical Cancer Possibility by Using Machine Learning Methods</article-title>
          , https://www.researchgate.net/publication/322233711_Determining_Cervical_
          <article-title>Cancer_Poss ibility_by_Using_Machine_Learning_Methods</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <article-title>Cervical cancer (Risk Factors) Data Set</article-title>
          , https://archive.ics.uci.edu/ml/datasets/Cervical+cancer+%
          <source>28Risk+Factors%29</source>
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Kuzmin</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bublyk</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Economic evaluation and government regulation of technogenic (man-made) damage in the national economy</article-title>
          .
          <source>In: Computer sciences and information technologies. Proceedings of the XIth International Scientific and Technical Conference (CSIT</source>
          <year>2016</year>
          ),
          <fpage>37</fpage>
          -
          <lpage>39</lpage>
          . (
          <year>2016</year>
          ). DOI: https://doi.org/10.1109/STC-CSIT.
          <year>2016</year>
          .7589863
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <article-title>Python for Machine Learning</article-title>
          , https://medium.com/nuances-ofprogramming/%D0%
          <article-title>BF%D0%BE%D1%87%D0%B5%D0%BC%D1%83-python%D0%B8%D1%81%D0%BF%D0%BE%D0%BB%D1%8C%D0%B7%D1%83%D0%B5 %D1%82%D1%81%D1%8F-%D0%B4%D0%BB%D1%8F%D0%BC%D0%B0%D1%88%D0%B8%D0%BD%D0%BD%D0%BE%D0%B3%D0% BE-%D0%BE%D0%B1%D1%83%D1%87%D0%B5%D0%BD%D0%B8%D1%8Fbc1a2d8f5963</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Chyrun</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Leshchynskyy</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lytvyn</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rzheuskyi</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vysotska</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Borzov</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          :
          <article-title>Intellectual Analysis of Making Decisions Tree in Information Systems of Screening Observation for Immunological Patients</article-title>
          .
          <source>In: CEUR Workshop Proceedings</source>
          , Vol-
          <volume>2362</volume>
          ,
          <fpage>281</fpage>
          -
          <lpage>296</lpage>
          . (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Lytvyn</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Burov</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kravets</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vysotska</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Demchuk</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Berko</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ryshkovets</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shcherbak</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Naum</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          :
          <article-title>Methods and Models of Intellectual Processing of Texts for Building Ontologies of Software for Medical Terms Identification in Content Classification</article-title>
          .
          <source>In: CEUR Workshop Proceedings</source>
          , Vol-
          <volume>2362</volume>
          ,
          <fpage>354</fpage>
          -
          <lpage>368</lpage>
          . (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Vysotska</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lytvyn</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Burov</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gozhyj</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Makara</surname>
            ,
            <given-names>S.:</given-names>
          </string-name>
          <article-title>The consolidated information web-resource about pharmacy networks in city</article-title>
          .
          <source>In: CEUR Workshop Proceedings</source>
          ,
          <fpage>239</fpage>
          -
          <lpage>255</lpage>
          . (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Cherednichenko</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kanishcheva</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yakovleva</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Arkatov</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Collection and Processing of a Medical Corpus in Ukrainian</article-title>
          .
          <source>In: Computational Linguistics and Intelligent Systems, COLINS, CEUR workshop proceedings</source>
          , Vol-
          <volume>2604</volume>
          ,
          <fpage>272</fpage>
          -
          <lpage>282</lpage>
          . (
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Perkhach</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kysil</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dosyn</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zavuschak</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kis</surname>
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hrendus</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vasyliuk</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sadova</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Prodanyuk</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Method of Structural Semantic Analysis of Dental Terms in the Instructions for Medical Preparations</article-title>
          .
          <source>In: Computational Linguistics and Intelligent Systems, COLINS, CEUR workshop proceedings</source>
          , Vol-
          <volume>2604</volume>
          ,
          <fpage>662</fpage>
          -
          <lpage>669</lpage>
          . (
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Cherednichenko</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Babkova</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kanishcheva</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          :
          <article-title>Complex Term Identification for Ukrainian Medical Texts</article-title>
          .
          <source>In: CEUR Workshop Proceedings</source>
          , Vol-
          <volume>2255</volume>
          ,
          <fpage>146</fpage>
          -
          <lpage>154</lpage>
          . (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Fedushko</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Adequacy of Personal Medical Profiles Data in Medical Information Decision-Making Support System</article-title>
          .
          <source>In: CEUR Workshop Proceedings</source>
          , Vol-
          <volume>2544</volume>
          . (
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Fedushko</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gregus</surname>
          </string-name>
          , Michal ml.: Ustyianovych T.
          <article-title>Medical card data imputation and patient psychological and behavioral profile construction</article-title>
          .
          <source>In: The 9th International Conference on Current and Future Trends of Information and Communication Technologies in Healthcare (ICTH)</source>
          ,
          <volume>160</volume>
          ,
          <fpage>354</fpage>
          -
          <lpage>361</lpage>
          . (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Fedushko</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Syerova</surname>
          </string-name>
          , Yu.:
          <article-title>Classification of Medical Online Helpdesk Users</article-title>
          .
          <source>In: CEUR Workshop Proceedings</source>
          , Vol
          <volume>2544</volume>
          . (
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Shakhovska</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fedushko</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          , Greguš,
          <string-name>
            <given-names>ml. M.</given-names>
            ,
            <surname>Melnykova</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            ,
            <surname>Shvorob</surname>
          </string-name>
          ,
          <string-name>
            <given-names>I.</given-names>
            ,
            <surname>Syerov</surname>
          </string-name>
          , Yu.:
          <article-title>Big Data analysis in development of personalized medical system</article-title>
          .
          <source>In: The 10th International Conference on Emerging Ubiquitous Systems and Pervasive Networks (EUSPN)</source>
          ,
          <volume>160</volume>
          ,
          <fpage>229</fpage>
          -
          <lpage>234</lpage>
          . (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Shakhovska</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fedushko</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          , Greguš,
          <string-name>
            <given-names>ml. M.</given-names>
            ,
            <surname>Shvorob</surname>
          </string-name>
          ,
          <string-name>
            <given-names>I.</given-names>
            ,
            <surname>Syerova</surname>
          </string-name>
          , Yu.:
          <article-title>Development of Mobile System for Medical Recommendations</article-title>
          .
          <source>In: The 15th International Conference on Mobile Systems and Pervasive Computing (MobiSPC)</source>
          ,
          <volume>155</volume>
          ,
          <fpage>43</fpage>
          -
          <lpage>50</lpage>
          . (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Shakhovska</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shakhovska</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fedushko</surname>
            ,
            <given-names>S.:</given-names>
          </string-name>
          <article-title>Some Aspects of the Method for Tourist Route Creation</article-title>
          .
          <source>In: Advances in Artificial Systems for Medicine and Education II</source>
          ,
          <volume>902</volume>
          ,
          <fpage>527</fpage>
          -
          <lpage>537</lpage>
          . (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Syerov</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shakhovska</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fedushko</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Method of the Data Adequacy Determination of Personal Medical Profiles</article-title>
          .
          <source>In: Advances in Artificial Systems for Medicine and Education II</source>
          ,
          <volume>902</volume>
          ,
          <fpage>333</fpage>
          -
          <lpage>343</lpage>
          . (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <surname>Antonyuk</surname>
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chyrun</surname>
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Andrunyk</surname>
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vasevych</surname>
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chyrun</surname>
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gozhyj</surname>
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kalinina</surname>
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Borzov</surname>
            <given-names>Y.</given-names>
          </string-name>
          :
          <article-title>Medical News Aggregation and Ranking of Taking into Account the User Needs</article-title>
          .
          <source>In: CEUR Workshop Proceedings</source>
          , Vol-
          <volume>2362</volume>
          ,
          <fpage>369</fpage>
          -
          <lpage>382</lpage>
          . (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <string-name>
            <surname>Burov</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vysotska</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kravets</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <article-title>Ontological approach to plot analysis and modeling</article-title>
          .
          <source>In: CEUR Workshop Proceedings</source>
          , Vol-
          <volume>2362</volume>
          ,
          <fpage>22</fpage>
          -
          <lpage>31</lpage>
          . (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22.
          <string-name>
            <surname>Vysotska</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lytvyn</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Burov</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Berezin</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Emmerich</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fernandes</surname>
          </string-name>
          , V. B.:
          <article-title>Development of Information System for Textual Content Categorizing Based on Ontology</article-title>
          .
          <source>In: CEUR Workshop Proceedings</source>
          , Vol-
          <volume>2362</volume>
          ,
          <fpage>53</fpage>
          -
          <lpage>70</lpage>
          . (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          23.
          <string-name>
            <surname>Lytvyn</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vysotska</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rusyn</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pohreliuk</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Berezin</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Naum</surname>
            <given-names>O.</given-names>
          </string-name>
          :
          <source>Textual Content Categorizing Technology Development Based on Ontology. In: CEUR Workshop Proceedings</source>
          , Vol-
          <volume>2386</volume>
          ,
          <fpage>234</fpage>
          -
          <lpage>254</lpage>
          . (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          24.
          <string-name>
            <surname>Kravets</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lytvyn</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vysotska</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Burov</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          :
          <article-title>Promoting training of multi-agent systems</article-title>
          .
          <source>In: CEUR Workshop Proceedings</source>
          , Vol-
          <volume>2608</volume>
          ,
          <fpage>364</fpage>
          -
          <lpage>378</lpage>
          . (
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          25.
          <string-name>
            <surname>Matseliukh</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vysotska</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bublyk</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Intelligent system of visual simulation of passenger flows</article-title>
          .
          <source>In: CEUR Workshop Proceedings</source>
          ,
          <volume>2604</volume>
          ,
          <fpage>906</fpage>
          . (
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          26.
          <string-name>
            <surname>Bublyk</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Matseliukh</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Motorniuk</surname>
            ,
            <given-names>U.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Terebukh</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Intelligent system of passenger transportation by autopiloted electric buses in Smart City</article-title>
          .
          <source>In: CEUR Workshop Proceedings</source>
          ,
          <volume>2604</volume>
          ,
          <fpage>1280</fpage>
          . (
          <year>2020</year>
          ) http://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>2604</volume>
          /paper81.pdf
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          27.
          <string-name>
            <surname>Lytvyn</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vysotska</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Osypov</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Slyusarchuk</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Slyusarchuk</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          :
          <article-title>Development of intellectual system for data de-duplication and distribution in cloud storage</article-title>
          .
          <source>In: Webology</source>
          ,
          <volume>16</volume>
          (
          <issue>2</issue>
          ), pp.
          <fpage>1</fpage>
          -
          <lpage>42</lpage>
          . (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          28.
          <string-name>
            <surname>Kravets</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Burov</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lytvyn</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vysotska</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          :
          <article-title>Gaming method of ontology clusterization</article-title>
          .
          <source>In: Webology</source>
          ,
          <volume>16</volume>
          (
          <issue>1</issue>
          ),
          <fpage>55</fpage>
          -
          <lpage>76</lpage>
          . (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          29.
          <string-name>
            <surname>Emmerich</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lytvyn</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yevseyeva</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fernandes</surname>
            ,
            <given-names>V. B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dosyn</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vysotska</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          :
          <article-title>Preface: Modern Machine Learning Technologies and Data Science (MoMLeT&amp;DS2019)</article-title>
          .
          <source>In: CEUR Workshop Proceedings</source>
          , Vol-
          <volume>2386</volume>
          . (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          30.
          <string-name>
            <surname>Melnykova</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Markiv</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          :
          <article-title>Semantic approach to personalization of medical data</article-title>
          .
          <source>In: Computer Sciences and Information Technologies</source>
          , CSIT,
          <fpage>59</fpage>
          -
          <lpage>61</lpage>
          . (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          31.
          <string-name>
            <surname>Melnykova</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shakhovska</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sviridova</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>The personalized approach in a medical decentralized diagnostic and treatment</article-title>
          .
          <source>In: 14th International Conference The Experience of Designing and Application of CAD Systems in Microelectronics</source>
          ,
          <volume>295</volume>
          -
          <fpage>297</fpage>
          . (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          32.
          <string-name>
            <surname>Kryvenchuk</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shakhovska</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shvorob</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Montenegro</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nechepurenko</surname>
            ,
            <given-names>M.:</given-names>
          </string-name>
          <article-title>The smart house based system for the collection and analysis of medical data</article-title>
          .
          <source>In: CEUR Workshop Proceedings</source>
          ,
          <volume>2255</volume>
          ,
          <fpage>205</fpage>
          -
          <lpage>214</lpage>
          . (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref33">
        <mixed-citation>
          33.
          <string-name>
            <surname>Visual</surname>
          </string-name>
          <article-title>Studio documentation</article-title>
          , https://docs.microsoft.com/enus/visualstudio/windows/?view=
          <fpage>vs</fpage>
          -
          <lpage>2019</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref34">
        <mixed-citation>
          34.
          <string-name>
            <surname>Sarkar</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bali</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sharma</surname>
            ,
            <given-names>T.:</given-names>
          </string-name>
          <article-title>Practical Machine Learning with Python: A ProblemSolver's Guide to Building Real-World Intelligent Systems</article-title>
          , Apress, Berkeley. (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref35">
        <mixed-citation>
          35.
          <string-name>
            <surname>James</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Witten</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hastie</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tibshirani</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          : An Introduction to Statistical Learning. Springer. (
          <year>2018</year>
          ), http://www.springer.com/in/book/9781461471370
        </mixed-citation>
      </ref>
      <ref id="ref36">
        <mixed-citation>
          36.
          <string-name>
            <surname>Boyko</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sviridova</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shakhovska</surname>
          </string-name>
          , N.:
          <article-title>Use of machine learning in the forecast of clinical consequences of cancer diseases</article-title>
          .
          <source>In: Mediterranean Conference on Embedded Computing</source>
          ,
          <string-name>
            <surname>MECO - Including</surname>
            <given-names>ECYPS</given-names>
          </string-name>
          ,
          <fpage>1</fpage>
          -
          <lpage>6</lpage>
          . (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref37">
        <mixed-citation>
          37.
          <string-name>
            <surname>Malachivskyy</surname>
            ,
            <given-names>P.S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pizyur</surname>
            ,
            <given-names>Y.V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Andrunyk</surname>
            ,
            <given-names>V.A.</given-names>
          </string-name>
          :
          <article-title>Chebyshev Approximation by the Sum of the Polynomial and Logarithmic Expression with Hermite Interpolation</article-title>
          .
          <source>In: Cybernetics and Systems Analysis</source>
          ,
          <volume>54</volume>
          (
          <issue>5</issue>
          ),
          <fpage>765</fpage>
          -
          <lpage>770</lpage>
          . (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref38">
        <mixed-citation>
          38.
          <string-name>
            <surname>Veres</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rishnyak</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rishniak</surname>
          </string-name>
          , H.:
          <article-title>Application of Methods of Machine Learning for the Recognition of Mathematical Expressions</article-title>
          .
          <source>In: CEUR Workshop Proceedings</source>
          , Vol-
          <volume>2362</volume>
          ,
          <fpage>378</fpage>
          -
          <lpage>389</lpage>
          . (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref39">
        <mixed-citation>
          39.
          <string-name>
            <surname>Andrunyk</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Berko</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rusyn</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pohreliuk</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chyrun</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dokhniak</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Karpov</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Krylyshyn</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <source>Information System of Photostock Web Galleries Based on Machine Learning Technology. In: Computational Linguistics and Intelligent Systems, COLINS, CEUR workshop proceedings</source>
          , Vol-
          <volume>2604</volume>
          ,
          <fpage>1032</fpage>
          -
          <lpage>1059</lpage>
          . (
          <year>2020</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref40">
        <mixed-citation>
          40.
          <string-name>
            <surname>Zdebskyi</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lytvyn</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Burov</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rybchak</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kravets</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lozynska</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Holoshchuk</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kubinska</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dmytriv</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Intelligent System for Semantically Similar Sentences Identification and Generation Based on Machine Learning Methods</article-title>
          .
          <source>In: Computational Linguistics and Intelligent Systems, COLINS, CEUR workshop proceedings</source>
          , Vol-
          <volume>2604</volume>
          ,
          <fpage>317</fpage>
          -
          <lpage>346</lpage>
          . (
          <year>2020</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref41">
        <mixed-citation>
          41.
          <string-name>
            <surname>Makara</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chyrun</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Burov</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rybchak</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Peleshchak</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Peleshchak</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Holoshchuk</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kubinska</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dmytriv</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>An Intelligent System for Generating EndUser Symptom Recommendations Based on Machine Learning Technology</article-title>
          .
          <source>In: Computational Linguistics and Intelligent Systems, COLINS, CEUR workshop proceedings, Vol2604</source>
          ,
          <fpage>844</fpage>
          -
          <lpage>883</lpage>
          . (
          <year>2020</year>
          ).
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>