<!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>A Novel Approach to Evaluate the Quality of Life in Urban Environments by using Fuzzy classifiers</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Wojciech Barciński</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Jan Dylik</string-name>
          <email>dylik530@polsl.pl</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>SYSYEM 2022: 8th Scholar's Yearly Symposium of Technology, Engineering and Mathematics</institution>
          ,
          <addr-line>Brunek</addr-line>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Silesian University of Technology, Faculty of Applied Mathematics</institution>
          ,
          <addr-line>Kaszubska 23, 44-100 Gliwice</addr-line>
          ,
          <country country="PL">Poland</country>
        </aff>
      </contrib-group>
      <fpage>26</fpage>
      <lpage>32</lpage>
      <abstract>
        <p>In this paper, we present our fuzzy classifier, built from scratch, and test how well it performs a task of classifying cities to either 'better' or 'worse' category, based on their numerical ratings of various aspects of living there. We check several combinations of norms and defuzzyfying methods, compare the results with three diferent fixed classifications - based on weighted sum, GDP per capita and human expert judgement. We also tried out few diferent classifiers, such as KNN, naive Bayes and soft set based classifier to see which one yields best results for this task.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Fuzzy classifier</kwd>
        <kwd>Teleport's city quality of life</kwd>
        <kwd>Expert systems</kwd>
        <kwd>Type 1 fuzzy sets</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        attributes of the examined city and produces a
numerical value from 1 to 100 alongside with linguistical value
The latest trends in the creation of modern IT systems are ’better’ or ’worse’, all based on comparison with expert
based on the use of artificial intelligence systems [
        <xref ref-type="bibr" rid="ref1 ref2">1, 2</xref>
        ]. knowledge database, written in form of if-then rules with
A very important part of the application are solutions chained linguistical values describing selected attributes
based on [
        <xref ref-type="bibr" rid="ref3 ref4 ref5 ref6 ref7">3, 4, 5, 6, 7</xref>
        ] neural networks. The use of neural of city’s conditions. We conducted a range of tests to see
networks is related to the protection of health [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ], the the influence of diferent parameters, rulesets, datasets
detection of various, often not obvious for a human, fea- and other classifiers on efectiveness of this approach.
tures [
        <xref ref-type="bibr" rid="ref10 ref11 ref9">9, 10, 11</xref>
        ]. The use of neural networks in machine
learning [
        <xref ref-type="bibr" rid="ref12 ref13">12, 13</xref>
        ] is also very popular. This work will
be devoted to the applications of fuzzy sets [
        <xref ref-type="bibr" rid="ref14 ref15 ref16">14, 15, 16</xref>
        ] 2. Overview
which have many diferent applications, including in car
systems [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ] or in computational intelligence [
        <xref ref-type="bibr" rid="ref18 ref19 ref20">18, 19, 20</xref>
        ] 2.1. Introduction to fuzzy logic
systems also applied to the field of smart home [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ] and The main idea between fuzzy logic is that there are some
environment [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ]. phenomena which are best interpreted by humans when
      </p>
      <p>
        In this day and the age, due to modern technology and they are described with words, not numbers, therefore
expansion of the Internet, people have access to much some kind of system must exist in order to connect
numore data than ever before[
        <xref ref-type="bibr" rid="ref23 ref24 ref25">23, 24, 25</xref>
        ], which grants the merical data to linguistic terms, to then perform all the
possibility of greatly empowering their decision making reasoning and at the end be able to convert the result
processes. However, in the sheer amount and size of the back to number, if necessary. Because the process of
reaavailable informations lies its biggest problem – it is un- soning, mostly referred to as inference, happens with the
reasonable for single person to do as much research as it sole use of words, so linguistic values, it is managable
is necessesary for an informed decision. Solution to this for human experts to inject their reasoning into the
sysproblem appears in form of centralized and focused data tem, even in vague terms, to reliably simulate intuitive
sources, where information is easily available, grouped and realistic judgements. For example, a fuzzy system
and distilled into its most relevant form for laymen, and gets some the measurement of the temperature, let’s say
recommendation systems, which aim to take the process 20∘ C, is able to translate it to linguisitc value "hot", it
step further, and directly asks users about their needs sees that expert defined behavior "if temperature is hot
in order to compile list of best answers. It is this type then don’t use heating system" then concludes that there
of solution, which captured our interest. We created a is no need for heater to be enabled, so it shuts it of.
classifier based on fuzzy logic, which takes in a vector
with numerical ratings (scale from 0 to 1.0) of various
      </p>
      <sec id="sec-1-1">
        <title>2.2. Fuzzy logic flow</title>
        <p>(1)
