genetic algorithm

遗传算法
  • 文章类型: Journal Article
    特征选择(FS)是许多基于数据科学的应用程序中的关键步骤,尤其是在文本分类中,因为它包括从原始特征集中选择相关和重要的特征。这个过程可以提高学习的准确性,简化学习时间,简化结果。在文本分类中,通常有许多过多的和不相关的特征会影响应用分类器的性能,已经提出了各种技术来解决这个问题,分为传统技术和元启发式(MH)技术。为了发现特征的最佳子集,FS流程需要搜索策略,MH技术使用各种策略在勘探和开发之间取得平衡。本文的目标是系统分析2015年至2022年间用于FS的MH技术,重点关注来自三个不同数据库的108项主要研究,如Scopus,科学直接,和谷歌学者来确定所使用的技术,以及他们的长处和短处。研究结果表明,MH技术是有效的,优于传统技术,具有进一步探索MH技术的潜力,例如RingedSealSearch(RSS),以改善多种应用中的FS。
    Feature selection (FS) is a critical step in many data science-based applications, especially in text classification, as it includes selecting relevant and important features from an original feature set. This process can improve learning accuracy, streamline learning duration, and simplify outcomes. In text classification, there are often many excessive and unrelated features that impact performance of the applied classifiers, and various techniques have been suggested to tackle this problem, categorized as traditional techniques and meta-heuristic (MH) techniques. In order to discover the optimal subset of features, FS processes require a search strategy, and MH techniques use various strategies to strike a balance between exploration and exploitation. The goal of this research article is to systematically analyze the MH techniques used for FS between 2015 and 2022, focusing on 108 primary studies from three different databases such as Scopus, Science Direct, and Google Scholar to identify the techniques used, as well as their strengths and weaknesses. The findings indicate that MH techniques are efficient and outperform traditional techniques, with the potential for further exploration of MH techniques such as Ringed Seal Search (RSS) to improve FS in several applications.
    导出

    更多引用

    收藏

    翻译标题摘要

    我要上传

       PDF(Pubmed)

  • 文章类型: Journal Article
    用于磁共振成像(MRI)应用的射频(RF)线圈用于生成RF场以激发样品中的原子核(发射线圈)并且拾取由原子核发射的RF信号(接收线圈)。为了优化图像质量,RF线圈的性能必须最大化。特别是,发射线圈必须提供均匀的射频磁场,而接收线圈必须提供最高的信噪比(SNR)。因此,必须特别注意线圈模拟和设计阶段,这可以用不同的计算机模拟技术来执行。主要用于工程和科学的许多领域,机器学习(ML)是线圈仿真和设计的不同新兴策略中的一种有前途的方法。从ML算法在MRI中的应用和RF线圈性能参数的简短描述开始,这篇叙述性综述描述了这些技术在MRI射频线圈模拟和设计中的应用,通过包括深度学习(DL)和基于ML的算法来解决电磁问题。
    Radiofrequency (RF) coils for magnetic resonance imaging (MRI) applications serve to generate RF fields to excite the nuclei in the sample (transmit coil) and to pick up the RF signals emitted by the nuclei (receive coil). For the purpose of optimizing the image quality, the performance of RF coils has to be maximized. In particular, the transmit coil has to provide a homogeneous RF magnetic field, while the receive coil has to provide the highest signal-to-noise ratio (SNR). Thus, particular attention must be paid to the coil simulation and design phases, which can be performed with different computer simulation techniques. Being largely used in many sectors of engineering and sciences, machine learning (ML) is a promising method among the different emerging strategies for coil simulation and design. Starting from the applications of ML algorithms in MRI and a short description of the RF coil\'s performance parameters, this narrative review describes the applications of such techniques for the simulation and design of RF coils for MRI, by including deep learning (DL) and ML-based algorithms for solving electromagnetic problems.
    导出

    更多引用

    收藏

    翻译标题摘要

    我要上传

       PDF(Pubmed)

  • 文章类型: Journal Article
    本文回顾了模糊c均值聚类(FCM)的潜在用途,并探讨了对距离函数和质心初始化方法的修改以增强图像分割。本文中感兴趣的应用是乳房X线照片中乳腺肿瘤的分割。乳腺癌是加拿大女性癌症死亡的第二大原因。早期检测可降低治疗成本,并为患者提供良好的预后。经典方法,比如乳房X线照片,依靠放射科医生来检测癌症肿瘤,这引入了癌症检测中人为错误的可能性。经典方法是劳动密集型的,and,因此,昂贵的医疗资源。最近的研究补充了自动乳房X线照片分析的经典方法。基本的FCM方法依赖于欧几里得距离,这对于测量非球形结构不是最佳的。为了解决这些限制,我们回顾了基于马氏距离的FCM(FCM-M)的实施。本文的三个目标是:(1)审查FCM,FCM-M,和文献中的三种质心初始化算法,(2)说明了这些算法在图像分割中的有效性,和(3)开发一个Python包,使用优化的算法上传到GitHub。对算法的图像分析表明,使用三种质心初始化算法之一可以提高FCM的性能。与基本FCM相比,FCM-M产生了更高的聚类精度,并更好地概述了肿瘤结构。
    This paper reviews the potential use of fuzzy c-means clustering (FCM) and explores modifications to the distance function and centroid initialization methods to enhance image segmentation. The application of interest in the paper is the segmentation of breast tumours in mammograms. Breast cancer is the second leading cause of cancer deaths in Canadian women. Early detection reduces treatment costs and offers a favourable prognosis for patients. Classical methods, like mammograms, rely on radiologists to detect cancerous tumours, which introduces the potential for human error in cancer detection. Classical methods are labour-intensive, and, hence, expensive in terms of healthcare resources. Recent research supplements classical methods with automated mammogram analysis. The basic FCM method relies upon the Euclidean distance, which is not optimal for measuring non-spherical structures. To address these limitations, we review the implementation of a Mahalanobis-distance-based FCM (FCM-M). The three objectives of the paper are: (1) review FCM, FCM-M, and three centroid initialization algorithms in the literature, (2) illustrate the effectiveness of these algorithms in image segmentation, and (3) develop a Python package with the optimized algorithms to upload onto GitHub. Image analysis of the algorithms shows that using one of the three centroid initialization algorithms enhances the performance of FCM. FCM-M produced higher clustering accuracy and outlined the tumour structure better than basic FCM.
    导出

    更多引用

    收藏

    翻译标题摘要

    我要上传

       PDF(Pubmed)

  • 文章类型: Journal Article
    In this paper, the analysis of recent advances in genetic algorithms is discussed. The genetic algorithms of great interest in research community are selected for analysis. This review will help the new and demanding researchers to provide the wider vision of genetic algorithms. The well-known algorithms and their implementation are presented with their pros and cons. The genetic operators and their usages are discussed with the aim of facilitating new researchers. The different research domains involved in genetic algorithms are covered. The future research directions in the area of genetic operators, fitness function and hybrid algorithms are discussed. This structured review will be helpful for research and graduate teaching.
    导出

    更多引用

    收藏

    翻译标题摘要

    我要上传

       PDF(Sci-hub)

       PDF(Pubmed)

  • 文章类型: Journal Article
    OBJECTIVE: To review the applications and production studies of reported antileukemic drug L-glutaminase under Solid-state Fermentation (SSF).
    BACKGROUND: An amidohydrolase that gained economic importance because of its wide range of applications in the pharmaceutical industry, as well as the food industry, is L-glutaminase. The medical applications utilized it as an anti-tumor agent as well as an antiretroviral agent. L-glutaminase is employed in the food industry as an acrylamide degradation agent, as a flavor enhancer and for the synthesis of theanine. Another application includes its use in hybridoma technology as a biosensing agent. Because of its diverse applications, scientists are now focusing on enhancing the production and optimization of L-glutaminase from various sources by both Solid-state Fermentation (SSF) and submerged fermentation studies. Of both types of fermentation processes, SSF has gained importance because of its minimal cost and energy requirement. L-glutaminase can be produced by SSF from both bacteria and fungi. Single-factor studies, as well as multi-level optimization studies, were employed to enhance L-glutaminase production. It was concluded that L-glutaminase activity achieved by SSF was 1690 U/g using wheat bran and Bengal gram husk by applying feed-forward artificial neural network and genetic algorithm. The highest L-glutaminase activity achieved under SSF was 3300 U/gds from Bacillus sp., by mixture design. Purification and kinetics studies were also reported to find the molecular weight as well as the stability of L-glutaminase.
    CONCLUSIONS: The current review is focused on the production of L-glutaminase by SSF from both bacteria and fungi. It was concluded from reported literature that optimization studies enhanced L-glutaminase production. Researchers have also confirmed antileukemic and anti-tumor properties of the purified L-glutaminase on various cell lines.
    导出

    更多引用

    收藏

    翻译标题摘要

    我要上传

    求助全文

  • 文章类型: Journal Article
    Water pollution occurs mainly due to inorganic and organic pollutants, such as nutrients, heavy metals and persistent organic pollutants. For the modeling and optimization of pollutants removal, artificial intelligence (AI) has been used as a major tool in the experimental design that can generate the optimal operational variables, since AI has recently gained a tremendous advance. The present review describes the fundamentals, advantages and limitations of AI tools. Artificial neural networks (ANNs) are the AI tools frequently adopted to predict the pollutants removal processes because of their capabilities of self-learning and self-adapting, while genetic algorithm (GA) and particle swarm optimization (PSO) are also useful AI methodologies in efficient search for the global optima. This article summarizes the modeling and optimization of pollutants removal processes in water treatment by using multilayer perception, fuzzy neural, radial basis function and self-organizing map networks. Furthermore, the results conclude that the hybrid models of ANNs with GA and PSO can be successfully applied in water treatment with satisfactory accuracies. Finally, the limitations of current AI tools and their new developments are also highlighted for prospective applications in the environmental protection.
    导出

    更多引用

    收藏

    翻译标题摘要

    我要上传

    求助全文

  • 文章类型: Journal Article
    Sequence alignment is an active research area in the field of bioinformatics. It is also a crucial task as it guides many other tasks like phylogenetic analysis, function, and/or structure prediction of biological macromolecules like DNA, RNA, and Protein. Proteins are the building blocks of every living organism. Although protein alignment problem has been studied for several decades, unfortunately, every available method produces alignment results differently for a single alignment problem. Multiple sequence alignment is characterized as a very high computational complex problem. Many stochastic methods, therefore, are considered for improving the accuracy of alignment. Among them, many researchers frequently use Genetic Algorithm. In this study, we have shown different types of the method applied in alignment and the recent trends in the multiobjective genetic algorithm for solving multiple sequence alignment. Many recent studies have demonstrated considerable progress in finding the alignment accuracy.
    导出

    更多引用

    收藏

    翻译标题摘要

    我要上传

       PDF(Sci-hub)

  • 文章类型: Journal Article
    Optimization of production medium is required to maximize the metabolite yield. This can be achieved by using a wide range of techniques from classical \"one-factor-at-a-time\" to modern statistical and mathematical techniques, viz. artificial neural network (ANN), genetic algorithm (GA) etc. Every technique comes with its own advantages and disadvantages, and despite drawbacks some techniques are applied to obtain best results. Use of various optimization techniques in combination also provides the desirable results. In this article an attempt has been made to review the currently used media optimization techniques applied during fermentation process of metabolite production. Comparative analysis of the merits and demerits of various conventional as well as modern optimization techniques have been done and logical selection basis for the designing of fermentation medium has been given in the present review. Overall, this review will provide the rationale for the selection of suitable optimization technique for media designing employed during the fermentation process of metabolite production.
    导出

    更多引用

    收藏

    翻译标题摘要

    我要上传

       PDF(Sci-hub)

  • 文章类型: Review
    Finding non-coding RNA (ncRNA) genes has emerged over the past few years as a cutting-edge trend in bioinformatics. There are numerous computational intelligence (CI) challenges in the annotation and interpretation of ncRNAs because it requires a domain-related expert knowledge in CI techniques. Moreover, there are many classes predicted yet not experimentally verified by researchers. Recently, researchers have applied many CI methods to predict the classes of ncRNAs. However, the diverse CI approaches lack a definitive classification framework to take advantage of past studies. A few review papers have attempted to summarize CI approaches, but focused on the particular methodological viewpoints. Accordingly, in this article, we summarize in greater detail than previously available, the CI techniques for finding ncRNAs genes. We differentiate from the existing bodies of research and discuss concisely the technical merits of various techniques. Lastly, we review the limitations of ncRNA gene-finding CI methods with a point-of-view towards the development of new computational tools.
    导出

    更多引用

    收藏

    翻译标题摘要

    我要上传

       PDF(Sci-hub)

公众号