<!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>Comparisons of two approaches of pattern recognition for text detection</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Ewa Lis</string-name>
          <email>ewalis343@student.polsl.pl</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Roman Kluger</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Faculty of Applied Mathematics, Silesian University of Technology</institution>
          ,
          <addr-line>Kaszubska 23, 44-100 Gliwice</addr-line>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>SYSTEM 2020: Symposium for Young Scientists in Technology, Engineering and Mathematics</institution>
          ,
          <addr-line>Online</addr-line>
        </aff>
      </contrib-group>
      <abstract>
        <p>The paper describes two methods of pattern recognition, one based on soft sets, another based on neural networks. Soft set theory is quite recently developed method of AI. That approach has rather simple mathematical background, but can perform satisfactory. Widespread neural network approach demands much more calculating power to perform at the same level of accuracy. Some hints to make neural network perform better have been written. Authors explain necessary theoretical terms and definitions then describe their idea of two AI systems. At the end some results of first system are presented.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Text detection</kwd>
        <kwd>Pattern recognition</kwd>
        <kwd>Soft reasoning</kwd>
        <kwd>Simple soft classifier</kwd>
        <kwd>Weighted soft classifier</kwd>
        <kwd>Weighted mean soft classifier</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <sec id="sec-1-1">
        <title>1.1. Related works</title>
        <p>© 2020 Copyright for this paper by its authors. Use permitted under Creative
CPWrEooUrckReshdoinpgs IhStpN:/c1e6u1r3-w-0s.o7r3g CCoEmUmoRns WLiceonrsekAsthtriobuptioPnr4o.0cIneteerdnaitniognasl ((CCC EBYU4R.0)-.WS.org)</p>
      </sec>
    </sec>
    <sec id="sec-2">
      <title>2. Mathematical part of the algorithm</title>
      <sec id="sec-2-1">
        <title>2.1. Soft sets - introduction</title>
        <p>Soft set theory is one of recently developed ideas. That
is quite surprising due to its mathematical simplicity
and, as we shall see, powerful performance. First re- and  denotes cardinality of ( ). That matrix 
sults have been published by Russian scholar Dmitri is given by a formula:
Molodotsov in his paper [15] in 1999. His idea was to
simulate the uncertainty of membership in given set.</p>
        <p>Definition 1 (Soft set). Let  be the universe and 
be the set of parameters describing elements of  . A soft
set is an ordered pair ( , ), where  ⊆  and  ∶
 ⟶  ( ). By  ( ) we denote the power set of  .</p>
        <p>We shall reference to  as membership function.</p>
        <p>
          As we can see from the definition (
          <xref ref-type="bibr" rid="ref1">1</xref>
          ) the name soft
originates from parametric description of membership.
        </p>
        <p>It can be clearly seen, that classical set considered in
the set theory are special cases of soft sets. Its
membership function is its indicator function.</p>
        <p>Definition 2 (Soft subset). Let  be the universe and
 ), (, ) be soft sets specified in  . ( , ) is a soft