(2)
numerical and linguistical interpretations, for exam- 2.3. Membership functions
ple ratings of Housing and Taxation. Consequents
refer to potential outcomes from the system, for
example Good, Average, Bad.</p>
        <p>
          Degree of membership of each variable to a linguistic
category is contained within a numerical value from range
[
          <xref ref-type="bibr" rid="ref1">0, 1</xref>
          ]. It is a result of passing numerical value, in our
2. Input - numerical input, usually vector of numeric implementation min-max normalized, to a predefined
values, is provided. It will be referred to as "crisp function of membership of its category. Fuzzy logic
provalue" vides many versitale functions for such a process, with
the most popular ones, and the ones used in our project,
3. Fuzzification - crisp values from inputted vector are being triangular and trapezoidal.
being used as arguments for each membership func- Triangular:
tion of the linguistic category they refer to.
Membership function with highest value from each category if  ≤ 
will define which linguistic value will be bound to
corresponding attribute of the input vector.
4. Inference - numerical interpretations of degrees of
membership from fuzzification step are being used in
calculation of each rule’s level of fulfilment.
Evaluation process includes numerical interpretation of
logical operations between rule requirements. For each
possible linguistic value of an outcome its highest
activated rule value, so a result of former evaluations,
is being saved.
        </p>
        <sec id="sec-1-1-1">
          <title>5. Defuzzification - a function is being made, by com</title>
          <p>bining all the consequent membership functions and
maximas of their corresponding rule activation results.
Based on this function’s set of values, given
defuzzification method generates single numerical value. It is
the outcome of the procedure.</p>
          <p>Flow of the fuzzy logic is presented in figure 1.</p>
        </sec>
        <sec id="sec-1-1-2">
          <title>There exists a possibility of defining diferent types of</title>
          <p>membership functions for each linguistic value within
a category (figure 2). It is sometimes a good practice
to do such a thing, especially when operating on a few
thin triangular functions, as there is a need to cover wide
range of extreme values, which we want to guarantee to
yield as a result (figure 3).</p>
        </sec>
      </sec>
      <sec id="sec-1-2">
        <title>2.4. Defuzzification methods</title>
        <sec id="sec-1-2-1">
          <title>There are numberous defuzzification methods, which</title>
          <p>operate in very diferent ways. For our research, we were
focusing on FOM (First Of Maxima), MOM (Middle Of
Maxima), LOM (Last Of Maxima) and centroid middle of
area. The first three return as their result the first, mean
of or last occurance of highest activated function values,
and the centroid one operates in a way described below:
∑︀=1  ()
∑︀</p>
          <p>=1  ()</p>
        </sec>
        <sec id="sec-1-2-2">
          <title>Visualization of an example output of center of areas defuzzification is presented in figure 4.</title>
          <p>2.5. Norms</p>
        </sec>
        <sec id="sec-1-2-3">
          <title>Norms refer to the diferent ways of numerically interpreting logical operations on linguistic values, such as (3)</title>
          <p>26–32</p>
        </sec>
        <sec id="sec-1-2-4">
          <title>One of the stages of inference is usage of rules system.</title>
          <p>Single rule takes linguistic values of observation’s
attributes, processes them checking multiple conditions
linked with themselves by mathematical logic and if
all conditions are fulfilled, certain linguistic value that
determines class is returned.</p>
          <p>Our rules system is based on division of attributes on
two main categories – important and less important
ones. We assessed that some of observation’s qualities
are absolutely essential for every citizen (Housing,
Cost of living, Safety, Healthcare, Travel connectivity)
and some are not (Education, Environmental quality,
Economy, Taxation, Internet access, Leisure and culture,
Commute). For example healthcare is something that a
lot of people are going to use in a critical situation that
threathen them with death while education concerns
only the younger citizens and culture is something that
does not decide about survival and is additional bonus,
not strategical factor. We created nine rules, where each
three are built under the same pattern and the only
varying element is linguistic value.
First rule states that any three among the five essential dataset’s label - GDP per capita - was obtained from
exqualities, if their linguistic value is identical, determine ternal source. The last dataset’s label was defined by
returned linguistic value: authors by themselves and was based solely on their
knowledge and intuition.</p>
          <p>If (1   and 2   and 3  ) or We checked results which were given by various
