首页 > 最新文献

International Journal of Intelligent Systems and Applications in Engineering最新文献

英文 中文
A Comparative Analysis of Bat and Genetic Algorithms for Test Case Prioritization in Regression Testing 回归测试中测试用例优先排序的蝙蝠算法和遗传算法的比较分析
Q3 Computer Science Pub Date : 2023-02-08 DOI: 10.5815/ijisa.2023.01.02
Anthony Wambua Wambua, G. Wambugu
Regression testing is carried out to ensure that software modifications do not introduce new potential bugs to the existing software. Existing test cases are applied in the testing, such test cases can run into thousands, and there is not much time to execute all of them. Test Case Prioritization (TCP) is a technique to order test cases so that the test cases potentially revealing more faults are performed first. With TCP being deemed an optimization problem, several metaheuristic nature-inspired algorithms such as Bat, Genetic, Ant colony, and Firefly algorithms have been proposed for TCP. These algorithms have been compared theoretically or based on a single metric. This study employed an experimental design to offer an in-depth comparison of bat and genetic algorithms for TCP. Unprioritized test cases and a brute-force approach were used for comparison. Average Percentage Fault Detection (APFD)- a popular metric, execution time and memory usage were used to evaluate the algorithms’ performance. The study underscored the importance of test case prioritization and established the superiority of the Genetic algorithm over the bat algorithm for TCP in APFD. No stark differences were recorded regarding memory usage and execution time for the two algorithms. Both algorithms seemed to scale well with the growth of test cases.
进行回归测试是为了确保软件修改不会给现有软件引入新的潜在错误。在测试中应用现有的测试用例,这样的测试用例可以运行数千个,并且没有太多的时间来执行所有的测试用例。测试用例优先级(TCP)是一种对测试用例排序的技术,以便首先执行可能显示更多错误的测试用例。由于TCP被认为是一个优化问题,一些受自然启发的元启发式算法,如Bat、Genetic、Ant colony和Firefly算法,已经被提出用于TCP。这些算法已经在理论上或基于单一指标进行了比较。本研究采用实验设计对TCP的蝙蝠算法和遗传算法进行了深入的比较。没有优先级的测试用例和蛮力方法被用于比较。平均百分比故障检测(APFD)-一个流行的度量,执行时间和内存使用被用来评估算法的性能。该研究强调了测试用例优先级的重要性,并确立了遗传算法在TCP APFD中优于bat算法的优越性。两种算法在内存使用和执行时间方面没有明显差异。随着测试用例的增长,这两种算法似乎都能很好地扩展。
{"title":"A Comparative Analysis of Bat and Genetic Algorithms for Test Case Prioritization in Regression Testing","authors":"Anthony Wambua Wambua, G. Wambugu","doi":"10.5815/ijisa.2023.01.02","DOIUrl":"https://doi.org/10.5815/ijisa.2023.01.02","url":null,"abstract":"Regression testing is carried out to ensure that software modifications do not introduce new potential bugs to the existing software. Existing test cases are applied in the testing, such test cases can run into thousands, and there is not much time to execute all of them. Test Case Prioritization (TCP) is a technique to order test cases so that the test cases potentially revealing more faults are performed first. With TCP being deemed an optimization problem, several metaheuristic nature-inspired algorithms such as Bat, Genetic, Ant colony, and Firefly algorithms have been proposed for TCP. These algorithms have been compared theoretically or based on a single metric. This study employed an experimental design to offer an in-depth comparison of bat and genetic algorithms for TCP. Unprioritized test cases and a brute-force approach were used for comparison. Average Percentage Fault Detection (APFD)- a popular metric, execution time and memory usage were used to evaluate the algorithms’ performance. The study underscored the importance of test case prioritization and established the superiority of the Genetic algorithm over the bat algorithm for TCP in APFD. No stark differences were recorded regarding memory usage and execution time for the two algorithms. Both algorithms seemed to scale well with the growth of test cases.","PeriodicalId":14067,"journal":{"name":"International Journal of Intelligent Systems and Applications in Engineering","volume":"32 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2023-02-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"83586863","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
Optimized Round Robin Scheduling Algorithm Using Dynamic Time Quantum Approach in Cloud Computing Environment 云计算环境下基于动态时间量子方法的优化轮循调度算法
Q3 Computer Science Pub Date : 2023-02-08 DOI: 10.5815/ijisa.2023.01.03
Dipto Biswas, Md. Samsuddoha, Md. Rashid Al Asif, M. Ahmed
Cloud computing refers to a sophisticated technology that deals with the manipulation of data in internet-based servers dynamically and efficiently. The utilization of the cloud computing has been rapidly increased because of its scalability, accessibility, and incredible flexibility. Dynamic usage and process sharing facilities require task scheduling which is a prominent issue and plays a significant role in developing an optimal cloud computing environment. Round robin is generally an efficient task scheduling algorithm that has a powerful impact on the performance of the cloud computing environment. This paper introduces a new approach for round robin based task scheduling algorithm which is suitable for cloud computing environment. The proposed algorithm determines time quantum dynamically based on the differences among three maximum burst time of tasks in the ready queue for each round. The concerning part of the proposed method is utilizing additive manner among the differences, and the burst times of the processes during determining the time quantum. The experimental results showed that the proposed approach has enhanced the performance of the round robin task scheduling algorithm in reducing average turn-around time, diminishing average waiting time, and minimizing number of contexts switching. Moreover, a comparative study has been conducted which showed that the proposed approach outperforms some of the similar existing round robin approaches. Finally, it can be concluded based on the experiment and comparative study that the proposed dynamic round robin scheduling algorithm is comparatively better, acceptable and optimal for cloud environment.
云计算指的是一种复杂的技术,它可以动态有效地处理基于互联网的服务器中的数据操作。由于其可伸缩性、可访问性和令人难以置信的灵活性,云计算的利用率迅速增加。动态使用和进程共享设施需要任务调度,这是一个突出的问题,在开发最佳云计算环境中起着重要作用。轮循通常是一种高效的任务调度算法,对云计算环境的性能有很大的影响。本文介绍了一种适合于云计算环境的基于轮循的任务调度算法。该算法根据每轮就绪队列中三个最大突发时间的差异动态确定时间量。该方法涉及的部分是在确定时间量子时,利用过程的差异和突发次数之间的加性方式。实验结果表明,该方法在减少平均周转时间、减少平均等待时间和最小化上下文切换次数方面提高了轮循任务调度算法的性能。此外,进行了一项比较研究,表明所提出的方法优于一些类似的现有轮循方法。最后,通过实验和对比研究可以得出结论,所提出的动态轮循调度算法在云环境下是比较好的、可接受的和最优的。
{"title":"Optimized Round Robin Scheduling Algorithm Using Dynamic Time Quantum Approach in Cloud Computing Environment","authors":"Dipto Biswas, Md. Samsuddoha, Md. Rashid Al Asif, M. Ahmed","doi":"10.5815/ijisa.2023.01.03","DOIUrl":"https://doi.org/10.5815/ijisa.2023.01.03","url":null,"abstract":"Cloud computing refers to a sophisticated technology that deals with the manipulation of data in internet-based servers dynamically and efficiently. The utilization of the cloud computing has been rapidly increased because of its scalability, accessibility, and incredible flexibility. Dynamic usage and process sharing facilities require task scheduling which is a prominent issue and plays a significant role in developing an optimal cloud computing environment. Round robin is generally an efficient task scheduling algorithm that has a powerful impact on the performance of the cloud computing environment. This paper introduces a new approach for round robin based task scheduling algorithm which is suitable for cloud computing environment. The proposed algorithm determines time quantum dynamically based on the differences among three maximum burst time of tasks in the ready queue for each round. The concerning part of the proposed method is utilizing additive manner among the differences, and the burst times of the processes during determining the time quantum. The experimental results showed that the proposed approach has enhanced the performance of the round robin task scheduling algorithm in reducing average turn-around time, diminishing average waiting time, and minimizing number of contexts switching. Moreover, a comparative study has been conducted which showed that the proposed approach outperforms some of the similar existing round robin approaches. Finally, it can be concluded based on the experiment and comparative study that the proposed dynamic round robin scheduling algorithm is comparatively better, acceptable and optimal for cloud environment.","PeriodicalId":14067,"journal":{"name":"International Journal of Intelligent Systems and Applications in Engineering","volume":"18 1 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2023-02-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"85749263","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
Development of a Computational Model for Cassava Food Processing Using Coloured Petri Net 用彩色Petri网建立木薯食品加工计算模型
Q3 Computer Science Pub Date : 2023-02-08 DOI: 10.5815/ijisa.2023.01.05
Samuel M. Alade, O. D. Ninan
A food system is composed of a complex network of activities and processes for production, distribution, transportation and consumption, which interact with each other, thus leading to changeable behaviour. Most existing empirical studies on cassava processing have focused on the technical efficiency analysis of the cassava crop processing techniques among processors indicating that the modelling of the events and operations involved in the processing of the cassava crop is highly limited. In this context, different strategies have been used to solve difficult environmental and agro-informatic systems model-based problems such as system dynamics, agent based, rule-based knowledge and mathematical modeling. However, the structural comprehension and behavioral investigation of this modeling are constrained. In this regard, formal computational modeling is a method that enables modeling and simulation of the dynamical characteristics of these food systems to be examined. In this study, the system specification is designed using Unified Modelling language (UML) to show the structural process and system design modelled and simulated using Coloured Petri Net (CPN), a formal method for analyzing the behavioural properties of complex system because of its efficient analysis. For the purpose of observing and analyzing the behaviour of the cassava food process, a series of simulation runs was proposed.
食物系统是由生产、分配、运输和消费的活动和过程组成的复杂网络,这些活动和过程相互作用,从而导致变化的行为。现有的大多数关于木薯加工的实证研究都集中在对加工者之间木薯作物加工技术的技术效率分析上,这表明对木薯作物加工中涉及的事件和操作的建模非常有限。在这种背景下,不同的策略被用来解决困难的环境和农业信息系统模型为基础的问题,如系统动力学,基于代理,基于规则的知识和数学建模。然而,这种模型的结构理解和行为研究受到了限制。在这方面,正式计算建模是一种方法,可以对这些食品系统的动态特性进行建模和模拟。在本研究中,使用统一建模语言(UML)设计系统规范,以显示结构过程和系统设计,并使用彩色Petri网(CPN)建模和模拟,彩色Petri网(CPN)是分析复杂系统行为特性的形式化方法,因为它具有高效的分析能力。为了观察和分析木薯食品加工过程的行为,提出了一系列的模拟运行。
{"title":"Development of a Computational Model for Cassava Food Processing Using Coloured Petri Net","authors":"Samuel M. Alade, O. D. Ninan","doi":"10.5815/ijisa.2023.01.05","DOIUrl":"https://doi.org/10.5815/ijisa.2023.01.05","url":null,"abstract":"A food system is composed of a complex network of activities and processes for production, distribution, transportation and consumption, which interact with each other, thus leading to changeable behaviour. Most existing empirical studies on cassava processing have focused on the technical efficiency analysis of the cassava crop processing techniques among processors indicating that the modelling of the events and operations involved in the processing of the cassava crop is highly limited. In this context, different strategies have been used to solve difficult environmental and agro-informatic systems model-based problems such as system dynamics, agent based, rule-based knowledge and mathematical modeling. However, the structural comprehension and behavioral investigation of this modeling are constrained. In this regard, formal computational modeling is a method that enables modeling and simulation of the dynamical characteristics of these food systems to be examined. In this study, the system specification is designed using Unified Modelling language (UML) to show the structural process and system design modelled and simulated using Coloured Petri Net (CPN), a formal method for analyzing the behavioural properties of complex system because of its efficient analysis. For the purpose of observing and analyzing the behaviour of the cassava food process, a series of simulation runs was proposed.","PeriodicalId":14067,"journal":{"name":"International Journal of Intelligent Systems and Applications in Engineering","volume":"13 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2023-02-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"88895510","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 Conic Radon-based Convolutional Neural Network for Image Recognition 基于卷积神经网络的图像识别
Q3 Computer Science Pub Date : 2023-02-08 DOI: 10.5815/ijisa.2023.01.01
D. Hamdi, Ines Elouedi, Maï K. Nguyen, A. Hamouda
This article presents a new approach for image recognition that proposes to combine Conical Radon Transform (CRT) and Convolutional Neural Networks (CNN). In order to evaluate the performance of this approach for pattern recognition task, we have built a Radon descriptor enhancing features extracted by linear, circular and parabolic RT. The main idea consists in exploring the use of Conic Radon transform to define a robust image descriptor. Specifically, the Radon transformation is initially applied on the image. Afterwards, the extracted features are combined with image and then entered as an input into the convolutional layers. Experimental evaluation demonstrates that our descriptor which joins together extraction of features of different shapes and the convolutional neural networks achieves satisfactory results for describing images on public available datasets such as, ETH80, and FLAVIA. Our proposed approach recognizes objects with an accuracy of 96 % when tested on the ETH80 dataset. It also has yielded competitive accuracy than state-of-the-art methods when tested on the FLAVIA dataset with accuracy of 98 %. We also carried out experiments on traffic signs dataset GTSBR. We investigate in this work the use of simple CNN models to focus on the utility of our descriptor. We propose a new lightweight network for traffic signs that does not require a large number of parameters. The objective of this work is to achieve optimal results in terms of accuracy and to reduce network parameters. This approach could be adopted in real time applications. It classified traffic signs with high accuracy of 99%.
本文提出了一种结合锥形Radon变换(CRT)和卷积神经网络(CNN)的图像识别新方法。为了评估该方法在模式识别任务中的性能,我们构建了一个Radon描述子来增强由线性、圆形和抛物线rt提取的特征。主要思想在于探索使用圆锥Radon变换来定义一个鲁棒的图像描述子。具体来说,首先对图像应用Radon变换。然后将提取的特征与图像结合,作为输入输入到卷积层中。实验评估表明,我们的描述符将不同形状特征的提取与卷积神经网络结合在一起,对于公共可用数据集(如ETH80和FLAVIA)的图像描述取得了令人满意的结果。在ETH80数据集上测试时,我们提出的方法识别物体的准确率为96%。当在FLAVIA数据集上测试时,它也产生了具有竞争力的准确性,准确度为98%。我们还在交通标志数据集GTSBR上进行了实验。在这项工作中,我们研究了简单CNN模型的使用,重点关注我们描述符的效用。我们提出了一种新的轻量级交通标志网络,它不需要大量的参数。这项工作的目标是在准确性和减少网络参数方面达到最佳结果。这种方法可以在实时应用程序中采用。对交通标志进行分类,准确率高达99%。
{"title":"A Conic Radon-based Convolutional Neural Network for Image Recognition","authors":"D. Hamdi, Ines Elouedi, Maï K. Nguyen, A. Hamouda","doi":"10.5815/ijisa.2023.01.01","DOIUrl":"https://doi.org/10.5815/ijisa.2023.01.01","url":null,"abstract":"This article presents a new approach for image recognition that proposes to combine Conical Radon Transform (CRT) and Convolutional Neural Networks (CNN). In order to evaluate the performance of this approach for pattern recognition task, we have built a Radon descriptor enhancing features extracted by linear, circular and parabolic RT. The main idea consists in exploring the use of Conic Radon transform to define a robust image descriptor. Specifically, the Radon transformation is initially applied on the image. Afterwards, the extracted features are combined with image and then entered as an input into the convolutional layers. Experimental evaluation demonstrates that our descriptor which joins together extraction of features of different shapes and the convolutional neural networks achieves satisfactory results for describing images on public available datasets such as, ETH80, and FLAVIA. Our proposed approach recognizes objects with an accuracy of 96 % when tested on the ETH80 dataset. It also has yielded competitive accuracy than state-of-the-art methods when tested on the FLAVIA dataset with accuracy of 98 %. We also carried out experiments on traffic signs dataset GTSBR. We investigate in this work the use of simple CNN models to focus on the utility of our descriptor. We propose a new lightweight network for traffic signs that does not require a large number of parameters. The objective of this work is to achieve optimal results in terms of accuracy and to reduce network parameters. This approach could be adopted in real time applications. It classified traffic signs with high accuracy of 99%.","PeriodicalId":14067,"journal":{"name":"International Journal of Intelligent Systems and Applications in Engineering","volume":"86 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2023-02-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"81127793","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
Intelligent Smart Energy Meter Reading System Using Global System for Mobile Communication 基于全球移动通信系统的智能抄表系统
Q3 Computer Science Pub Date : 2023-02-08 DOI: 10.5815/ijisa.2023.01.04
Muhammad Aqeel, Hammad Shahab, M. Naeem, Muhammad Shahbaz, F. Qaisar, M. Shahzad
The innovation of e-metering (Electronic Metering) has experienced fast mechanical progressions and there is expanded interest in a solid and effective Automatic Meter Reading (AMR) framework. GSM Based shrewd vitality meter perusing framework replaces conventional meter perusing techniques. It empowers remote access to the existing vitality meter by the vitality provider. A GSM-based remote correspondence module is incorporated with the electronic vitality meter of every element to have remote access to the utilization of power. A PC with a GSM recipient at the opposite end, which contains the database goes about as the charging point. Live meter perusing from the GSM-empowered vitality meter is sent back to this charging point intermittently and these subtle elements are refreshed in a focal database. The total month-to-month utilization and the due bill are informed back to the client after handling this information. So, GSM-based remote AMR framework is a more successful approach for a traditional charging framework. This framework additionally gives specialists to power organizations to take activities against tolerant clients who have a remarkable contribution; generally, the organization has the ideal to detach the power supply, and it can reconnect the control supply after the affidavit of duty. So, we thought about building such an automatic system. This research is GSM-Based on a smart energy meter reading system to eliminate the conventional way of the reading system. In this paper, the GSM module sends reading information through SMS to the related Authority. There are no chances of any unethical mistake by using this modern technique.
电子计量(电子计量)的创新经历了快速的机械发展,并且对可靠有效的自动抄表(AMR)框架的兴趣越来越大。基于GSM的精明活力仪表扫描框架取代了传统的仪表扫描技术。它允许活力提供者远程访问现有的活力计。每个元件的电子活力计都内置了基于gsm的远程通信模块,实现对电力使用情况的远程访问。在另一端有GSM接收器的PC机作为充电点,其中包含数据库。从gsm授权的活力计中读取的实时仪表将间歇性地发送回该充电点,这些微妙的元素将在焦点数据库中刷新。在处理此信息后,每月的总利用率和到期账单将通知回客户端。因此,基于gsm的远程AMR框架是传统收费框架的一种更成功的方法。该框架还使权力组织的专家能够针对有显著贡献的宽容客户开展活动;一般情况下,机构都有拆电源的理想,可以在宣誓就职后重新接上控制电源。所以,我们考虑建立这样一个自动化系统。本课题研究的是一种基于gsm的智能电表抄表系统,消除了传统抄表系统的方式。在本文中,GSM模块通过短信将读取信息发送给相关机构。使用这种现代技术不会有任何不道德的错误。
{"title":"Intelligent Smart Energy Meter Reading System Using Global System for Mobile Communication","authors":"Muhammad Aqeel, Hammad Shahab, M. Naeem, Muhammad Shahbaz, F. Qaisar, M. Shahzad","doi":"10.5815/ijisa.2023.01.04","DOIUrl":"https://doi.org/10.5815/ijisa.2023.01.04","url":null,"abstract":"The innovation of e-metering (Electronic Metering) has experienced fast mechanical progressions and there is expanded interest in a solid and effective Automatic Meter Reading (AMR) framework. GSM Based shrewd vitality meter perusing framework replaces conventional meter perusing techniques. It empowers remote access to the existing vitality meter by the vitality provider. A GSM-based remote correspondence module is incorporated with the electronic vitality meter of every element to have remote access to the utilization of power. A PC with a GSM recipient at the opposite end, which contains the database goes about as the charging point. Live meter perusing from the GSM-empowered vitality meter is sent back to this charging point intermittently and these subtle elements are refreshed in a focal database. The total month-to-month utilization and the due bill are informed back to the client after handling this information. So, GSM-based remote AMR framework is a more successful approach for a traditional charging framework. This framework additionally gives specialists to power organizations to take activities against tolerant clients who have a remarkable contribution; generally, the organization has the ideal to detach the power supply, and it can reconnect the control supply after the affidavit of duty. So, we thought about building such an automatic system. This research is GSM-Based on a smart energy meter reading system to eliminate the conventional way of the reading system. In this paper, the GSM module sends reading information through SMS to the related Authority. There are no chances of any unethical mistake by using this modern technique.","PeriodicalId":14067,"journal":{"name":"International Journal of Intelligent Systems and Applications in Engineering","volume":"33 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2023-02-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"83880569","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
Covid-19 Control: Face Mask Detection Using Deep Learning for Balanced and Unbalanced Dataset Covid-19控制:使用深度学习对平衡和不平衡数据集进行面罩检测
Q3 Computer Science Pub Date : 2022-12-08 DOI: 10.5815/ijisa.2022.06.05
Ademola A. Adesokan
Facemask wearing is becoming a norm in our daily lives to curb the spread of Covid-19. Ensuring facemasks are worn correctly is a topic of concern worldwide. It could go beyond manual human control and enforcement, leading to the spread of this deadly virus and many cases globally. The main aim of wearing a facemask is to curtail the spread of the covid-19 virus, but the biggest concern of most deep learning research is about who is wearing the mask or not, and not who is incorrectly wearing the facemask while the main objective of mask wearing is to prevent the spread of the covid-19 virus. This paper compares three state-of-the- art object detection approaches: Haarcascade, Multi-task Cascaded Convolutional Networks (MTCNN), and You Only Look Once version 4 (YOLOv4) to classify who is wearing a mask, who is not wearing a mask, and most importantly, who is incorrectly wearing the mask in a real-time video stream using FPS as a benchmark to select the best model. Yolov4 got about 40 Frame Per Seconds (FPS), outperforming Haarcascade with 16 and MTCNN with 1.4. YOLOv4 was later used to compare the two datasets using Intersection over Union (IoU) and mean Average Precision (mAP) as a comparative measure; dataset2 (balanced dataset) performed better than dataset1 (unbalanced dataset). Yolov4 model on dataset2 mapped and detected images of masks worn incorrectly with one correct class label rather than giving them two label classes with uncertainty in dataset1, this work shows the advantage of having a balanced dataset for accuracy. This work would help decrease human interference in enforcing the COVID-19 face mask rules and create awareness for people who do not comply with the facemask policy of wearing it correctly. Hence, significantly reducing the spread of COVID-19.
为了遏制新冠肺炎的传播,戴口罩正成为我们日常生活中的一种常态。确保正确佩戴口罩是全世界关注的一个话题。它可能超出人工控制和强制执行的范围,导致这种致命病毒的传播和全球许多病例。戴口罩的主要目的是遏制新冠病毒的传播,但大多数深度学习研究最关心的是谁戴了口罩,而不是谁戴错了口罩,而戴口罩的主要目的是防止新冠病毒的传播。本文比较了三种最先进的目标检测方法:Haarcascade, Multi-task cascade卷积网络(MTCNN)和You Only Look Once version 4 (YOLOv4),以FPS为基准,在实时视频流中区分谁戴了面具,谁没有戴面具,最重要的是,谁错误地戴了面具,以选择最佳模型。yolo4的帧率约为每秒40帧,超过了每秒16帧的Haarcascade和每秒1.4帧的MTCNN。随后使用YOLOv4比较两个数据集,使用Intersection over Union (IoU)和mean Average Precision (mAP)作为比较度量;Dataset2(平衡数据集)的性能优于dataset1(不平衡数据集)。dataset2上的Yolov4模型用一个正确的类别标签映射和检测了不正确佩戴的面具图像,而不是在dataset1中给它们两个不确定的标签类别,这项工作显示了拥有平衡数据集的优势。这项工作将有助于减少人为干预执行COVID-19口罩规则,并提高那些不遵守正确佩戴口罩政策的人的意识。从而大大减少COVID-19的传播。
{"title":"Covid-19 Control: Face Mask Detection Using Deep Learning for Balanced and Unbalanced Dataset","authors":"Ademola A. Adesokan","doi":"10.5815/ijisa.2022.06.05","DOIUrl":"https://doi.org/10.5815/ijisa.2022.06.05","url":null,"abstract":"Facemask wearing is becoming a norm in our daily lives to curb the spread of Covid-19. Ensuring facemasks are worn correctly is a topic of concern worldwide. It could go beyond manual human control and enforcement, leading to the spread of this deadly virus and many cases globally. The main aim of wearing a facemask is to curtail the spread of the covid-19 virus, but the biggest concern of most deep learning research is about who is wearing the mask or not, and not who is incorrectly wearing the facemask while the main objective of mask wearing is to prevent the spread of the covid-19 virus. This paper compares three state-of-the- art object detection approaches: Haarcascade, Multi-task Cascaded Convolutional Networks (MTCNN), and You Only Look Once version 4 (YOLOv4) to classify who is wearing a mask, who is not wearing a mask, and most importantly, who is incorrectly wearing the mask in a real-time video stream using FPS as a benchmark to select the best model. Yolov4 got about 40 Frame Per Seconds (FPS), outperforming Haarcascade with 16 and MTCNN with 1.4. YOLOv4 was later used to compare the two datasets using Intersection over Union (IoU) and mean Average Precision (mAP) as a comparative measure; dataset2 (balanced dataset) performed better than dataset1 (unbalanced dataset). Yolov4 model on dataset2 mapped and detected images of masks worn incorrectly with one correct class label rather than giving them two label classes with uncertainty in dataset1, this work shows the advantage of having a balanced dataset for accuracy. This work would help decrease human interference in enforcing the COVID-19 face mask rules and create awareness for people who do not comply with the facemask policy of wearing it correctly. Hence, significantly reducing the spread of COVID-19.","PeriodicalId":14067,"journal":{"name":"International Journal of Intelligent Systems and Applications in Engineering","volume":"49 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2022-12-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"90815376","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
Development a Model for Drug Interaction Prediction Based on Patient State 基于患者状态的药物相互作用预测模型的建立
Q3 Computer Science Pub Date : 2022-12-08 DOI: 10.5815/ijisa.2022.06.03
N. A. Al-Majmar, Ayedh abdulaziz Mohsen, Mohammed Sharaf Al-Thulathi
Drug interactions prediction is one of the health critical issues in drug producing and use. Proposing computational model for classifying and predicting interactions of drugs with high precision is a difficult problem. Medicines are classified into two classes: overlapping, non-overlapping. It was suggested an expert system for classifying and predicting interactions of drugs using various information about drugs, interference reasons and common factors between patients and active substance that causes interference, such as: effective dose of the drug, maximum dose, times of use per day and age of patients considering that only adult category selected. The proposed model can classify and predict interactions of drugs through patient's state taking into consideration that when changing one of mentioned factors, the effect of drugs will be changed and it may lead to appear new symptoms on the patients. There is a desktop application related with the mentioned model, which helps users to know drugs and drugs families and its interactions. Proposed model will be implemented in Python using following classifiers: Logistic Regression (LR), Support Vector Machine (SVM) and Neural Network (NN), which divided data according to their similarity related to the factors of occurrence of drug interference. As these techniques showed good results, NN technology is considered one of the best techniques in giving results where MLPClassifier achieved superior performance with 97.12%.
药物相互作用预测是药物生产和使用中的健康关键问题之一。提出一种能够对药物相互作用进行高精度分类和预测的计算模型是一个难题。药物分为两类:重叠和非重叠。在仅选择成人类别的情况下,根据药物的有效剂量、最大剂量、每日使用次数、患者年龄等多种信息、干扰原因以及患者与原料药之间引起干扰的常见因素,建议建立药物相互作用分类和预测专家系统。本文提出的模型可以通过患者的状态对药物的相互作用进行分类和预测,同时考虑到当改变上述因素之一时,药物的效果会发生变化,可能导致患者出现新的症状。有一个与上述模型相关的桌面应用程序,它可以帮助用户了解药物和药物家族及其相互作用。提出的模型将在Python中使用以下分类器实现:逻辑回归(LR),支持向量机(SVM)和神经网络(NN),它们根据与药物干扰发生因素相关的相似性对数据进行划分。由于这些技术显示出良好的结果,因此NN技术被认为是给出结果的最佳技术之一,其中MLPClassifier达到了97.12%的优异性能。
{"title":"Development a Model for Drug Interaction Prediction Based on Patient State","authors":"N. A. Al-Majmar, Ayedh abdulaziz Mohsen, Mohammed Sharaf Al-Thulathi","doi":"10.5815/ijisa.2022.06.03","DOIUrl":"https://doi.org/10.5815/ijisa.2022.06.03","url":null,"abstract":"Drug interactions prediction is one of the health critical issues in drug producing and use. Proposing computational model for classifying and predicting interactions of drugs with high precision is a difficult problem. Medicines are classified into two classes: overlapping, non-overlapping. It was suggested an expert system for classifying and predicting interactions of drugs using various information about drugs, interference reasons and common factors between patients and active substance that causes interference, such as: effective dose of the drug, maximum dose, times of use per day and age of patients considering that only adult category selected. The proposed model can classify and predict interactions of drugs through patient's state taking into consideration that when changing one of mentioned factors, the effect of drugs will be changed and it may lead to appear new symptoms on the patients. There is a desktop application related with the mentioned model, which helps users to know drugs and drugs families and its interactions. Proposed model will be implemented in Python using following classifiers: Logistic Regression (LR), Support Vector Machine (SVM) and Neural Network (NN), which divided data according to their similarity related to the factors of occurrence of drug interference. As these techniques showed good results, NN technology is considered one of the best techniques in giving results where MLPClassifier achieved superior performance with 97.12%.","PeriodicalId":14067,"journal":{"name":"International Journal of Intelligent Systems and Applications in Engineering","volume":"158 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2022-12-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"82915205","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
BoPMLPIP: Application of Classification Techniques to Explore the Impact of PIP among BoPs BoPMLPIP:应用分类技术探讨PIP对防喷器的影响
Q3 Computer Science Pub Date : 2022-12-08 DOI: 10.5815/ijisa.2022.06.02
Debadrita Panda, S. Mukhopadhyay, Rajarshi Saha
This study tries to gain insight into the effect of demographic and psychological variables on the Bottom of the Pyramid (BoP) consumers for making Packaging Influenced Purchase (PIP) decisions by focusing on two specific consumer behaviour theories - compensatory consumption and consumers’ resistance. Being the product's face, packaging contributes heavily to the above mentioned two streams of consumption behaviour. A collection of ten demographic variables and four psychological variables have been administered on a sample of 1400 BoP consumers to explore their effect behind making PIP of selected FMCG products. Various classification techniques have been deployed to capture the impact of these variables. This experimental research design revealed that both demographic and psychological variables affect the PIP. The comparison between urban and rural BoPs potentially comes with the guidelines for practical marketing implications.
本研究试图深入了解人口统计和心理变量对金字塔底部(BoP)消费者做出包装影响购买(PIP)决策的影响,重点关注两种特定的消费者行为理论-补偿性消费和消费者抵抗。作为产品的脸面,包装在很大程度上促成了上述两种消费行为。10个人口统计变量和4个心理变量的集合对1400个BoP消费者的样本进行了管理,以探索他们在选定的快速消费品的PIP背后的影响。已经部署了各种分类技术来捕捉这些变量的影响。这个实验研究设计揭示了人口统计学和心理变量对PIP的影响。城市和农村bop之间的比较可能会带来实际营销影响的指导方针。
{"title":"BoPMLPIP: Application of Classification Techniques to Explore the Impact of PIP among BoPs","authors":"Debadrita Panda, S. Mukhopadhyay, Rajarshi Saha","doi":"10.5815/ijisa.2022.06.02","DOIUrl":"https://doi.org/10.5815/ijisa.2022.06.02","url":null,"abstract":"This study tries to gain insight into the effect of demographic and psychological variables on the Bottom of the Pyramid (BoP) consumers for making Packaging Influenced Purchase (PIP) decisions by focusing on two specific consumer behaviour theories - compensatory consumption and consumers’ resistance. Being the product's face, packaging contributes heavily to the above mentioned two streams of consumption behaviour. A collection of ten demographic variables and four psychological variables have been administered on a sample of 1400 BoP consumers to explore their effect behind making PIP of selected FMCG products. Various classification techniques have been deployed to capture the impact of these variables. This experimental research design revealed that both demographic and psychological variables affect the PIP. The comparison between urban and rural BoPs potentially comes with the guidelines for practical marketing implications.","PeriodicalId":14067,"journal":{"name":"International Journal of Intelligent Systems and Applications in Engineering","volume":"32 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2022-12-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"75073308","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
Optimization of Fault Learning in Medical Devices 医疗设备故障学习的优化
Q3 Computer Science Pub Date : 2022-12-08 DOI: 10.5815/ijisa.2022.06.04
V. Kakulapati
A relatively effective training system and advancements in data science demonstrate their evolutionary algorithm power to discover defects and abnormalities in the specified learning process. This work employs a fast and precise fault modelling environment to enhance genetic input implantable devices defect diagnostics. We offer a genetic data technique that incorporates phylogenetic analysis operations and faulty efficiency analysis. This study contributes to fault training in three different ways: 1) it exposes communicative training categories of information formulating adhesion, 2) it introduces a hierarchical system dissemination processing principles to design the fault aggregative, and 3) it indicates forecasting the genetic data sector that corresponds to complicated fault training. The proposed algorithm analyses methods that combine automatically generated fault detection development with massive data testing by non-repetitive fault instances. Analyzing data from validation challenges, infrastructure blowouts, and failure uncertainty make our algorithm more productive in the health sector.
一个相对有效的训练系统和数据科学的进步证明了它们的进化算法在发现特定学习过程中的缺陷和异常方面的能力。本研究采用快速、精确的故障建模环境来增强遗传输入植入式器件的缺陷诊断。我们提供了一种结合系统发育分析操作和错误效率分析的遗传数据技术。本研究从三个方面对故障训练做出了贡献:1)揭示了信息形成粘附的交际训练类别;2)引入了分层系统传播处理原则来设计故障集合;3)预测了复杂故障训练对应的遗传数据区。提出的算法分析方法将自动生成的故障检测开发与非重复故障实例的海量数据测试相结合。分析来自验证挑战、基础设施井喷和失败不确定性的数据使我们的算法在卫生部门更具生产力。
{"title":"Optimization of Fault Learning in Medical Devices","authors":"V. Kakulapati","doi":"10.5815/ijisa.2022.06.04","DOIUrl":"https://doi.org/10.5815/ijisa.2022.06.04","url":null,"abstract":"A relatively effective training system and advancements in data science demonstrate their evolutionary algorithm power to discover defects and abnormalities in the specified learning process. This work employs a fast and precise fault modelling environment to enhance genetic input implantable devices defect diagnostics. We offer a genetic data technique that incorporates phylogenetic analysis operations and faulty efficiency analysis. This study contributes to fault training in three different ways: 1) it exposes communicative training categories of information formulating adhesion, 2) it introduces a hierarchical system dissemination processing principles to design the fault aggregative, and 3) it indicates forecasting the genetic data sector that corresponds to complicated fault training. The proposed algorithm analyses methods that combine automatically generated fault detection development with massive data testing by non-repetitive fault instances. Analyzing data from validation challenges, infrastructure blowouts, and failure uncertainty make our algorithm more productive in the health sector.","PeriodicalId":14067,"journal":{"name":"International Journal of Intelligent Systems and Applications in Engineering","volume":"1 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2022-12-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"86422823","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
Heart Disease Prediction Using Modified Version of LeNet-5 Model 改良版LeNet-5模型的心脏病预测
Q3 Computer Science Pub Date : 2022-12-08 DOI: 10.5815/ijisa.2022.06.01
Shaimaa Mahmoud, Mohamed Gaber, Gamal Farouk, A. Keshk
Particularly compared to other diseases, heart disease (HD) claims the lives of the greatest number of people worldwide. Many priceless lives can be saved with the help of early and effective disease identification. Medical tests, an electrocardiogram (ECG) signal, heart sounds, computed tomography (CT) images, etc. can all be used to identify HD. Of all sorts, HD signal recognition from ECG signals is crucial. The ECG samples from the participants were taken into consideration as the necessary inputs for the HD detection model in this study. Many researchers analyzed the risk factors of heart disease and used machine learning or deep learning techniques for the early detection of heart patients. In this paper, we propose a modified version of the LeNet-5 model to be used as a transfer model for cardiovascular disease patients. The modified version is compared to the standard version using four evaluation metrics: accuracy, precision, recall, and F1-score. The achieved results indicated that when the LeNet-5 model was modified by increasing the number of used filters, this increased the model's ability to handle the ECGs dataset and extract the most important features from it. The results also showed that the modified version of the LeNet-5 model based on the ECGs image dataset improved accuracy by 9.14 percentage points compared to the standard LeNet-5 model.
特别是与其他疾病相比,心脏病(HD)夺去了全世界最多的人的生命。在早期和有效的疾病识别的帮助下,许多宝贵的生命可以得到挽救。医学检查、心电图(ECG)信号、心音、计算机断层扫描(CT)图像等都可用于识别HD。其中,从心电信号中识别高清信号至关重要。在本研究中,参与者的ECG样本被考虑为HD检测模型的必要输入。许多研究人员分析了心脏病的危险因素,并使用机器学习或深度学习技术来早期发现心脏病患者。在本文中,我们提出了一个修改版的LeNet-5模型,作为心血管疾病患者的转移模型。将修改后的版本与标准版本进行比较,使用四个评估指标:准确性、精密度、召回率和f1分数。所取得的结果表明,当LeNet-5模型通过增加使用的过滤器数量来修改时,这增加了模型处理ecg数据集并从中提取最重要特征的能力。结果还表明,与标准LeNet-5模型相比,基于心电图图像数据集的修正版LeNet-5模型的准确率提高了9.14个百分点。
{"title":"Heart Disease Prediction Using Modified Version of LeNet-5 Model","authors":"Shaimaa Mahmoud, Mohamed Gaber, Gamal Farouk, A. Keshk","doi":"10.5815/ijisa.2022.06.01","DOIUrl":"https://doi.org/10.5815/ijisa.2022.06.01","url":null,"abstract":"Particularly compared to other diseases, heart disease (HD) claims the lives of the greatest number of people worldwide. Many priceless lives can be saved with the help of early and effective disease identification. Medical tests, an electrocardiogram (ECG) signal, heart sounds, computed tomography (CT) images, etc. can all be used to identify HD. Of all sorts, HD signal recognition from ECG signals is crucial. The ECG samples from the participants were taken into consideration as the necessary inputs for the HD detection model in this study. Many researchers analyzed the risk factors of heart disease and used machine learning or deep learning techniques for the early detection of heart patients. In this paper, we propose a modified version of the LeNet-5 model to be used as a transfer model for cardiovascular disease patients. The modified version is compared to the standard version using four evaluation metrics: accuracy, precision, recall, and F1-score. The achieved results indicated that when the LeNet-5 model was modified by increasing the number of used filters, this increased the model's ability to handle the ECGs dataset and extract the most important features from it. The results also showed that the modified version of the LeNet-5 model based on the ECGs image dataset improved accuracy by 9.14 percentage points compared to the standard LeNet-5 model.","PeriodicalId":14067,"journal":{"name":"International Journal of Intelligent Systems and Applications in Engineering","volume":"1 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2022-12-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"85002857","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}
引用次数: 3
期刊
International Journal of Intelligent Systems and Applications in Engineering
全部 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