<!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>
      <journal-title-group>
        <journal-title>Eastern-European Journal of Enterprise Technologies</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <article-id pub-id-type="doi">10.1007/978-3-030-43070-2_13</article-id>
      <title-group>
        <article-title>Modified Convolutional Neural Network for Pattern Recognition of Malaria Cells</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Ievgen Fedorchenko</string-name>
          <email>evg.fedorchenko@gmail.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Andrii Oliinyk</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Aleksandr Stepanenko</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Maksym Chornobuk</string-name>
          <email>chornobuk.maksym@gmail.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Tetiana Fedoronchak</string-name>
          <email>t.fedoronchak@gmail.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>National University “Zaporizhzhia Polytechnic”</institution>
          ,
          <addr-line>64, Zhukovsky Street, Zaporizhzhia, 69063</addr-line>
          ,
          <country country="UA">Ukraine</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2019</year>
      </pub-date>
      <volume>14</volume>
      <issue>22</issue>
      <fpage>340</fpage>
      <lpage>353</lpage>
      <abstract>
        <p>A review and analysis of known solutions to the problem of detecting malaria from blood pictures of patients using machine learning algorithms was carried out. After developing a machine learning model to solve the given problem based on convolutional neural networks, the accuracy of the model was tested and compared with the analogs discussed above. Based on the results of the testing, it was established that the model is at the level of the best considered models in terms of classification accuracy, with a classification accuracy of 98.08%.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>relationships between the input data. One of the applications of deep learning technology is
convolutional neural networks.</p>
      <p>
        Convolutional neural networks are characterized by image transformation into "feature maps" by
applying the image "folding" operation. Feature maps contain higher order data such as contrast, lines,
color, shapes. The feature maps are then combined or "pooled" in various ways to form deeper metadata
about the input image. Parameters of convolutional neural networks are optimized using previously
annotated, i.e., training data. In this way, learning with a teacher (supervised learning) takes place [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ].
      </p>
      <p>
        Further, the article considers the method of automating the determination of malaria infection based
on microphotographs of blood samples based on a convolutional neural network. A publicly available
dataset was used as training and test data for the model. The dataset includes Giemsa-stained thin blood
smear slides from 150 malaria-infected and 50 healthy patients. A total of 27,558 images [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ].
      </p>
    </sec>
    <sec id="sec-2">
      <title>2. Related Works</title>
      <p>
        Recognition is the assignment of presented objects to certain classes using known classification
rules. More formally, the classification process can be defined as follows. Each instance in the training
set belongs to a certain set of predefined labels in a multi-class classification. The goal of classification
methods is to build a learning model based on a given set of training data in such a way as to be able to
classify new objects with unknown labels. Suppose that the training data set is given in the form (xi;yi),
where xi ∈ RN is the attribute vector of the i-th object, and yi is the i-th class label. We aim to find a
training model H such that H(xi) =yi for new unlabeled objects. In the following, we will assume that
binary classification is sufficient for the case of the current problem, that is, there are only two classes
of objects: infected and healthy. [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]
      </p>
      <p>
        Recent advances in the field of data collection and storage related to medicine have made it possible
to develop automated systems capable of assisting physicians in making clinical decisions. In particular,
machine learning methods that perform the task of pattern recognition have been widely used. Over the
past decade, various pattern recognition techniques have been applied to biomedical data for
machinebased clinical diagnosis and therapeutic support. The development of new pattern recognition methods
and algorithms with high efficiency in terms of accuracy or speed improves treatment outcomes,
allowing doctors to make more informed decisions in a timely manner. This is extremely important,
especially when a quick clinical decision needs to be made in a stressful environment, such as in
intensive care units. [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ].
      </p>
      <p>
        The starting point of this study is the document [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] published in 2018. In it, the authors consider the