combinations of norms (Zadeh norm, modified Manger norm,
(1   and 2   and 4  ) or ... Łukasiewicz norm) with defuzzification methods (First
then    of maxima, Last of maxima, Middle of maxima, centroid
middle of area) applied within fuzzy system and a few
(wvqyauh1laue,leriyte.2ie,(syx,31,,iyxs42r,,eyxt5u3,r,nyxe64 d,, yxv75a))luaearaernedfiveseeivssescneenrttianaiolnnql-iuenasgsluietinisetistiai,cl wcoiteshiemornec,alnraesfcsoaiufiellrrsabn(aKdsiNcsNer
an,tsNeistaiïovvfietmyB.oadEyeexlscq,euSpoatlfifttosyer:t)aa.ccBccuuyrrraaeccsyyu,,lptwrseeThat rule contains all possible variations of three chosen decided to prioritize high scores of precision due to our
attributes among the total five. attempts to achieve as little false positive cases as
possiWhen four or five qualities have the same linguistic ble. The reason was that we did not want to propose a
value, according to this logic that fact also determines city as a potential proper location to live while it is not.
returned value so it does not need to be handled by On all of the plots letter ’Z’ denotes Zadeh norm,
letseparate rule because it is intercepted by the first rule. ter ’M’ denotes modified Manger norm, letter ’L’ denotes
Second rule states that if two essential qualities have Łukasiewicz norm.
the same value, any two among the seven non-essential Results (figures 5 and 6) from the first dataset (weighted
attributes with same value guarantee returned value sum) show us a decent outcome from all of the
diferequalled to theirs: ent kinds of fuzzy system. They are very repetable and
depend on used defuzzification methods, regardless of
norms. Comparing it to the rest of classifiers, one may
If ((1   and 2  ) or (2   and 3  ) or ...) notice considerably lower performance of KNN, similar
and ((1   and 2  ) or (2   and 3  ) or ...) one of Softset and high result of Bayes.</p>
          <p>then</p>
        </sec>
        <sec id="sec-1-2-5">
          <title>That rule contains all variations of two attributes among</title>
          <p>the five and seven accordingly.</p>
          <p>Third rule states that if only one essential quality have
certain value, we need five non-essential attributes with
this value to qualify returned value as identical to theirs:
If ((1   and 2    and 3   
and 4    and 5   ) or ...) and
((1   and 2   and 3   and 4  
and 5  ) or ...)</p>
          <p>then</p>
        </sec>
        <sec id="sec-1-2-6">
          <title>This rule contains all variations of one positive and four negative qualities among the five essential ones and five among seven non-essential ones.</title>
        </sec>
      </sec>
    </sec>
    <sec id="sec-2">
      <title>3. Tests and experiments</title>
      <p>To test our fuzzy system properly, we used three datasets,
to which labels were assigned diferently every time.
Label of first dataset was created by constructing weighted
sum of attributes where each quality did not contribute
equally. Weight of the most of them was equal to 1, but
some - more important to final decision in our opinion
- were equal to 1.5 and one was equal to 0.5. Second</p>
      <p>Second dataset (GDP per capita, figures 7 and 8)
generated lower results of fuzzy system than that based on
weighted sum. Again, individual cases are repetitive in
similar way. This time KNN achieved better performance
while Softset remains close to fuzzy outcomes. Bayes is
still unmatched. All non-fuzzy models reached higher
precision rates.</p>
      <p>Third dataset (subjective classes, figures 9 and 10)
produced similar outcomes to second one for fuzzy system
decent accuracy with poor precision. KNN and SoftSet
have close results to themselves and Bayes as always
turned out to be the best model.</p>
    </sec>
    <sec id="sec-3">
      <title>4. Conclusion</title>
      <sec id="sec-3-1">
        <title>Fuzzy system achieved good results, especially using</title>
        <p>First of maxima and Middle of maxima defuzzification
