<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"><title>UH Biocomputation Group - Mohammad Tayaraninajaran</title><link href="http://biocomputation.herts.ac.uk/" rel="alternate"/><link href="http://biocomputation.herts.ac.uk/feeds/authors/mohammad-tayaraninajaran.atom.xml" rel="self"/><id>http://biocomputation.herts.ac.uk/</id><updated>2024-11-19T12:41:37+00:00</updated><entry><title>An ensemble learning algorithm for optimization of spark ignition engine performance fuelled with methane/hydrogen blends</title><link href="http://biocomputation.herts.ac.uk/2024/11/19/an-ensemble-learning-algorithm-for-optimization-of-spark-ignition-engine-performance-fuelled-with-methanehydrogen-blends.html" rel="alternate"/><published>2024-11-19T12:41:37+00:00</published><updated>2024-11-19T12:41:37+00:00</updated><author><name>Mohammad Tayaraninajaran</name></author><id>tag:biocomputation.herts.ac.uk,2024-11-19:/2024/11/19/an-ensemble-learning-algorithm-for-optimization-of-spark-ignition-engine-performance-fuelled-with-methanehydrogen-blends.html</id><summary type="html">&lt;p class="first last"&gt;Mohammad Tayaraninajaran's Journal Club session where he will talk about &amp;quot;An ensemble learning algorithm for optimization of spark ignition engine performance fuelled with methane/hydrogen blends&amp;quot;.&lt;/p&gt;
</summary><content type="html">&lt;p&gt;On this week's Journal Club session, Mohammad Tayaraninajaran will talk about his paper &amp;quot;An ensemble learning algorithm for optimization of spark ignition engine performance fuelled with methane/hydrogen blends&amp;quot;.&lt;/p&gt;
&lt;hr class="docutils" /&gt;
&lt;p&gt;The increasing global demand for sustainable and cleaner transportation has led to
extensive research on alternative fuels for Internal Combustion (IC) engines. One
promising option is the utilization of methane/hydrogen blends in Spark-Ignition (SI)
engines due to their potential to reduce Green House Gas (GHG) emissions and improve
engine performance. However, the optimal operation of such an engine is challenging due to
the interdependence of multiple conflicting objectives, including Brake Mean Effective
Pressure (BMEP), Brake Specific Fuel Consumption (BSFC), and nitrogen oxide (NOx)
emissions. This paper proposes an evolutionary optimization algorithm that employs a
surrogate model as a fitness function to optimize methane/hydrogen SI engine performance
and emissions. To create the surrogate model, we propose a novel ensemble learning
algorithm that consists of several base learners. This paper employs ten different
learning algorithms diversified via the Wagging method to create a pool of base-learner
algorithms. This paper proposes a combinatorial evolutionary pruning algorithm to select
an optimal subset of learning algorithms from a pool of base learners for the final
ensemble algorithm. Once the base learners are designed, they are incorporated into an
ensemble, where their outputs are aggregated using a weighted voting scheme. The weights
of these base learners are optimized through a gradient descent algorithm. However, when
optimizing a problem using surrogate models, the fitness function is subject to
approximation uncertainty. To address this issue, this paper introduces an uncertainty
reduction algorithm that performs averaging within a sphere around each solution.
Experiments are performed to compare the proposed ensemble learning algorithm to the
classical learning algorithms and state-of-the-art ensemble algorithms. Also, the proposed
smoothing algorithm is compared with the state-of-the-art evolutionary algorithms.
Experimental studies suggest that the proposed algorithms outperform the existing
algorithms.&lt;/p&gt;
&lt;div class="line-block"&gt;
&lt;div class="line"&gt;&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;Papers:&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;M. Tayarani-N., A. Paykani, &lt;a class="reference external" href="https://doi.org/10.1016/j.asoc.2024.112468"&gt;&amp;quot;An ensemble learning algorithm for optimization of spark ignition engine performance fuelled with methane/hydrogen blends&amp;quot;&lt;/a&gt;, 2024, Applied Soft Computing, 112468&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Date:&lt;/strong&gt;  2024/11/22 &lt;br /&gt;
&lt;strong&gt;Time:&lt;/strong&gt; 14:00 &lt;br /&gt;
&lt;strong&gt;Location&lt;/strong&gt;: SP4024A &amp;amp; online&lt;/p&gt;
</content><category term="Seminars"/><category term="Ensemble learning"/><category term="Evolutionary algorithms"/><category term="Hydrogen"/><category term="Methane"/><category term="Spark ignition engine"/><category term="Surrogate model"/></entry><entry><title>A probabilistic meta-heuristic optimisation algorithm for image multi-level thresholding</title><link href="http://biocomputation.herts.ac.uk/2024/01/22/a-probabilistic-meta-heuristic-optimisation-algorithm-for-image-multi-level-thresholding.html" rel="alternate"/><published>2024-01-22T14:06:02+00:00</published><updated>2024-01-22T14:06:02+00:00</updated><author><name>Mohammad Tayaraninajaran</name></author><id>tag:biocomputation.herts.ac.uk,2024-01-22:/2024/01/22/a-probabilistic-meta-heuristic-optimisation-algorithm-for-image-multi-level-thresholding.html</id><summary type="html">&lt;p class="first last"&gt;Mohammad Tayaraninajaran's Journal Club session where he will talk about his paper &amp;quot;A probabilistic meta-heuristic optimisation algorithm for image multi-level thresholding&amp;quot;.&lt;/p&gt;
</summary><content type="html">&lt;p&gt;On this week's Journal Club session, Mohammad Tayaraninajaran will talk about his paper &amp;quot;A probabilistic meta-heuristic optimisation algorithm for image multi-level thresholding&amp;quot;.&lt;/p&gt;
&lt;hr class="docutils" /&gt;
&lt;p&gt;The spread of the Severe Acute Respiratory Syndrome CoronaVirus 2 (SARS-CoV-2) which
causes CoronaVirus Disease 2019 (COVID-19) has challenged many countries. To curb the
effect of the pandemic requires the development of low-cost and rapid tools for detecting
and diagnosing the patients. In this regard, chest X-ray scan images provide a reliable
way of detecting the patients. One limitation, however, is the need for experts to analyse
the images and identify the cases which can be a burden, when a large number of images are
to be processed. The aim of this paper is to propose a method to extract rapidly, from the
X-ray images, the regions in which there exist indications of COVID-19 infection. To
identify the regions, image segmentation is required which is performed in this paper with
a novel optimization algorithm. The proposed optimization algorithm uses probabilistic
representation for the solutions. To improve the optimization process, we propose a
diversity preserving operator. For multi-level image thresholding via optimization
algorithms, different fitness functions have been proposed in the literature. In the
proposed method in this paper, we use three fitness functions to benefit from the
advantages of all. A fitness swapping scheme is proposed which swaps between the fitness
functions in the optimization process. Also, a diversity preserving operator is proposed
in this paper which compares the individuals and reinitializes the similar ones to inject
diversity in the population. The proposed algorithm is tested on a number of COVID-19
benchmark images and experimental analysis suggest better performance for the proposed
algorithm.&lt;/p&gt;
&lt;div class="line-block"&gt;
&lt;div class="line"&gt;&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;Papers:&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;M. Najaran, &lt;a class="reference external" href="https://doi.org/10.1007/s10710-023-09460-4"&gt;&amp;quot;A probabilistic meta-heuristic optimisation algorithm for image multi-level thresholding&amp;quot;&lt;/a&gt;, 2023, Genetic Programming and Evolvable Machines, 24, 14&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Date:&lt;/strong&gt;  2024/01/26 &lt;br /&gt;
&lt;strong&gt;Time:&lt;/strong&gt; 14:00 &lt;br /&gt;
&lt;strong&gt;Location&lt;/strong&gt;: C258 &amp;amp; online&lt;/p&gt;
</content><category term="Seminars"/><category term="COVID-19"/><category term="Evolutionary algorithms"/><category term="Image segmentation"/><category term="Image thresholding"/><category term="Optimizatio"/></entry></feed>