possibility of creating software that will assist in the detection of malaria in the field, using classification
algorithms with the help of machine learning. The dataset created by the authors of the document on
the basis of 150 images obtained using a smartphone attached to a conventional light microscope is also
used in this work. The authors of the document selected from the images only the parts necessary for
the recognition of malarial plasmodia, so in the future in this work we focused on the recognition of
malaria at the cellular level. In general, the authors [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] managed to achieve a recognition accuracy of
98.6% on their original dataset. To achieve such results, the authors used a convolutional neural network
with a complex architecture.
      </p>
      <p>
        The task of determining malaria damage is solved in [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. The authors proposed a model that detects
malaria from images of blood samples of patients obtained using a light microscope. Their model is
based on a simple feedforward neural network. It shows a rather low accuracy of 73.3%, and only 15
samples are used for testing, which is insufficient for an objective assessment of the accuracy of the
algorithm.
      </p>
      <p>
        A similar problem was solved in [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]. Using a dataset of 4,100 patient blood images, the authors
classified the images into two classes: malaria infected and uninfected. A model based on a deep belief
network (deep belief network) was used for classification, which was the first application of this
algorithm to recognize malaria infection. According to the results of the research, the authors managed
to achieve a classification accuracy of 96.3%.
      </p>
      <p>
        Very significant results in the recognition of malaria were achieved in [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]. The authors compared
the capabilities of models based on the support vector method with models based on convolutional
neural networks. And if with the help of the method of support vectors it was possible to achieve a
classification accuracy of approximately 92%, then with the help of the well-known GoogLeNet neural
network architecture, the authors achieved an accuracy of 98.1%.
      </p>
      <p>
        Another document that considers the use of convolutional neural networks for the detection of
malaria is [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. The neural network proposed by the authors achieves the accuracy of binary
classification (infected or not) of blood samples in 97.37%.
      </p>
      <p>
        The support vector method used in [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] is a widespread machine learning algorithm with a teacher
used in classification problems. Its advantages include its simplicity. However, in terms of the task, it
has many disadvantages. Among them is the need for data preprocessing, as this algorithm cannot
efficiently process raw image data. Its most important drawback is the rather low ability of the algorithm
to recognize complex relationships in the input data, which leads to relatively low classification
accuracy, as shown in [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ].
      </p>
      <p>
        Artificial neural networks, including simple ones considered in [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ], a deep belief network [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ], as
well as convolutional neural networks [
        <xref ref-type="bibr" rid="ref11 ref12 ref8">8,11,12</xref>
        ] are distinguished by a high ability to detect complex
relationships in input data, although for this and the complexity of the network architecture has to be
increased, which leads to a large expenditure of computing power to train and operate the networks. All
neural networks also share one drawback: they are opaque models, i.e. they do not reveal the principles
of decision-making during classification. At the same time, neural networks, especially convolutional
neural networks, can accept raw data as input, achieving high values of image classification accuracy.
      </p>
      <p>In general, the literature data indicate the prospects of using convolutional neural networks both in
similar tasks from the field of medicine and in the task of recognizing malaria infection from blood
samples of patients. Studies comparing convolutional neural networks with other models show the
superiority of convolutional neural networks. In the following, a modified model based on
convolutional neural networks will be shown and tested.</p>
    </sec>
    <sec id="sec-3">
      <title>3. The purpose and objectives of the research</title>
      <p>The object of the study is the process of detecting malaria infection using images of microscopic
images of blood samples from patients. Blood samples should be Giemsa stained.</p>
      <p>The subject of the research is pattern recognition methods that can be used to solve the given
problems.</p>
      <p>The purpose of the work is to develop a modified machine learning algorithm for effective detection
of malaria lesions based on relevant images of blood sample images.</p>
      <p>The research method is machine learning models, in particular convolutional neural networks.</p>
    </sec>
    <sec id="sec-4">
      <title>4. Development of a machine learning model</title>
      <p>
        The dataset [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] includes 27,558 images of various sizes. However, as indicated in the study [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ],
where the same dataset is used, some of the images are annotated incorrectly. An example of such an
image is shown in fig. 1. And although in [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] this image is annotated as a cell not affected by malaria,
in [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] it is indicated that the cell is infected. In the future, the corrected data set with corrections from
[
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] will be used in the study.
      </p>
      <p>The input data format from the dataset is not suitable for most machine learning models. The entire
dataset was transformed to obtain two datasets: a set of 50 by 50 images and a 100 by 100 set. The
OpenCV on Wheels Python library was used for the transformation.</p>
      <p>To solve the problem of image classification, a modification of the convolutional neural network
was built, the architecture of which is given in the table. 1. Graphically, the structure is shown in fig. 2.
The TensorFlow library for the Python language was used for the software implementation of the
network.</p>
      <p>To create graphs that visualize the accuracy and loss functions during training of neural networks
(fig. 3,4,5,6), the Matplotlib library for Python was used.</p>
      <p>The network consists of 5 pairs of convolution and pooling layers, one dropout layer, and 5 fully
connected layers.</p>
      <p>The convolutional layers, which are located at the beginning of the network together with the pooling
layers, are used to build so-called feature maps, i.e. matrices that store the results of searching for
twodimensional patterns in the results of the previous layers of the network. A special feature of
convolutional layers and their difference from fully connected ones is the fact that convolutional layers
find patterns in the input data that are transfer invariant. This leads to an efficient search for relationships
in two-dimensional images. Convolutional layers use activation functions that are applied to the output
of the layer. In the proposed model, ReLu is used as the activation function for convolutional layers
given in formula 1. Convolutional layers contain weight matrices applied to input data. Each of the
weights is a parameter for training.
connected layers, pooling layers do not contain parameters for training, but apply a rigidly specified
operation to the input data. Usually, the selection of the average or maximum value on each of the given
sections in the input feature map is used as an operation. In the case of the proposed model, the operation
of selecting the maximum value is used, which is given in formula 4, where X is the matrix of values
from some part of the input feature map.</p>
      <p>The dropout layer randomly sets the output of some neurons in the previous layer to zero while
training the network, which helps prevent overtraining. The values of other outputs that are not set to
zero are scaled by 1/(1 - the dropout value) so that the sum of all output values of the layer does not
change. In the current network, the dropout value is set to 10%, which was chosen empirically.</p>
      <p>
        Fully connected layers, which are usually located after convolutional, pooling layers or dropout
layers, in the case of the proposed model are located between the dropout layer and the output layer of
the network. The mathematical representation of a fully connected layer is given in formula 3, where
f_act is the activation function used, in this case ReLu, given in formula 1; kernel and bias – parameters
for training; input - matrix of input data from the previous layer [
        <xref ref-type="bibr" rid="ref11 ref12 ref13">11 - 15</xref>
        ].
      </p>
      <p>In the last fully connected layer, the Softmax function is used, which is given in formula 2. Softmax
is used to convert the output values of the neural network into the probability of matching the input data
for one of the classes. Thus, the sum of the values of all neurons of the last layer of the network is
always equal to 1.</p>
      <p>The Adam algorithm is used to train the network with the “learning rate” parameter set to 0.0005.
 ( ) = 
 ( ) =
(0,  ),
  

∑ =1  
 ( )
= 
( 
⋅      +</p>
      <p>),
(  ),   ∈  ,
(1)
(2)
(3)
(4)</p>
      <p>The output data of the network is whether the input image belongs to one of two classes, i.e. binary
classification is performed.
used for validation.</p>
      <p>80% of the input data from the dataset is used for training the neural network, and the other 20% is</p>
    </sec>
    <sec id="sec-5">
      <title>5. Results and Discussions</title>
      <p>A neural network was trained on two sets of data: with the size of images 50 by 50 and with the size
of 100 by 100.</p>
      <p>The results of training networks during 30 epochs are shown in accordance with fig. 3, fig. 4, fig. 5
and fig. 6.</p>
      <p>According to the results of the tests, the neural network achieved the following maximum
classification accuracy values: 96.68% for the dataset with 50 by 50 images, 98.08% for the dataset
with 100 by 100 images.</p>
      <p>As you can see in fig. 4 and fig. 6, starting from the 15th epoch, the value of the loss function no
longer became smaller, but also increased.</p>
      <p>At the same time, the value of the classification accuracy remained in a certain range, showing no
further growth.</p>
      <p>Clearly an overfitting phenomenon has occurred. Considering these indicators, we can say that this
result is the best for the developed neural network architecture in combination with the given dataset.</p>
      <p>A comparison of the obtained results of the accuracy of the neural network with the results of other
works is given in the table. 2.</p>
      <p>
        The support vector method is a surface method, that is, unlike deep methods, which include neural
networks, it cannot handle many layers of data representation. Thus, this method cannot detect deep
relationships in the raw data. This determines the fact that according to the data [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] given in table. 2,
the SVM-based model did not achieve high classification accuracy values.
      </p>
      <p>Models based on neural networks demonstrate greater efficiency. In particular, all models based on
Deep belief network and convolutional neural networks show a classification accuracy greater than
95%, which can be seen in table. 2.</p>
      <p>This is explained by the use of so-called deep methods, that is, the construction of multi-layer models
capable of revealing more complex relationships in the input data.</p>
      <p>
        However, the model based on the Deep belief network from work [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] is inferior in accuracy to all
models based on convolutional neural networks. This is explained by the fact that convolutional neural
networks are one of the most effective machine learning algorithms in the field of image processing.
      </p>
      <p>The model proposed in this paper shows one of the best classification accuracy results (98.08%) on
the dataset, the images of which are reduced to the size of 100 by 100 pixels. According to table. 2
shows that the proposed model shows classification accuracy at the level of the best models from the
literature data reviewed above.</p>
    </sec>
    <sec id="sec-6">
      <title>6. Conclusion</title>
      <p>As part of the work, the task of building a machine learning model for recognizing malaria lesions
based on photographs of blood samples of patients was set. As a result of the analysis of literary data,
it was established that a similar problem can be solved using models based on various well-known
algorithms: the method of support vectors, a deep belief network, and a convolutional neural network.
However, the considered data indicate that convolutional neural networks, on the basis of which it was
decided to develop the model, have the greatest potential in this and similar areas.</p>
      <p>
        A machine learning model based on a modified convolutional neural network was developed. It is
tested on two datasets obtained from a simple preprocessing of a publicly available dataset [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]: a set
with images of size 50 by 50 and a set with images of size 100 by 100. A corrected version of the dataset
was used, since errors were made in the original dataset in the data abstract [
        <xref ref-type="bibr" rid="ref11 ref12 ref13">11-27</xref>
        ].
      </p>
      <p>As a result of network testing, it was possible to achieve a classification accuracy of 96.68% for a
dataset with 50 by 50 images, 98.08% for a dataset with 100 by 100 images, which is a relatively high
indicator for a similar task at the cellular level. A comparison with the results of similar studies is given
in table. 2.</p>
    </sec>
    <sec id="sec-7">
      <title>7. Acknowledgements</title>
      <p>The work was carried out with the support of the state budget research project of the state budget of
the National University "Zaporozhzhia Polytechnic" “Intelligent methods and tools for diagnosing and
predicting the state of complex objects” (state registration number 0122U000972)
8. References</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>Noppadon</given-names>
            <surname>Tangpukdee</surname>
          </string-name>
          , Chatnapa Duangdee, Polrat Wilairatana and
          <string-name>
            <given-names>Srivicha</given-names>
            <surname>Krudsood</surname>
          </string-name>
          . “Malaria Diagnosis:
          <string-name>
            <given-names>A Brief</given-names>
            <surname>Review.” Korean J Parasitol</surname>
          </string-name>
          . Vol.
          <volume>47</volume>
          , No.
          <volume>2</volume>
          :
          <fpage>93</fpage>
          -
          <lpage>102</lpage>
          (
          <year>2009</year>
          ). doi:
          <volume>10</volume>
          .3347/kjp.
          <year>2009</year>
          .
          <volume>47</volume>
          .2.
          <fpage>93</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2] WHO. “
          <source>World Malaria Report</source>
          <year>2021</year>
          .” p.
          <volume>23</volume>
          (
          <year>2021</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>Malaria</given-names>
            <surname>Cell Images Dataset</surname>
          </string-name>
          . URL: https://www.kaggle.com/datasets/iarunava/cell
          <article-title>-imagesfor-detecting-malaria</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <surname>Rajaraman</surname>
            <given-names>S</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Antani</surname>
            <given-names>SK</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Poostchi</surname>
            <given-names>M</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Silamut</surname>
            <given-names>K</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hossain</surname>
            <given-names>MA</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Maude</surname>
            <given-names>RJ</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jaeger</surname>
            <given-names>S</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Thoma</surname>
            <given-names>GR</given-names>
          </string-name>
          . “
          <article-title>Pre-trained convolutional neural networks as feature extractors toward improved malaria parasite detection in thin blood smear images</article-title>
          .
          <source>” PeerJ</source>
          <volume>6</volume>
          :
          <fpage>e4568</fpage>
          . (
          <year>2018</year>
          ). doi:
          <volume>10</volume>
          .7717/peerj.4568
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>D.</given-names>
            <surname>Bibin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. S.</given-names>
            <surname>Nair</surname>
          </string-name>
          and
          <string-name>
            <given-names>P.</given-names>
            <surname>Punitha</surname>
          </string-name>
          .
          <article-title>"Malaria Parasite Detection From Peripheral Blood Smear Images Using Deep Belief Networks." in IEEE Access</article-title>
          , vol.
          <volume>5</volume>
          , pp.
          <fpage>9099</fpage>
          -
          <lpage>9108</lpage>
          . (
          <year>2017</year>
          ). doi:
          <volume>10</volume>
          .1109/ACCESS.
          <year>2017</year>
          .2705642
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Dong</surname>
          </string-name>
          et al.
          <article-title>"Evaluations of deep convolutional neural networks for automatic identification of malaria infected cells</article-title>
          .
          <source>" IEEE EMBS International Conference on Biomedical &amp; Health Informatics (BHI)</source>
          ,
          <year>2017</year>
          , pp.
          <fpage>101</fpage>
          -
          <lpage>104</lpage>
          . doi:
          <volume>10</volume>
          .1109/BHI.
          <year>2017</year>
          .
          <volume>7897215</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Liang</surname>
          </string-name>
          et al.
          <article-title>"CNN-based image analysis for malaria diagnosis</article-title>
          .
          <source>" 2016 IEEE International Conference on Bioinformatics and Biomedicine (BIBM)</source>
          ,
          <year>2016</year>
          , pp.
          <fpage>493</fpage>
          -
          <lpage>496</lpage>
          . doi:
          <volume>10</volume>
          .1109/BIBM.
          <year>2016</year>
          .7822567
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <surname>Nicastri</surname>
            ,
            <given-names>Emanuele</given-names>
          </string-name>
          &amp;
          <string-name>
            <surname>Bevilacqua</surname>
          </string-name>
          , et al. “
          <article-title>Accuracy of Malaria Diagnosis by Microscopy, Rapid Diagnostic Test, and PCR Methods and Evidence of Antimalarial Overprescription in NonSevere Febrile Patients in Two Tanzanian Hospitals</article-title>
          .”
          <article-title>The American journal of tropical medicine and hygiene</article-title>
          .
          <volume>80</volume>
          .
          <fpage>712</fpage>
          -
          <lpage>7</lpage>
          . (
          <year>2009</year>
          ). doi:
          <volume>10</volume>
          .4269/ajtmh.
          <year>2009</year>
          .
          <volume>80</volume>
          .712
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <surname>Handelman</surname>
            ,
            <given-names>G. S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kok</surname>
            ,
            <given-names>H. K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chandra</surname>
            ,
            <given-names>R. V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Razavi</surname>
            ,
            <given-names>A. H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lee</surname>
            ,
            <given-names>M. J.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Asadi</surname>
          </string-name>
          , H. “
          <article-title>eDoctor: machine learning and the future of medicine</article-title>
          .
          <source>Journal of internal medicine.” 284</source>
          (
          <issue>6</issue>
          ),
          <fpage>603</fpage>
          -
          <lpage>619</lpage>
          . (
          <year>2018</year>
          ). doi:
          <volume>10</volume>
          .1111/joim.12822
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>Mehra</surname>
            , Neha, and
            <given-names>Surendra</given-names>
          </string-name>
          <string-name>
            <surname>Gupta</surname>
          </string-name>
          .
          <article-title>"Survey on multiclass classification methods</article-title>
          .
          <source>"</source>
          (
          <year>2013</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <surname>Fuhad</surname>
            <given-names>KMF</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tuba</surname>
            <given-names>JF</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sarker</surname>
            <given-names>MRA</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Momen</surname>
            <given-names>S</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mohammed</surname>
            <given-names>N</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rahman</surname>
            <given-names>T.</given-names>
          </string-name>
          “
          <article-title>Deep Learning Based Automatic Malaria Parasite Detection from Blood Smear and its Smartphone Based Application</article-title>
          .”
          <string-name>
            <surname>Diagnostics</surname>
          </string-name>
          (Basel).
          <source>2020 May</source>
          <volume>20</volume>
          ;
          <issue>10</issue>
          (
          <issue>5</issue>
          ):
          <fpage>329</fpage>
          . doi:
          <volume>10</volume>
          .3390/diagnostics10050329
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <surname>Ross</surname>
          </string-name>
          , Nicholas &amp; Pritchard, Charles &amp; Rubin, David &amp; Duse, Adriano. “
          <article-title>Automated image processing method for the diagnosis and classification of malaria on thin blood smears</article-title>
          .
          <source>” Medical &amp; biological engineering &amp; computing. 44</source>
          .
          <fpage>427</fpage>
          -
          <lpage>36</lpage>
          . (
          <year>2006</year>
          ).
          <source>doi: 10.1007/s11517-006- 0044-2</source>
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <surname>Asgari</surname>
            <given-names>S</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Scalzo</surname>
            <given-names>F</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kasprowicz</surname>
            <given-names>M.</given-names>
          </string-name>
          “
          <article-title>Pattern Recognition in Medical Decision Support</article-title>
          .”
          <source>Biomed Res Int. 2019 Jun</source>
          <volume>13</volume>
          ;
          <year>2019</year>
          :6048748. doi:
          <volume>10</volume>
          .1155/
          <year>2019</year>
          /6048748.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>