methods. Diferent norms were not a considerable factor,
defuzzification pretty much defined the result by itself.
The rest of the models reached mostly decent outcomes,
sometimes even outperforming fuzzy system.
Particularly Bayesian classifier turned out to have the highest
score in nearly every case (considering accuracy and
precision collectively). However, fuzzy system would likely
achieve higher results in case of designing more
accurate and factful system of rules by real expert or more
adequate division into classes.</p>
        <p>Although fuzzy system did not bring the best results
from the bunch, we would argue that it provided good
software, that would be able to capitalize on its strengths,
such as flexibility of rulesets, enabling diferent user
criteria, and no reliance on other data samples.
26–32</p>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>M. A.</given-names>
            <surname>Sanchez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Castillo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. R.</given-names>
            <surname>Castro</surname>
          </string-name>
          ,
          <article-title>Generalized type-2 fuzzy systems for controlling a mobile robot and a performance comparison with interval type2 and type-1 fuzzy systems</article-title>
          ,
          <source>Expert Systems with Applications</source>
          <volume>42</volume>
          (
          <year>2015</year>
          )
          <fpage>5904</fpage>
          -
          <lpage>5914</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <surname>Q.-</surname>
          </string-name>
          <article-title>b</article-title>
          . Zhang,
          <string-name>
            <given-names>P.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.-h.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <article-title>An improved particle filter for mobile robot localization based on particle swarm optimization</article-title>
          ,
          <source>Expert Systems with Applications</source>
          <volume>135</volume>
          (
          <year>2019</year>
          )
          <fpage>181</fpage>
          -
          <lpage>193</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>V. S.</given-names>
            <surname>Dhaka</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. V.</given-names>
            <surname>Meena</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Rani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Sinwar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. F.</given-names>
            <surname>Ijaz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Woźniak</surname>
          </string-name>
          ,
          <article-title>A survey of deep convolutional neural networks applied for prediction of plant leaf diseases</article-title>
          ,
          <source>Sensors</source>
          <volume>21</volume>
          (
          <year>2021</year>
          )
          <fpage>4749</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>F.</given-names>
            <surname>Bonanno</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>G.</given-names>
            <surname>Pappalardo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Tramontana</surname>
          </string-name>
          ,
          <article-title>A cascade neural network architecture investigating surface plasmon polaritons propagation for thin metals in openmp</article-title>
          ,
          <source>Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics) 8467 LNAI</source>
          (
          <year>2014</year>
          )
          <fpage>22</fpage>
          -
          <lpage>33</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>G.</given-names>
            <surname>Capizzi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Napoli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Paternò</surname>
          </string-name>
          ,
          <article-title>An innovative hybrid neuro-wavelet method for reconstruction of missing data in astronomical photometric surveys</article-title>
          ,
          <source>Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics) 7267 LNAI</source>
          (
          <year>2012</year>
          )
          <fpage>21</fpage>
          -
          <lpage>29</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>F.</given-names>
            <surname>Bonanno</surname>
          </string-name>
          , G. Capizzi,
          <string-name>
            <given-names>G. Lo</given-names>
            <surname>Sciuto</surname>
          </string-name>
          ,
          <article-title>A neuro wavelet-based approach for short-term load forecasting in integrated generation systems</article-title>
          ,
          <source>in: 4th International Conference on Clean Electrical Power: Renewable Energy Resources Impact, ICCEP</source>
          <year>2013</year>
          ,
          <year>2013</year>
          , p.
          <fpage>772</fpage>
          -
          <lpage>776</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>N.</given-names>
            <surname>Brandizzi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Bianco</surname>
          </string-name>
          , G. Castro,
          <string-name>
            <given-names>S.</given-names>
            <surname>Russo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Wajda</surname>
          </string-name>
          ,
          <article-title>Automatic rgb inference based on facial emotion recognition</article-title>
          , volume
          <volume>3092</volume>
          ,
          <string-name>
            <surname>CEUR-WS</surname>
          </string-name>
          ,
          <year>2021</year>
          , pp.
          <fpage>66</fpage>
          -
          <lpage>74</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>M.</given-names>
            <surname>Woźniak</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Wieczorek</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Siłka</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Połap</surname>
          </string-name>
          ,
          <article-title>Body pose prediction based on motion sensor data and recurrent neural network</article-title>
          ,
          <source>IEEE Transactions on Industrial Informatics</source>
          <volume>17</volume>
          (
          <year>2020</year>
          )
          <fpage>2101</fpage>
          -
          <lpage>2111</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>O.</given-names>
            <surname>Dehzangi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Taherisadr</surname>
          </string-name>
          , R. ChangalVala,
          <article-title>Imubased gait recognition using convolutional neural networks and multi-sensor fusion</article-title>
          ,
          <source>Sensors</source>
          <volume>17</volume>
          (
          <year>2017</year>
          )
          <fpage>2735</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>N.</given-names>
            <surname>Dat</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Ponzi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Russo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Vincelli</surname>
          </string-name>
          ,
          <article-title>Supporting impaired people with a following robotic assistant by means of end-to-end visual target navigation and reinforcement learning approaches</article-title>
          ,
          <source>in: CEUR Workshop Proceedings</source>
          , volume
          <volume>3118</volume>
          ,
          <string-name>
            <surname>CEUR-WS</surname>
          </string-name>
          ,
          <year>2021</year>
          , pp.
          <fpage>51</fpage>
          -
          <lpage>63</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>H. G.</given-names>
            <surname>Hong</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. B.</given-names>
            <surname>Lee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K. R.</given-names>
            <surname>Park</surname>
          </string-name>
          ,
          <article-title>Convolutional neural network-based finger-vein recognition using nir image sensors</article-title>
          ,
          <source>Sensors</source>
          <volume>17</volume>
          (
          <year>2017</year>
          )
          <fpage>1297</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>A. T.</given-names>
            <surname>Özdemir</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Barshan</surname>
          </string-name>
          ,
          <article-title>Detecting falls with wearable sensors using machine learning techniques</article-title>
          ,
          <source>Sensors</source>
          <volume>14</volume>
          (
          <year>2014</year>
          )
          <fpage>10691</fpage>
          -
          <lpage>10708</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>K. G.</given-names>
            <surname>Liakos</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Busato</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Moshou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Pearson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Bochtis</surname>
          </string-name>
          ,
          <article-title>Machine learning in agriculture: A review</article-title>
          ,
          <source>Sensors</source>
          <volume>18</volume>
          (
          <year>2018</year>
          )
          <fpage>2674</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Dong</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Q.</given-names>
            <surname>Yang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Jiang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Ni</surname>
          </string-name>
          , J. Liu,
          <article-title>Automatic impedance matching method with adaptive network based fuzzy inference system for wpt</article-title>
          ,
          <source>IEEE Transactions on Industrial Informatics</source>
          <volume>16</volume>
          (
          <year>2019</year>
          )
          <fpage>1076</fpage>
          -
          <lpage>1085</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>F.</given-names>
            <surname>Qu</surname>
          </string-name>
          , J. Liu,
          <string-name>
            <given-names>H.</given-names>
            <surname>Zhu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Zang</surname>
          </string-name>
          ,
          <article-title>Wind turbine condition monitoring based on assembled multidimensional membership functions using fuzzy inference system</article-title>
          ,
          <source>IEEE Transactions on Industrial Informatics</source>
          <volume>16</volume>
          (
          <year>2019</year>
          )
          <fpage>4028</fpage>
          -
          <lpage>4037</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>A.</given-names>
            <surname>Carpenzano</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Caponetto</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L. Lo</given-names>
            <surname>Bello</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Mirabella</surname>
          </string-name>
          ,
          <article-title>Fuzzy trafic smoothing: An approach for real-time communication over ethernet networks</article-title>
          ,
          <source>in: 4th IEEE International Workshop on Factory Communication Systems</source>
          , IEEE,
          <year>2002</year>
          , pp.
          <fpage>241</fpage>
          -
          <lpage>248</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>M.</given-names>
            <surname>Woźniak</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Zielonka</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Sikora</surname>
          </string-name>
          ,
          <article-title>Driving support by type-2 fuzzy logic control model</article-title>
          ,
          <source>Expert Systems with Applications</source>
          <volume>207</volume>
          (
          <year>2022</year>
          )
          <fpage>117798</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <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>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Napoli</surname>
          </string-name>
          , E. Tramontana,
          <article-title>Graphic object feature extraction system based on cuckoo search algorithm</article-title>
          ,
          <source>Expert Systems with Applications</source>
          <volume>66</volume>
          (
          <year>2016</year>
          )
          <fpage>20</fpage>
          -
          <lpage>31</lpage>
          . doi:
          <volume>10</volume>
          .1016/j.eswa.
          <year>2016</year>
          .
          <volume>08</volume>
          .068.
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <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>C.</given-names>
            <surname>Napoli</surname>
          </string-name>
          , E. Tramontana,
          <string-name>
            <given-names>R.</given-names>
            <surname>Damaševičius</surname>
          </string-name>
          ,
          <article-title>Is the colony of ants able to recognize graphic objects?</article-title>
          ,
          <source>Communications in Computer and Information Science</source>
          <volume>538</volume>
          (
          <year>2015</year>
          )
          <fpage>376</fpage>
          -
          <lpage>387</lpage>
          . doi:
          <volume>10</volume>
          .1007/978-3-
          <fpage>319</fpage>
          -24770-0_
          <fpage>33</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <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>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Gabryel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Nowicki</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Napoli</surname>
          </string-name>
          , E. Tramontana,
          <article-title>Can we process 2d images using artificial bee colony?</article-title>
          ,
          <source>in: Lecture Notes in Artificial Intelligence (Subseries of Lecture Notes in Computer Science)</source>
          , volume
          <volume>9119</volume>
          , Springer Verlag,
          <year>2015</year>
          , pp.
          <fpage>660</fpage>
          -
          <lpage>671</lpage>
          . doi:
          <volume>10</volume>
          .1007/ 978-3-
          <fpage>319</fpage>
          -19324-3_
          <fpage>59</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>M.</given-names>
            <surname>Woźniak</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Zielonka</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Sikora</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. J.</given-names>
            <surname>Piran</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Alamri</surname>
          </string-name>
          ,
          <article-title>6g-enabled iot home environment control using fuzzy rules</article-title>
          ,
          <source>IEEE Internet of Things Journal</source>
          <volume>8</volume>
          (
          <year>2020</year>
          )
          <fpage>5442</fpage>
          -
          <lpage>5452</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <given-names>S.</given-names>
            <surname>Russo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Illari</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Avanzato</surname>
          </string-name>
          ,
          <string-name>
            <surname>C.</surname>
          </string-name>
          <article-title>Napoli, Reducing the psychological burden of isolated oncological patients by means of decision trees</article-title>
          ,
          <source>in: CEUR Workshop Proceedings</source>
          , volume
          <volume>2768</volume>
          ,
          <string-name>
            <surname>CEUR-WS</surname>
          </string-name>
          ,
          <year>2020</year>
          , pp.
          <fpage>46</fpage>
          -
          <lpage>53</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <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>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Nowicki</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Napoli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Pappalardo</surname>
          </string-name>
          , E. Tramontana,
          <article-title>Novel approach toward medical signals classifier</article-title>
          , volume 2015-
          <article-title>September, Institute of Electrical and Electronics Engineers Inc</article-title>
          .,
          <year>2015</year>
          . doi:
          <volume>10</volume>
          .1109/IJCNN.
          <year>2015</year>
          .
          <volume>7280556</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <given-names>R.</given-names>
            <surname>Avanzato</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Beritelli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Russo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Russo</surname>
          </string-name>
          ,
          <string-name>
            <surname>M.</surname>
          </string-name>
          <article-title>Vaccaro, Yolov3-based mask and face recognition algorithm for individual protection applications</article-title>
          ,
          <source>in: CEUR Workshop Proceedings</source>
          , volume
          <volume>2768</volume>
          ,
          <string-name>
            <surname>CEURWS</surname>
          </string-name>
          ,
          <year>2020</year>
          , pp.
          <fpage>41</fpage>
          -
          <lpage>45</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <given-names>G.</given-names>
            <surname>Iannizzotto</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L. Lo</given-names>
            <surname>Bello</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Nucita</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G. M.</given-names>
            <surname>Grasso</surname>
          </string-name>
          ,
          <article-title>A vision and speech enabled, customizable, virtual assistant for smart environments</article-title>
          ,
          <source>in: 2018 11th International Conference on Human System Interaction (HSI)</source>
          , IEEE,
          <year>2018</year>
          , pp.
          <fpage>50</fpage>
          -
          <lpage>56</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>