首页 > 最新文献

International Journal of Computational Intelligence and Applications最新文献

英文 中文
Wholesale Food Price Index Forecasts with the Neural Network 基于神经网络的食品批发价格指数预测
IF 1.8 Q4 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2023-08-08 DOI: 10.1142/s1469026823500244
Xiaojie Xu, Yun Zhang
Food price forecasts in the agricultural sector have always been a vital matter to a wide variety of market participants. In this work, we approach this forecast problem for the weekly wholesale food price index in the Chinese market during a 10-year period of January 1, 2010–January 3, 2020. To facilitate the analysis, we propose the use of the nonlinear auto-regressive neural network. Technically, we investigate forecast performance, based upon the relative root mean square error (RRMSE) as the evaluation metrics, corresponding to one hundred and twenty settings that cover different algorithms for model estimations, numbers of hidden neurons and delays, and ratios for splitting the data. Our experimental result suggests the construction of the neural network with three delays and 10 hidden neurons, which is trained through the Levenberg–Marquardt algorithm, as the forecast model. It leads to high accuracy and stabilities with the RRMSEs of 1.93% for the training phase, 2.16% for the validation phase, and 1.95% for the testing phase. Comparisons of forecast accuracy between the proposed model and some other machine learning models, as well as traditional time-series econometric models, suggest that our proposed model leads to statistically significant better performance. Our results could benefit different forecast users, such as policymakers and various market participants, in policy analysis and market assessments.
农业部门的粮食价格预测一直是各种市场参与者的重要事项。在这项工作中,我们研究了2010年1月1日至2020年1月3日这10年期间中国市场每周食品批发价格指数的预测问题。为了便于分析,我们建议使用非线性自回归神经网络。从技术上讲,我们基于相对均方根误差(RRMSE)作为评估指标来研究预测性能,对应于120个设置,这些设置涵盖了模型估计的不同算法、隐藏神经元和延迟的数量以及数据分割的比率。我们的实验结果表明,构建了具有三个延迟和10个隐藏神经元的神经网络,通过Levenberg–Marquardt算法进行训练,作为预测模型。它具有较高的准确性和稳定性,训练阶段的RRMSE为1.93%,验证阶段为2.16%,测试阶段为1.95%。将所提出的模型与其他一些机器学习模型以及传统的时间序列计量经济模型之间的预测精度进行比较,表明我们提出的模型在统计上显著提高了性能。我们的结果可以在政策分析和市场评估中惠及不同的预测用户,如决策者和各种市场参与者。
{"title":"Wholesale Food Price Index Forecasts with the Neural Network","authors":"Xiaojie Xu, Yun Zhang","doi":"10.1142/s1469026823500244","DOIUrl":"https://doi.org/10.1142/s1469026823500244","url":null,"abstract":"Food price forecasts in the agricultural sector have always been a vital matter to a wide variety of market participants. In this work, we approach this forecast problem for the weekly wholesale food price index in the Chinese market during a 10-year period of January 1, 2010–January 3, 2020. To facilitate the analysis, we propose the use of the nonlinear auto-regressive neural network. Technically, we investigate forecast performance, based upon the relative root mean square error (RRMSE) as the evaluation metrics, corresponding to one hundred and twenty settings that cover different algorithms for model estimations, numbers of hidden neurons and delays, and ratios for splitting the data. Our experimental result suggests the construction of the neural network with three delays and 10 hidden neurons, which is trained through the Levenberg–Marquardt algorithm, as the forecast model. It leads to high accuracy and stabilities with the RRMSEs of 1.93% for the training phase, 2.16% for the validation phase, and 1.95% for the testing phase. Comparisons of forecast accuracy between the proposed model and some other machine learning models, as well as traditional time-series econometric models, suggest that our proposed model leads to statistically significant better performance. Our results could benefit different forecast users, such as policymakers and various market participants, in policy analysis and market assessments.","PeriodicalId":45994,"journal":{"name":"International Journal of Computational Intelligence and Applications","volume":" ","pages":""},"PeriodicalIF":1.8,"publicationDate":"2023-08-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"44867824","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 2
An Efficient PSO-Based Algorithm for Finding Maximal Exact Match in Large DNA Sequences 基于粒子群算法的大DNA序列最大精确匹配算法
IF 1.8 Q4 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2023-07-13 DOI: 10.1142/s1469026823500220
Mohamed Skander Daas, Billel Kenidra, Hamza Bouanaka, S. Chikhi
With the appearance of complete mammalian genomes, comparative approaches have experienced a recent upsurge. Searching maximal exact match is among the most used tasks in sequence searching within a larger DNA sequence or database. Many exact algorithms have been designed to deal with this problem. The best improvements made by these algorithms have led to a time and space complexity of O(n) and they remain practically less effective for large sequences. Heuristic methods will therefore be a good alternative to implement. In this work, we present an efficient heuristic algorithm based on PSO metaheuristic to deal with the problem of searching the maximal exact match of small searched sequences in large ones. The time and space complexity of the designed algorithm is of O(1). The experimental results showed the efficiency of the proposed search algorithm for finding maximal exact match in large sequences when compared with two other sequence searching algorithms.
随着完整哺乳动物基因组的出现,比较方法最近出现了热潮。在较大的DNA序列或数据库中搜索最大精确匹配是序列搜索中最常用的任务之一。已经设计了许多精确的算法来处理这个问题。这些算法所做的最佳改进导致了O(n)的时间和空间复杂性,并且它们对于大序列实际上仍然不那么有效。因此,启发式方法将是一个很好的实施替代方案。在这项工作中,我们提出了一种基于PSO元启发式的高效启发式算法来处理在大搜索序列中搜索小搜索序列的最大精确匹配问题。所设计算法的时间和空间复杂度为O(1)。实验结果表明,与其他两种序列搜索算法相比,所提出的搜索算法在大序列中寻找最大精确匹配的效率较高。
{"title":"An Efficient PSO-Based Algorithm for Finding Maximal Exact Match in Large DNA Sequences","authors":"Mohamed Skander Daas, Billel Kenidra, Hamza Bouanaka, S. Chikhi","doi":"10.1142/s1469026823500220","DOIUrl":"https://doi.org/10.1142/s1469026823500220","url":null,"abstract":"With the appearance of complete mammalian genomes, comparative approaches have experienced a recent upsurge. Searching maximal exact match is among the most used tasks in sequence searching within a larger DNA sequence or database. Many exact algorithms have been designed to deal with this problem. The best improvements made by these algorithms have led to a time and space complexity of O(n) and they remain practically less effective for large sequences. Heuristic methods will therefore be a good alternative to implement. In this work, we present an efficient heuristic algorithm based on PSO metaheuristic to deal with the problem of searching the maximal exact match of small searched sequences in large ones. The time and space complexity of the designed algorithm is of O(1). The experimental results showed the efficiency of the proposed search algorithm for finding maximal exact match in large sequences when compared with two other sequence searching algorithms.","PeriodicalId":45994,"journal":{"name":"International Journal of Computational Intelligence and Applications","volume":"1 1","pages":""},"PeriodicalIF":1.8,"publicationDate":"2023-07-13","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"43316522","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Research on Lightweight Few-Shot Learning Algorithm Based on Convolutional Block Attention Mechanism 基于卷积块注意机制的轻量级少镜头学习算法研究
IF 1.8 Q4 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2023-04-11 DOI: 10.1142/s1469026823500207
Pang Qi, Yu Yanan, Haile Haftom Berihu
Few-shot learning can solve new learning tasks in the condition of fewer samples. However, currently, the few-shot learning algorithms mostly use the ResNet as a backbone, which leads to a large number of model parameters. To deal with the problem, a lightweight backbone named DenseAttentionNet which is based on the Convolutional Block Attention Mechanism is proposed by comparing the parameter amount and the accuracy of few-shot classification with ResNet-12. Then, based on the DenseAttentionNet, a few-shot learning algorithm called Meta-DenseAttention is presented to balance the model parameters and the classification effect. The dense connection and attention mechanism are combined to meet the requirements of fewer parameters and to achieve a good classification effect for the first time. The experimental results show that the DenseAttentionNet, not only reduces the number of parameters by 55% but also outperforms other classic backbones in the classification effect compared with the ResNet-12 benchmark. In addition, Meta-DenseAttention has an accuracy of 56.57% (5way-1shot) and 72.73% (5way-5shot) on the miniImageNet, although the number of parameters is only 3.6[Formula: see text]M. The experimental results also show that the few-shot learning algorithm proposed in this paper not only guarantees classification accuracy but also has the characteristics of lightweight.
Few-shot学习可以在样本较少的情况下解决新的学习任务。然而,目前的few-shot学习算法大多使用ResNet作为主干,导致模型参数大量。为了解决这一问题,通过与ResNet-12比较少镜头分类的参数数量和准确率,提出了一种基于卷积块注意机制的轻量级骨干网络DenseAttentionNet。然后,在DenseAttentionNet的基础上,提出了一种称为Meta-DenseAttention的少镜头学习算法来平衡模型参数和分类效果。将密集连接与注意机制相结合,满足了参数较少的要求,首次实现了较好的分类效果。实验结果表明,与ResNet-12基准相比,DenseAttentionNet不仅减少了55%的参数数量,而且在分类效果上优于其他经典骨干网。此外,Meta-DenseAttention在miniImageNet上的准确率为56.57% (5way-1shot)和72.73% (5way-5shot),尽管参数数量只有3.6个[公式:见文]M。实验结果还表明,本文提出的少镜头学习算法在保证分类精度的同时,还具有轻量化的特点。
{"title":"Research on Lightweight Few-Shot Learning Algorithm Based on Convolutional Block Attention Mechanism","authors":"Pang Qi, Yu Yanan, Haile Haftom Berihu","doi":"10.1142/s1469026823500207","DOIUrl":"https://doi.org/10.1142/s1469026823500207","url":null,"abstract":"Few-shot learning can solve new learning tasks in the condition of fewer samples. However, currently, the few-shot learning algorithms mostly use the ResNet as a backbone, which leads to a large number of model parameters. To deal with the problem, a lightweight backbone named DenseAttentionNet which is based on the Convolutional Block Attention Mechanism is proposed by comparing the parameter amount and the accuracy of few-shot classification with ResNet-12. Then, based on the DenseAttentionNet, a few-shot learning algorithm called Meta-DenseAttention is presented to balance the model parameters and the classification effect. The dense connection and attention mechanism are combined to meet the requirements of fewer parameters and to achieve a good classification effect for the first time. The experimental results show that the DenseAttentionNet, not only reduces the number of parameters by 55% but also outperforms other classic backbones in the classification effect compared with the ResNet-12 benchmark. In addition, Meta-DenseAttention has an accuracy of 56.57% (5way-1shot) and 72.73% (5way-5shot) on the miniImageNet, although the number of parameters is only 3.6[Formula: see text]M. The experimental results also show that the few-shot learning algorithm proposed in this paper not only guarantees classification accuracy but also has the characteristics of lightweight.","PeriodicalId":45994,"journal":{"name":"International Journal of Computational Intelligence and Applications","volume":" ","pages":""},"PeriodicalIF":1.8,"publicationDate":"2023-04-11","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"48160658","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A Deep Learning Algorithm for Evaluating the Quality of English Teaching 英语教学质量评价的深度学习算法
IF 1.8 Q4 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2023-04-06 DOI: 10.1142/s1469026823500116
Universities play a huge role in the cultivation of talents. Especially in the context of internationalization, the teaching of English as a common language is becoming more and more important. This paper introduced the traditional methods for evaluating the quality of English teaching, established a deep learning algorithm for evaluating the quality of English teaching with the evaluation indicators of the traditional methods combined with the convolutional neural network (CNN) algorithm, conducted simulation experiments on the CNN algorithm, and compared it with the support vector machine (SVM) algorithm. The results showed that the scores obtained by the CNN algorithm had some errors with the actual scores but were much lower than the scores obtained by the SVM algorithm, and the CNN algorithm consumed a shorter time in computing. This paper used the CNN algorithm combined with evaluation indexes constructed by the analytic hierarchy process (AHP) method to evaluate the quality of English teaching and verified the effectiveness of the CNN algorithm through a comparison with the SVM algorithm, which provides an effective reference for intelligent evaluation of English teaching quality.
大学在培养人才方面发挥着巨大的作用。特别是在国际化的背景下,英语作为通用语言的教学变得越来越重要。本文介绍了传统的英语教学质量评价方法,以传统方法的评价指标与卷积神经网络(CNN)算法相结合,建立了用于英语教学质量评价的深度学习算法,并对CNN算法进行了仿真实验,并与支持向量机(SVM)算法进行了比较。结果表明,CNN算法得到的分数与实际分数有一定误差,但远低于SVM算法得到的分数,并且CNN算法的计算时间更短。本文采用CNN算法结合层次分析法(AHP)构建的评价指标对英语教学质量进行评价,并通过与SVM算法的对比验证了CNN算法的有效性,为英语教学质量的智能评价提供了有效参考。
{"title":"A Deep Learning Algorithm for Evaluating the Quality of English Teaching","authors":"","doi":"10.1142/s1469026823500116","DOIUrl":"https://doi.org/10.1142/s1469026823500116","url":null,"abstract":"Universities play a huge role in the cultivation of talents. Especially in the context of internationalization, the teaching of English as a common language is becoming more and more important. This paper introduced the traditional methods for evaluating the quality of English teaching, established a deep learning algorithm for evaluating the quality of English teaching with the evaluation indicators of the traditional methods combined with the convolutional neural network (CNN) algorithm, conducted simulation experiments on the CNN algorithm, and compared it with the support vector machine (SVM) algorithm. The results showed that the scores obtained by the CNN algorithm had some errors with the actual scores but were much lower than the scores obtained by the SVM algorithm, and the CNN algorithm consumed a shorter time in computing. This paper used the CNN algorithm combined with evaluation indexes constructed by the analytic hierarchy process (AHP) method to evaluate the quality of English teaching and verified the effectiveness of the CNN algorithm through a comparison with the SVM algorithm, which provides an effective reference for intelligent evaluation of English teaching quality.","PeriodicalId":45994,"journal":{"name":"International Journal of Computational Intelligence and Applications","volume":" ","pages":""},"PeriodicalIF":1.8,"publicationDate":"2023-04-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"43927091","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
Music Feature Recognition and Classification Using a Deep Learning Algorithm 基于深度学习算法的音乐特征识别与分类
IF 1.8 Q4 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2023-04-06 DOI: 10.1142/s1469026823500128
This paper studied music feature recognition and classification. First, the common signal features were analyzed, and the signal pre-processing method was introduced. Then, the Mel–Phon coefficient (MPC) was proposed as a feature for subsequent recognition and classification. The deep belief network (DBN) model was applied and improved by the gray wolf optimization (GWO) algorithm to get the GWO–DBN model. The experiments were conducted on GTZAN and free music archive (FMA) datasets. It was found that the best hidden-layer structure of DBN was 1440-960-480-300. Compared with machine learning methods such as decision trees, the DBN model had better classification performance in recognizing and classifying music types. The classification accuracy of the GWO–DBN model reached 75.67%. The experimental results demonstrate the reliability of the GWO–DBN model. The GWO–DBN model can be further promoted and applied in actual music research.
本文对音乐特征识别与分类进行了研究。首先,分析了常见的信号特征,介绍了信号预处理方法。然后,提出了Mel–Phon系数(MPC)作为后续识别和分类的特征。应用深度信任网络(DBN)模型,并通过灰狼优化(GWO)算法进行改进,得到GWO–DBN模型。实验在GTZAN和免费音乐档案(FMA)数据集上进行。发现DBN的最佳隐层结构为1440-960-480-300。与决策树等机器学习方法相比,DBN模型在识别和分类音乐类型方面具有更好的分类性能。GWO–DBN模型的分类准确率达到75.67%。实验结果证明了GWO–DBN模型的可靠性。GWO–DBN模型可以在实际音乐研究中得到进一步的推广和应用。
{"title":"Music Feature Recognition and Classification Using a Deep Learning Algorithm","authors":"","doi":"10.1142/s1469026823500128","DOIUrl":"https://doi.org/10.1142/s1469026823500128","url":null,"abstract":"This paper studied music feature recognition and classification. First, the common signal features were analyzed, and the signal pre-processing method was introduced. Then, the Mel–Phon coefficient (MPC) was proposed as a feature for subsequent recognition and classification. The deep belief network (DBN) model was applied and improved by the gray wolf optimization (GWO) algorithm to get the GWO–DBN model. The experiments were conducted on GTZAN and free music archive (FMA) datasets. It was found that the best hidden-layer structure of DBN was 1440-960-480-300. Compared with machine learning methods such as decision trees, the DBN model had better classification performance in recognizing and classifying music types. The classification accuracy of the GWO–DBN model reached 75.67%. The experimental results demonstrate the reliability of the GWO–DBN model. The GWO–DBN model can be further promoted and applied in actual music research.","PeriodicalId":45994,"journal":{"name":"International Journal of Computational Intelligence and Applications","volume":" ","pages":""},"PeriodicalIF":1.8,"publicationDate":"2023-04-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"49391897","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Pre-Trained Language Model-Based Deep Learning for Sentiment Classification of Vietnamese Feedback 基于预训练语言模型的越南语反馈情感分类深度学习
IF 1.8 Q4 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2023-04-05 DOI: 10.1142/s1469026823500165
Cu Vinh Loc, Truong Xuan Viet, Tran Hoang Viet, Le Hoang Thao, Nguyen Hoang Viet
In recent years, with the strong and outstanding development of the Internet, the need to refer to the feedback of previous customers when shopping online is increasing. Therefore, websites are developed to allow users to share experiences, reviews, comments and feedback about the services and products of businesses and organizations. The organizations also collect user feedback about their products and services to give better directions. However, with a large amount of user feedback about certain services and products, it is difficult for users, businesses, and organizations to pay attention to them all. Thus, an automatic system is necessary to analyze the sentiment of a customer feedback. Recently, the well-known pre-trained language models for Vietnamese (PhoBERT) achieved high performance in comparison with other approaches. However, this method may not focus on the local information in the text like phrases or fragments. In this paper, we propose a Convolutional Neural Network (CNN) model based on PhoBERT for sentiment classification. The output of contextualized embeddings of the PhoBERT’s last four layers is fed into the CNN. This makes the network capable of obtaining more local information from the sentiment. Besides, the PhoBERT output is also given to the transformer encoder layers in order to employ the self-attention technique, and this also makes the model more focused on the important information of the sentiment segments. The experimental results demonstrate that the proposed approach gives competitive performance compared to the existing studies on three public datasets with the opinions of Vietnamese people.
近年来,随着互联网的强劲和卓越发展,在网上购物时参考以前顾客的反馈的需求越来越大。因此,开发网站是为了让用户分享对企业和组织的服务和产品的体验、评论、评论和反馈。这些组织还收集用户对其产品和服务的反馈,以提供更好的指导。然而,随着用户对某些服务和产品的大量反馈,用户、企业和组织很难全部关注它们。因此,需要一个自动系统来分析客户反馈的情绪。最近,与其他方法相比,众所周知的越南语预训练语言模型(PhoBERT)获得了高性能。然而,这种方法可能不会像短语或片段那样关注文本中的局部信息。在本文中,我们提出了一个基于PhoBERT的卷积神经网络(CNN)模型来进行情绪分类。PhoBERT最后四层的上下文嵌入的输出被馈送到CNN。这使得网络能够从情绪中获得更多的本地信息。此外,为了采用自注意技术,PhoBERT输出也被提供给变换编码器层,这也使模型更加关注情感片段的重要信息。实验结果表明,与现有的在越南人民意见的三个公共数据集上的研究相比,所提出的方法具有竞争力。
{"title":"Pre-Trained Language Model-Based Deep Learning for Sentiment Classification of Vietnamese Feedback","authors":"Cu Vinh Loc, Truong Xuan Viet, Tran Hoang Viet, Le Hoang Thao, Nguyen Hoang Viet","doi":"10.1142/s1469026823500165","DOIUrl":"https://doi.org/10.1142/s1469026823500165","url":null,"abstract":"In recent years, with the strong and outstanding development of the Internet, the need to refer to the feedback of previous customers when shopping online is increasing. Therefore, websites are developed to allow users to share experiences, reviews, comments and feedback about the services and products of businesses and organizations. The organizations also collect user feedback about their products and services to give better directions. However, with a large amount of user feedback about certain services and products, it is difficult for users, businesses, and organizations to pay attention to them all. Thus, an automatic system is necessary to analyze the sentiment of a customer feedback. Recently, the well-known pre-trained language models for Vietnamese (PhoBERT) achieved high performance in comparison with other approaches. However, this method may not focus on the local information in the text like phrases or fragments. In this paper, we propose a Convolutional Neural Network (CNN) model based on PhoBERT for sentiment classification. The output of contextualized embeddings of the PhoBERT’s last four layers is fed into the CNN. This makes the network capable of obtaining more local information from the sentiment. Besides, the PhoBERT output is also given to the transformer encoder layers in order to employ the self-attention technique, and this also makes the model more focused on the important information of the sentiment segments. The experimental results demonstrate that the proposed approach gives competitive performance compared to the existing studies on three public datasets with the opinions of Vietnamese people.","PeriodicalId":45994,"journal":{"name":"International Journal of Computational Intelligence and Applications","volume":" ","pages":""},"PeriodicalIF":1.8,"publicationDate":"2023-04-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"48096819","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Study of Intelligent Fire Identification System Based on Back Propagation Neural Network 基于反向传播神经网络的智能火灾识别系统研究
IF 1.8 Q4 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2023-04-01 DOI: 10.1142/s1469026823500141
Shaopeng Yu, Liyuan Dong, Fengyuan Pang
In order to detect and identify fire accidents accurately and efficiently, an intelligent fire identification system based on neural network algorithm is designed, which can overcome the shortcomings of single information, complex wiring, poor adaptability, etc. The characteristic extraction of sensors is adopted in the information layer to solve the problems in multi-sensor fusion. The fire data are transmitted to the main controller through LoRa wireless module and fused by back propagation neural network, which is self-learning and adaptive. The output of neural network and fuzzy inference with other factors are used for decision criteria to improve the identification accuracy. The common combustibles and various interference sources are selected for fire tests. The result shows that the detection accuracy is up to 100% and the false alarm rate is lower than 0.1%, meanwhile, the system has the advantages of fast response and high detection efficiency.
为了准确高效地检测和识别火灾事故,设计了一种基于神经网络算法的智能火灾识别系统,该系统可以克服信息单一、布线复杂、适应性差等缺点。在信息层采用传感器的特征提取来解决多传感器融合中的问题。火灾数据通过LoRa无线模块传输到主控制器,并通过自学习和自适应的反向传播神经网络进行融合。将神经网络的输出和其他因素的模糊推理用于决策准则,以提高识别精度。火灾试验选用了常见的可燃物和各种干扰源。结果表明,该系统的检测准确率高达100%,误报率低于0.1%,同时具有响应快、检测效率高的优点。
{"title":"Study of Intelligent Fire Identification System Based on Back Propagation Neural Network","authors":"Shaopeng Yu, Liyuan Dong, Fengyuan Pang","doi":"10.1142/s1469026823500141","DOIUrl":"https://doi.org/10.1142/s1469026823500141","url":null,"abstract":"In order to detect and identify fire accidents accurately and efficiently, an intelligent fire identification system based on neural network algorithm is designed, which can overcome the shortcomings of single information, complex wiring, poor adaptability, etc. The characteristic extraction of sensors is adopted in the information layer to solve the problems in multi-sensor fusion. The fire data are transmitted to the main controller through LoRa wireless module and fused by back propagation neural network, which is self-learning and adaptive. The output of neural network and fuzzy inference with other factors are used for decision criteria to improve the identification accuracy. The common combustibles and various interference sources are selected for fire tests. The result shows that the detection accuracy is up to 100% and the false alarm rate is lower than 0.1%, meanwhile, the system has the advantages of fast response and high detection efficiency.","PeriodicalId":45994,"journal":{"name":"International Journal of Computational Intelligence and Applications","volume":" ","pages":""},"PeriodicalIF":1.8,"publicationDate":"2023-04-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"47987788","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Fake Colorized Image Detection Based on Special Image Representation and Transfer Learning 基于特殊图像表示和迁移学习的伪彩色图像检测
IF 1.8 Q4 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2023-04-01 DOI: 10.1142/s1469026823500189
Khalid A. Salman, Khalid Shaker, Sufyan T. Faraj Al-Janabi
Nowadays, images have become one of the most popular forms of communication as image editing tools have evolved. Image manipulation, particularly image colorization, has become easier, making it harder to differentiate between fake colorized images and actual images. Furthermore, the RGB space is no longer considered to be the best option for color-based detection techniques due to the high correlation between channels and its blending of luminance and chrominance information. This paper proposes a new approach for fake colorized image detection based on a novel image representation created by combining color information from three separate color spaces (HSV, Lab, and Ycbcr) and selecting the most different channels from each color space to reconstruct the image. Features from the proposed image representation are extracted based on transfer learning using the pre-trained CNNs ResNet50 model. The Support Vector Machine (SVM) approach has been used for classification purposes due to its high ability for generalization. Our experiments indicate that our proposed models outperform other state-of-the-art fake colorized image detection methods in several aspects.
如今,随着图像编辑工具的发展,图像已成为最流行的交流形式之一。图像处理,特别是图像着色,变得更加容易,使得区分假彩色图像和真实图像变得更加困难。此外,由于通道之间的高相关性及其亮度和色度信息的混合,RGB空间不再被认为是基于颜色的检测技术的最佳选择。本文提出了一种基于新图像表示的伪彩色图像检测新方法,该方法通过组合来自三个独立颜色空间(HSV、Lab和Ycbcr)的颜色信息并从每个颜色空间中选择最不同的通道来重建图像。基于迁移学习,使用预先训练的CNNs ResNet50模型从所提出的图像表示中提取特征。支持向量机(SVM)方法由于其高泛化能力而被用于分类目的。我们的实验表明,我们提出的模型在几个方面优于其他最先进的伪彩色图像检测方法。
{"title":"Fake Colorized Image Detection Based on Special Image Representation and Transfer Learning","authors":"Khalid A. Salman, Khalid Shaker, Sufyan T. Faraj Al-Janabi","doi":"10.1142/s1469026823500189","DOIUrl":"https://doi.org/10.1142/s1469026823500189","url":null,"abstract":"Nowadays, images have become one of the most popular forms of communication as image editing tools have evolved. Image manipulation, particularly image colorization, has become easier, making it harder to differentiate between fake colorized images and actual images. Furthermore, the RGB space is no longer considered to be the best option for color-based detection techniques due to the high correlation between channels and its blending of luminance and chrominance information. This paper proposes a new approach for fake colorized image detection based on a novel image representation created by combining color information from three separate color spaces (HSV, Lab, and Ycbcr) and selecting the most different channels from each color space to reconstruct the image. Features from the proposed image representation are extracted based on transfer learning using the pre-trained CNNs ResNet50 model. The Support Vector Machine (SVM) approach has been used for classification purposes due to its high ability for generalization. Our experiments indicate that our proposed models outperform other state-of-the-art fake colorized image detection methods in several aspects.","PeriodicalId":45994,"journal":{"name":"International Journal of Computational Intelligence and Applications","volume":" ","pages":""},"PeriodicalIF":1.8,"publicationDate":"2023-04-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"49606854","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A New Multi-objective Hybrid Gene Selection Algorithm for Tumor Classification Based on Microarray Gene Expression Data 一种新的基于微阵列基因表达数据的肿瘤分类多目标混合基因选择算法
IF 1.8 Q4 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2023-04-01 DOI: 10.1142/s1469026823500190
Min Li, Bangyu Wu, Shaobo Deng, Mingzhu Lou
Tumor classification based on microarray gene expression data is easy to fall into overfitting because such data are composed of many irrelevant, redundant, and noisy genes. Traditional gene selection methods cannot achieve satisfactory classification results. In this study, we propose a novel multi-target hybrid gene selection method named RMOGA (ReliefF Multi-Objective Genetic Algorithm), which aims to select a few genes and obtain good tumor recognition accuracy. RMOGA consists of two phases. Firstly, ReliefF is used to select the top 5% subset of genes from the original datasets. Secondly, a multi-objective genetic algorithm searches for the optimal gene subset from the gene subset obtained by the ReliefF method. To verify the validity of RMOGA, we conducted extensive experiments on 11 available microarray datasets and compared the proposed method with other previous methods. Two classical classifiers including Naive Bayes and Support Vector Machine were used to measure the classification performance of all comparison methods. Experimental results show that the RMOGA algorithm can yield significantly better results than previous state-of-the-art methods in terms of classification accuracy and the number of selected genes.
基于微阵列基因表达数据的肿瘤分类容易陷入过拟合,因为这些数据是由许多不相关的、冗余的和有噪声的基因组成的。传统的基因选择方法无法获得满意的分类结果。在本研究中,我们提出了一种新的多目标杂交基因选择方法RMOGA (ReliefF Multi-Objective Genetic Algorithm),旨在选择少量基因并获得良好的肿瘤识别精度。RMOGA包括两个阶段。首先,使用ReliefF从原始数据集中选择前5%的基因子集。其次,采用多目标遗传算法从ReliefF方法得到的基因子集中搜索最优基因子集;为了验证RMOGA的有效性,我们在11个可用的微阵列数据集上进行了大量实验,并将所提出的方法与其他方法进行了比较。使用朴素贝叶斯和支持向量机两种经典分类器来衡量所有比较方法的分类性能。实验结果表明,RMOGA算法在分类精度和选择基因数量上都明显优于现有的方法。
{"title":"A New Multi-objective Hybrid Gene Selection Algorithm for Tumor Classification Based on Microarray Gene Expression Data","authors":"Min Li, Bangyu Wu, Shaobo Deng, Mingzhu Lou","doi":"10.1142/s1469026823500190","DOIUrl":"https://doi.org/10.1142/s1469026823500190","url":null,"abstract":"Tumor classification based on microarray gene expression data is easy to fall into overfitting because such data are composed of many irrelevant, redundant, and noisy genes. Traditional gene selection methods cannot achieve satisfactory classification results. In this study, we propose a novel multi-target hybrid gene selection method named RMOGA (ReliefF Multi-Objective Genetic Algorithm), which aims to select a few genes and obtain good tumor recognition accuracy. RMOGA consists of two phases. Firstly, ReliefF is used to select the top 5% subset of genes from the original datasets. Secondly, a multi-objective genetic algorithm searches for the optimal gene subset from the gene subset obtained by the ReliefF method. To verify the validity of RMOGA, we conducted extensive experiments on 11 available microarray datasets and compared the proposed method with other previous methods. Two classical classifiers including Naive Bayes and Support Vector Machine were used to measure the classification performance of all comparison methods. Experimental results show that the RMOGA algorithm can yield significantly better results than previous state-of-the-art methods in terms of classification accuracy and the number of selected genes.","PeriodicalId":45994,"journal":{"name":"International Journal of Computational Intelligence and Applications","volume":" ","pages":""},"PeriodicalIF":1.8,"publicationDate":"2023-04-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"47734994","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Text Classification Based on CNN-BiGRU and Its Application in Telephone Comments Recognition 基于CNN-BiGRU的文本分类及其在电话评论识别中的应用
IF 1.8 Q4 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2023-04-01 DOI: 10.1142/s1469026823500219
Qianying Wang, Jie Tian, Meng Li, Ming Lu
In this paper, we proposed a deep fusion model for telephone comments recognition, named CNN-BiGRU. Traditionally, the most used algorithms in text classification are Convolutional Neural Network (CNN), Long and Short Term Memory (LSTM) and Bi-Gated Recurrent Neural Network (BiGRU). For CNN, it can extract the feature form the neighbors, and a softmax layer is followed for classification. The global feature is not included in the CNN model. LSTM introduces the gate, which can capture the information before the node. BiGRU is developed from LSTM, and it can find the features in the context. So compared to LSTM, BiGRU not only includes the information before, but also can capture the following features. Thus, LSTM and BiGRU can extract the global features, but cannot capture the local features. In order to deal with this weakness, we proposed a fusion model for comments classification, which combines the CNN and BiGRU in our model. Different from other methods, CNN and BiGRU are parallelly connected. CNN model can extract the local feature, and BiGRU can find the global feature. Then we concatenate the two kinds of features and feed to recognition layer for classification. Then we use our model to classify the telephone comments; compared with the traditional machine SVM and tow deep neural models — CNN and BiGRU — our model performed better.
在本文中,我们提出了一个用于电话评论识别的深度融合模型,命名为CNN-BiGRU。传统上,文本分类中最常用的算法是卷积神经网络(CNN)、长短期记忆(LSTM)和双门递归神经网络(BiGRU)。对于CNN,它可以从邻居中提取特征,并遵循softmax层进行分类。CNN模型中未包含全局功能。LSTM引入了门,它可以捕获节点之前的信息。BiGRU是从LSTM开发的,它可以在上下文中找到特征。因此,与LSTM相比,BiGRU不仅包含了之前的信息,还可以捕获以下特征。因此,LSTM和BiGRU可以提取全局特征,但不能捕获局部特征。为了解决这一弱点,我们提出了一个融合评论分类模型,该模型结合了CNN和BiGRU。与其他方法不同,CNN和BiGRU是并行连接的。CNN模型可以提取局部特征,BiGRU可以找到全局特征。然后我们将这两种特征连接起来,并提供给识别层进行分类。然后,我们使用我们的模型对电话评论进行分类;与传统的机器SVM和两个深度神经模型——CNN和BiGRU相比,我们的模型表现更好。
{"title":"Text Classification Based on CNN-BiGRU and Its Application in Telephone Comments Recognition","authors":"Qianying Wang, Jie Tian, Meng Li, Ming Lu","doi":"10.1142/s1469026823500219","DOIUrl":"https://doi.org/10.1142/s1469026823500219","url":null,"abstract":"In this paper, we proposed a deep fusion model for telephone comments recognition, named CNN-BiGRU. Traditionally, the most used algorithms in text classification are Convolutional Neural Network (CNN), Long and Short Term Memory (LSTM) and Bi-Gated Recurrent Neural Network (BiGRU). For CNN, it can extract the feature form the neighbors, and a softmax layer is followed for classification. The global feature is not included in the CNN model. LSTM introduces the gate, which can capture the information before the node. BiGRU is developed from LSTM, and it can find the features in the context. So compared to LSTM, BiGRU not only includes the information before, but also can capture the following features. Thus, LSTM and BiGRU can extract the global features, but cannot capture the local features. In order to deal with this weakness, we proposed a fusion model for comments classification, which combines the CNN and BiGRU in our model. Different from other methods, CNN and BiGRU are parallelly connected. CNN model can extract the local feature, and BiGRU can find the global feature. Then we concatenate the two kinds of features and feed to recognition layer for classification. Then we use our model to classify the telephone comments; compared with the traditional machine SVM and tow deep neural models — CNN and BiGRU — our model performed better.","PeriodicalId":45994,"journal":{"name":"International Journal of Computational Intelligence and Applications","volume":" ","pages":""},"PeriodicalIF":1.8,"publicationDate":"2023-04-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"43834930","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
期刊
International Journal of Computational Intelligence and Applications
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1