Page 154 - 2023-Vol19-Issue2
P. 154

150 |                                                            Mohammed, Oraibi & Hussain

       Fig. 2. Proposed EL-based CBIR system

C. Xception Model                                                convolutions filter the inputs and combine them into a new set
It is the Inception architecture in a more developed form. A     of outputs in one step. The depth wise separable convolution
linear stack of depth-wise separable convolution layers with     separates this into two layers: one for mixing and filtering,
lingering connections is what it is, according to [34]. These    and another layer [35].
layers aid in lowering the need for memory and the expense of
computing. The 14 modules of the 36 convolutional layers that    E. Ensemble Hard Voting (HV) Model
make up Xception all feature linear residual connections, with   An example of a voting algorithm is a meta-classifier that
the exception of the first and final modules. By dividing the    assembles similar or conceptually different ML classifiers for
separable convolution in Xception, space-wise and channel-       prediction via voting. It serves as a container for a collection
wise features are learned.                                       of several classifiers that have been simultaneously trained
                                                                 and assessed to take use of the unique characteristics of each
D. MobileNet Model                                               method. A voting method with less overfitting and less in
The core of the MobileNet model is depth wise separable con-     accuracy is HV, which is the simplest instance. According to
volutions, which factorize a standard convolution into a depth   the variation classifiers, HV will be the most common class la-
wise convolution and an additional convolution known as a        bel [36]. On several image datasets, an HV meta-classifier has
pointwise convolution. Each input channel is subjected to a      been used for the final classification stage. The Xception, In-
single filter during the depth wise convolution for MobileNets.  ception, and MobileNet supervised learning algorithms were
The pointwise convolution employing an 11 convolution then       used to create the HV meta-classifier. To increase forecast
combines the results of the depth wise convolution. Standard     accuracy, ensemble voting may be crucial.
   149   150   151   152   153   154   155   156   157   158   159