( ,
subset of (, ) if
•  ⊆  in classical sense,
• ∀ ∈  ∶  ( ) = ( ).</p>
        <p>We can also define soft set in a relation form. That
representation is very useful in further applications.</p>
        <p>Definition 3 (Soft set in relation form).
be soft set in given universe  . Let</p>
        <p>Let ( , )
⎡  1,1
⎢  2,1
 = [ , ] × = ⎢⎢ ⋮
 1,2
 2,2</p>
        <p>⋮
⎣ , 1  , 2
⋯
⋯
⋱
⋯  , ⎦
 1, ⎤
 2, ⎥
⋮ ⎥⎥ ,</p>
        <p>
          (
          <xref ref-type="bibr" rid="ref4">4</xref>
          )
where  , =   ((  ,   )). More definitions and
theoretical introduction can be found in [16]. Our system
will depend only on aforementioned terms.
        </p>
      </sec>
      <sec id="sec-2-2">
        <title>2.2. Soft reasoning</title>
        <p>The process of making decisions using soft sets will
be called soft reasoning. The classical approach to soft
reasoning can be divided into several steps:
1. choose your universe  of objects and set  ⊆</p>
        <p>,
2. choose parameters which describe your objects</p>
        <p>and construct set  ,
3. construct membership function of every  ∈  ,
4. choose set  which will be called set of demands,
5. for every object  ∈  calculate the value of</p>
        <p>classifier,
6. choose the best options using results of
classi</p>
        <p>ifer.</p>
        <p>
          First of all we shall discuss step 4. A demand  will
 = {(,  ) ∶  ∈ ,  =  ( )}. (
          <xref ref-type="bibr" rid="ref1">1</xref>
          ) be a vector of length the same as the cardinality of
 . Elements of  will be real numbers from interval
 is a soft set ( , ) in relation form. [0, 1]. Each of the elements will correspond to priority
Now we can consider Cartesian product of  and im- of each of parameters from set  .
age of  (denote as ( )). It can be seen that: Now, let us consider step 5. A soft classifier is a
function which takes vector of parameters of an object and
 ⊆  × ( ). (
          <xref ref-type="bibr" rid="ref2">2</xref>
          ) vector of demands and returns a numeric value [17].
        </p>
        <p>
          We shall discuss several kinds of soft classifiers in next
Using relation (
          <xref ref-type="bibr" rid="ref2">2</xref>
          ) we can express the soft set ( , ) section.
in language of classical set theory. Especially, we can Lastly, we shall present a few notes about step 6.
define an indicator function of that soft set. The determination of number of the best options can
depend on the specific problem. For example,
someDefinition 4 (Indicator function of a soft set). Let times we can wish to choose the best option, at some
 be a soft set in relation form corresponding to soft set other time we wish to find all options better than given
( , ) and (,  ) ∈  × ( ). The indicator function threshold value.
of the soft set ( , ) is given by following formula:
  ((,  )) =
{
1, when (,  ) ∈ ,
0, otherwise.
        </p>
        <p>
          Using function   ((,  )) a special matrix called
binary relation table can be constructed. Its dimensions
are  ×  , where  denotes cardinality of the set 
(
          <xref ref-type="bibr" rid="ref3">3</xref>
          )
        </p>
      </sec>
      <sec id="sec-2-3">
        <title>2.3. Soft classifiers</title>
        <p>We shall discuss three kinds of soft classifiers:
• simple soft classifier (SSC),
• weighted soft classifier (WSC),
• weighted mean soft classifier (WMSC).
 
 
(,  ) = ∑     .
(,  ) = ∑     .
  
(,  ) =</p>
        <p>For SSC we simply need binary vector of demands 
its values are only 0 or 1. For readability purposes we SSC - results
eters which have value 1. Let  be the length of vector
of demands  . This classifier  and object  is given
WSC does not demand binarity of vector of demand.</p>
        <p>We will use weighted sum in our calculations:</p>
        <p>be the set of goods in grocery store and  ⊆</p>
      </sec>
      <sec id="sec-2-4">
        <title>2.4. SSC - example</title>
        <p>Let 
such that:
 = {,
 ,
 ,
ℎ, ,</p>
        <p>= { ℎ,  , ℎ,  ,</p>
        <p>,
,
,
,
 ,</p>
        <p>•  = { ℎ, ℎ, 
•  = { ,
 ,
 ,</p>
        <p>
          •  = { ℎ,  ,
,
 
,
}
Now we can choose set of interesting parameters:
(
          <xref ref-type="bibr" rid="ref3">3</xref>
          ).
        </p>
        <p>Now we can construct a binary relation table using
standard  function. That table is presented in table</p>
        <p>
          Now consider three binary vectors of demands:
We calculate the values of the SSC which are presented
in table (
          <xref ref-type="bibr" rid="ref1">1</xref>
          ). Now we can choose goods with highest in that model:
value of SSC for every demand:
• input signals,
• activation function,
• output signal.
• A - pepper,
• B - spinach,
• C - apple.
,
}
}.
        </p>
      </sec>
      <sec id="sec-2-5">
        <title>2.5. WSC - example</title>
        <p>Let  ,  be defined as in previous example. Now,
we shall construct non-binary vectors of demands (we
shall also omit zero-valued elements):
• { 
• {ℎ
0.4, 
0.3,</p>
        <p>
          − 0.6}
− 0.7}
− 0.7, 
− 0.3,  
− 1, 
− 0.6,  
− 0.4,  
− 0.5,  
−
−
Values of WSC are presented in table (
          <xref ref-type="bibr" rid="ref2">2</xref>
          ). As we can
see the best option for each of demands is spinach. It
can be clearly seen that SSC is special case of WSC, but
WSC gives much more precise results.
        </p>
      </sec>
      <sec id="sec-2-6">
        <title>2.6. Neural networks - model of neuron</title>
        <p>To analyze neural network architecture we have to start
with the definition of a McCulloch-Pitts’s neuron model.</p>
        <p>It is an attempt to simulation of real neurons known
from neurobiology. Three main parts can be separated</p>
        <p>Input signals come to neuron through synapses which Dimension of input layer has to be equal to number
are connections with other neurons. Let us suppose,
of parameters describing given category of objects. It
values of input signals is calculated:
that we have  synapses in given neuron. Signal of 
th synapse shall be referenced to as   Each of synapses
has special number called weight. We shall denote  
as weight assigned to  -th synapse. A weighted sum of
 = ∑     .</p>
        <p>=1
̂ =  + .</p>
        <p>Every neuron can also have a special number  called
bias. That means a fixed treshold value of each neuron.</p>
        <p>
          It is added to weighted sum :
(
          <xref ref-type="bibr" rid="ref9">9</xref>
          )
(
          <xref ref-type="bibr" rid="ref10">10</xref>
          )
(
          <xref ref-type="bibr" rid="ref11">11</xref>
          )
(
          <xref ref-type="bibr" rid="ref12">12</xref>
          )
(
          <xref ref-type="bibr" rid="ref13">13</xref>
          )
is first layer in the network, so neurons are only
connected to the next layer. For example if we want to
classify pictures of dimension 28 × 28 pixels we have
to use 28 × 28 = 784 input neurons. There are no set
rules about optimal number and dimension of hidden
layer, but generally more hidden layers cause better
performance of neural network.
        </p>
        <p>Those numbers have to be tailored for each task
separately. There will be  neurons on output layer where
 corresponds to number of classes in our system. For
binary classification 1 neuron will be suficient, but for
10 classes we will need 10 neurons on output layer.</p>
      </sec>
      <sec id="sec-2-7">
        <title>2.8. Neural reasoning</title>
        <p>layer is as follows:
To make a decision using neural network we have to
feed forward input signal. We calculate output of each
of layer and the output of the last layer is decision of
the network. Formula for output of  -th neuron on  -th</p>
        <p>( =1</p>
        <p>( , ) = 
∑( ,  , −1) +  ,
)
,</p>
        <p>
          (
          <xref ref-type="bibr" rid="ref14">14</xref>
          )
layer,
•  is number of neurons on  − 1-st layer.
•  , is weight of connection between  -th
neu
        </p>
        <p>ron on ( − 1)-th layer and  -th neuron on  -th
•  , is bias of  -th neuron on  -th layer,
•  is activation function.</p>
        <p>
          Formula (
          <xref ref-type="bibr" rid="ref14">14</xref>
          ) has to be applied on every layer
startNow, special function  (̂ ) called activation function
is calculated. Result of that calculation is assigned to
output signal  of the neuron. There exist plenty of
possible activation functions. One of the simplest is
threshold function:
 1(̂ ) =
{
1 when ̂ &gt; ,
0 otherwise
is demanded. Very popular activation function is called
In further applications diferentiability of function  (̂ ) where:
sigmoid function:
 2(̂ ) =   + 1
 3(̂ ) = tanh ( ̂
)=




−  −
+  − .
        </p>
        <p>We can observe analogies and similarities between sin- ing with first hidden layer. After several steps we get
gle neuron and soft classifiers. The neuron can be
considered as a little more sophisticated soft classifier.</p>
      </sec>
      <sec id="sec-2-8">
        <title>2.7. Neural networks - architecture</title>
        <p>the output of the network. That process, however,
requires well suited weights. Due to complexity of
architecture there can be thousands of weights to adjust
which task is unbearable to do manually.</p>
        <p>A special algorithm called back-propagation of
erA neural network is set of interconnected neurons. Neu- ror was developed to improve performance of neural
rons are organized into layers, every neuron of next
network. Process of adjusting the weights is called
layer is connected to every neuron in previous layer. training or learning of the network.
We define three categories of layers:
• input layer,
• hidden layers,
• output layer.
Diferentiability of activation function shall be used in
that algorithm. We shall start with randomly chosen
weights and biases. We shall compare desired output
apple

 
 
0
0
0
1
0
0
2
0
0
1
0
0
0
 
(,  ) = ∑</p>
        <p>(  −   )</p>
        <p>1
 =1 2
Let us consider how much  
(,</p>
        <p>
          ) is being
influenced by each of weights and biases. That influence
can be expressed as partial derivative with respect to
given parameter  :
We have to apply chain rule to calculate the derivative
(
          <xref ref-type="bibr" rid="ref16">16</xref>
          ). That is the reason of demanding
diferentiability of activation function. Now we have to define the
learning rate  ∈ (
          <xref ref-type="bibr" rid="ref1">0, 1</xref>
          ). That coeficient will tell us how
fast we want to correct parameters in the network. We
can formulate correction equations:
 
(,  )


(,  )
(,  )
,
,

(,  ) = ∑
,
)  
1
 =−1 ( =−1
1
∑  
(
          <xref ref-type="bibr" rid="ref15">15</xref>
          )  
(,  ) =
        </p>
        <p>(,  ) +  
where</p>
        <p>(, 
RGB value of pixel with coordinates
(, 
,
) 
(,  ) correspond to
(,  ). Let:
(,  ) + 
3
(,  )</p>
        <p>(19)
( + ,  +  ) , (20)
)
(21)
(22)
(23)</p>
        <p>
          and  are given weights and biases
respectively. After several steps we can significantly
minimize error of the network. Neural classifier can be
As we can see, large networks demand a lot of
calculations to be trained, because gradients (
          <xref ref-type="bibr" rid="ref16">16</xref>
          ) has to be
calculated for each of multiple parameters.
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>3. Description of proposed system</title>
      <sec id="sec-3-1">
        <title>3.1. Soft classifier</title>
        <p>applied only after training to give acceptable results. treat dark points as having higher values.
We have to define an mean square error function:
scale with value:
 of the network with actual output  of the network. erenced as pattern. Then page is converted to
grayOur system takes two pictures - one large which will
Simple soft classifier or weighted soft classifier do
be referenced as page and one small, which will be ref- not work well in our case. That happens because they
 
(,  ) = 
(,  ) −</p>
        <p>(,  ).</p>
        <p>After converting to grayscale image is binarized using
the formula:
 (,  ) =
{
1 when  
0 otherwise.</p>
        <p>(,  ) &lt;

(, )
8</p>
        <p>
          ,
(18)
(
          <xref ref-type="bibr" rid="ref17">17</xref>
          ) Then the pattern is converted to gray-scale using the
following formula:
same function and normalized into interval [0, 1] using
 (,  ) =
255 −  
255
(,  )
        </p>
        <p>Gray-scale is reversed, that operation enables us to</p>
        <p>Now binarized page is divided into segments of size
of pattern. Then both, pattern and segment of page are
converted into one dimensional vectors. After
repeating whole process for every possible segment of page
we have our universe</p>
        <p>
          consisting of segments  . For
every  we have our membership function and we can
build binary relation table for them. Then we take
vector built from pattern and check which of the segments
meets the demands expressed by number from interval
[0, 1].
demand knowledge about number of patterns existing
in our page or calculating threshold values for every
pattern. After taking these objectives into account we
decided to use WMSC. After several trials we have
determined suficient values for aforementioned
threshold. Results are presented in table (
          <xref ref-type="bibr" rid="ref4">4</xref>
          ).
        </p>
        <p>After calculation every segment with WMSC value
greater than specified treshold value is highlighted and
ifnal result is saved.</p>
      </sec>
      <sec id="sec-3-2">
        <title>3.2. Neural classifier</title>
        <p>We propose also a neural classifier for that task. We
wanted to train our classifier on MNIST dataset of
handwritten digits to recognize similar patterns and then
apply that to our binarized page and pattern. Our idea
was to build a neural network with 2×28×28 = 1568
inputs and one binary output telling us whether images
are similar or not. After training it had to go through
whole segment of page and find similarities with
pattern.</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4. Experiments</title>
      <sec id="sec-4-1">
        <title>4.1. Soft classifier</title>
        <p>After some trials and errors we determined satisfying
threshold values for WMSC. We prepared test set for
our classifier. It consisted of pairs (page, pattern). We
manually included type of documents and run the
program. Then we also manually checked the behavior
the classifier. Results are presented on following
figures:
• searching for printed sign - fig. 2,
• searching for handwritten word or letter - fig. 1.
Threshold values determined experimentally are
shown in table 4.</p>
      </sec>
      <sec id="sec-4-2">
        <title>4.2. Neural classifier</title>
        <p>As it was mentioned earlier we constructed few
architectures of neural network and tried to train them
on MNIST dataset. All of the attempts unfortunately
failed - network learned to return the same answers
rather than recognize patterns. After some research
we found main disadvantages of our system:
• too shallow architecture,
• too low computing power accessible,
• too large training batches.</p>
        <p>Keeping that in mind we can construct
classifiers with better performance in the future.</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>5. Conclusions</title>
      <p>As we can see, soft classifiers are quite well
performing in given task. We plan to develop method of
determination of threshold values of soft classifier and
use them to more demanding tasks. We want also to
improve training of neural classifier. To achieve that
goal we will have to optimize code for training
algorithm to perform calculations faster. That will allow
us to explore deeper architectures of neural networks
and then find suficient number of layers to our task.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>G.</given-names>
            <surname>Capizzi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Coco</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G. Lo</given-names>
            <surname>Sciuto</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Napoli</surname>
          </string-name>
          ,
          <article-title>A new iterative fir filter design approach using a gaussian approximation</article-title>
          ,
          <source>IEEE Signal Processing Letters</source>
          <volume>25</volume>
          (
          <year>2018</year>
          )
          <fpage>1615</fpage>
          -
          <lpage>1619</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>C.</given-names>
            <surname>Mello</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Oliveira</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Sanchez</surname>
          </string-name>
          ,
          <article-title>Historical document image binarization</article-title>
          ., volume
          <volume>1</volume>
          ,
          <year>2008</year>
          , pp.
          <fpage>108</fpage>
          -
          <lpage>113</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>C.</given-names>
            <surname>Napoli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Pappalardo</surname>
          </string-name>
          ,
          <string-name>
            <surname>E. Tramontana,</surname>
          </string-name>
          <article-title>An agent-driven semantical identifier using radial basis neural networks and reinforcement learning</article-title>
          ,
          <source>arXiv preprint arXiv:1409.8484</source>
          (
          <year>2014</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>M.</given-names>
            <surname>Almeida</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Lins</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Bernardino</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Jesus</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Lima</surname>
          </string-name>
          ,
          <article-title>A new binarization algorithm for historical documents</article-title>
          ,
          <source>Journal of Imaging</source>
          <volume>4</volume>
          (
          <year>2018</year>
          )
          <fpage>27</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>A.</given-names>
            <surname>Venckauskas</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Karpavicius</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Damaševičius</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Marcinkevičius</surname>
          </string-name>
          ,
          <string-name>
            <surname>J.</surname>
          </string-name>
          <article-title>Kapočiu¯te-</article-title>
          <string-name>
            <surname>Dzikiené</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Napoli</surname>
          </string-name>
          ,
          <article-title>Open class authorship attribution of lithuanian internet comments using oneclass classifier</article-title>
          ,
          <source>in: 2017 Federated Conference on Computer Science and Information Systems (FedCSIS)</source>
          , IEEE,
          <year>2017</year>
          , pp.
          <fpage>373</fpage>
          -
          <lpage>382</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>O.</given-names>
            <surname>Boudraa</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W. K.</given-names>
            <surname>Hidouci</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Michelucci</surname>
          </string-name>
          ,
          <article-title>Degraded historical documents images binarization using a combination of enhanced techniques</article-title>
          ,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>C.</given-names>
            <surname>Napoli</surname>
          </string-name>
          , E. Tramontana,
          <string-name>
            <given-names>G. L.</given-names>
            <surname>Sciuto</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Wozniak</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Damaevicius</surname>
          </string-name>
          , G. Borowik,
          <article-title>Authorship semantical identification using holomorphic chebyshev projectors</article-title>
          ,
          <source>in: 2015 Asia-Pacific Conference on Computer Aided System Engineering</source>
          , IEEE,
          <year>2015</year>
          , pp.
          <fpage>232</fpage>
          -
          <lpage>237</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>D.</given-names>
            <surname>Połap</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Woźniak</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Damaševičius</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Maskeliu</surname>
          </string-name>
          <article-title>¯nas, Bio-inspired voice evaluation mechanism</article-title>
          ,
          <source>Applied Soft Computing</source>
          <volume>80</volume>
          (
          <year>2019</year>
          )
          <fpage>342</fpage>
          -
          <lpage>357</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>F.</given-names>
            <surname>Beritelli</surname>
          </string-name>
          , G. Capizzi,
          <string-name>
            <given-names>G. Lo</given-names>
            <surname>Sciuto</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Napoli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Woźniak</surname>
          </string-name>
          ,
          <article-title>A novel training method to preserve generalization of rbpnn classifiers applied to ecg signals diagnosis</article-title>
          ,
          <source>Neural Networks</source>
          <volume>108</volume>
          (
          <year>2018</year>
          )
          <fpage>331</fpage>
          -
          <lpage>338</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>G.</given-names>
            <surname>Capizzi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G. Lo</given-names>
            <surname>Sciuto</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Napoli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Polap</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Woźniak</surname>
          </string-name>
          ,
          <article-title>Small lung nodules detection based on fuzzy-logic and probabilistic neural network with bio-inspired reinforcement learning</article-title>
          ,
          <source>IEEE Transactions on Fuzzy Systems</source>
          <volume>6</volume>
          (
          <year>2020</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>M.</given-names>
            <surname>Woźniak</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Połap</surname>
          </string-name>
          ,
          <article-title>Soft trees with neural components as image-processing technique for archeological excavations</article-title>
          ,
          <source>Personal and Ubiquitous Computing</source>
          (
          <year>2020</year>
          )
          <fpage>1</fpage>
          -
          <lpage>13</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Jin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Luo</surname>
          </string-name>
          ,
          <string-name>
            <surname>S. Zhang,</surname>
          </string-name>
          <article-title>Curved scene text detection via transverse and longitudinal sequence connection</article-title>
          ,
          <source>Pattern Recognition</source>
          <volume>90</volume>
          (
          <year>2019</year>
          )
          <fpage>337</fpage>
          -
          <lpage>345</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Zhu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Du</surname>
          </string-name>
          , Textmountain:
          <article-title>Accurate scene text detection via instance segmentation, Pattern Recognition (</article-title>
          <year>2020</year>
          )
          <fpage>107336</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>C.</given-names>
            <surname>Luo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Jin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Sun</surname>
          </string-name>
          ,
          <article-title>Moran: A multi-object rectified attention network for scene text recognition</article-title>
          ,
          <source>Pattern Recognition</source>
          <volume>90</volume>
          (
          <year>2019</year>
          )
          <fpage>109</fpage>
          -
          <lpage>118</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>D.</given-names>
            <surname>Molodtsov</surname>
          </string-name>
          ,
          <article-title>Soft set theory-first results</article-title>
          ,
          <source>Computers &amp; Mathematics with Applications</source>
          <volume>37</volume>
          (
          <year>1999</year>
          )
          <fpage>19</fpage>
          -
          <lpage>31</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <surname>Onyeozili</surname>
            ,
            <given-names>T. M.</given-names>
          </string-name>
          <string-name>
            <surname>Gwary</surname>
          </string-name>
          ,
          <article-title>A study of the fundamentals of soft set theory</article-title>
          ,
          <source>International Journal of Scientific &amp; Technology Research</source>
          <volume>3</volume>
          (
          <year>2014</year>
          )
          <fpage>132</fpage>
          -
          <lpage>143</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>G.</given-names>
            <surname>Cardarilli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L. Di</given-names>
            <surname>Nunzio</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Fazzolari</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Nannarelli</surname>
          </string-name>
          , M. Re,
          <string-name>
            <given-names>S.</given-names>
            <surname>Spano</surname>
          </string-name>
          ,
          <article-title>N-dimensional approximation of euclidean distance</article-title>
          ,
          <source>IEEE Transactions on Circuits and Systems II: Express Briefs</source>
          <volume>67</volume>
          (
          <year>2020</year>
          )
          <fpage>565</fpage>
          -
          <lpage>569</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>