首页 > 最新文献

Computers最新文献

英文 中文
Moving towards a Mutant-Based Testing Tool for Verifying Behavior Maintenance in Test Code Refactorings 迈向基于突变的测试工具,用于验证测试代码重构中的行为维护
Q2 COMPUTER SCIENCE, INTERDISCIPLINARY APPLICATIONS Pub Date : 2023-11-13 DOI: 10.3390/computers12110230
Tiago Samuel Rodrigues Teixeira, Fábio Fagundes Silveira, Eduardo Martins Guerra
Evaluating mutation testing behavior can help decide whether refactoring successfully maintains the expected initial test results. Moreover, manually performing this analytical work is both time-consuming and prone to errors. This paper extends an approach to assess test code behavior and proposes a tool called MeteoR. This tool comprises an IDE plugin to detect issues that may arise during test code refactoring, reducing the effort required to perform evaluations. A preliminary assessment was conducted to validate the tool and ensure the proposed test code refactoring approach is adequate. By analyzing not only the mutation score but also the generated mutants in the pre- and post-refactoring process, results show that the approach is capable of checking whether the behavior of the mutants remains unchanged throughout the refactoring process. This proposal represents one more step toward the practice of test code refactoring. It can improve overall software quality, allowing developers and testers to safely refactor the test code in a scalable and automated way.
评估突变测试行为可以帮助确定重构是否成功地维护了预期的初始测试结果。此外,手动执行此分析工作既耗时又容易出错。本文扩展了一种评估测试代码行为的方法,并提出了一个名为MeteoR的工具。该工具包含一个IDE插件,用于检测在测试代码重构期间可能出现的问题,从而减少执行评估所需的工作量。进行初步评估以验证该工具,并确保建议的测试代码重构方法是适当的。通过分析突变得分和重构前后生成的突变体,结果表明该方法能够检查突变体的行为在整个重构过程中是否保持不变。这个建议代表了测试代码重构实践的又一步。它可以提高整体软件质量,允许开发人员和测试人员以可伸缩和自动化的方式安全地重构测试代码。
{"title":"Moving towards a Mutant-Based Testing Tool for Verifying Behavior Maintenance in Test Code Refactorings","authors":"Tiago Samuel Rodrigues Teixeira, Fábio Fagundes Silveira, Eduardo Martins Guerra","doi":"10.3390/computers12110230","DOIUrl":"https://doi.org/10.3390/computers12110230","url":null,"abstract":"Evaluating mutation testing behavior can help decide whether refactoring successfully maintains the expected initial test results. Moreover, manually performing this analytical work is both time-consuming and prone to errors. This paper extends an approach to assess test code behavior and proposes a tool called MeteoR. This tool comprises an IDE plugin to detect issues that may arise during test code refactoring, reducing the effort required to perform evaluations. A preliminary assessment was conducted to validate the tool and ensure the proposed test code refactoring approach is adequate. By analyzing not only the mutation score but also the generated mutants in the pre- and post-refactoring process, results show that the approach is capable of checking whether the behavior of the mutants remains unchanged throughout the refactoring process. This proposal represents one more step toward the practice of test code refactoring. It can improve overall software quality, allowing developers and testers to safely refactor the test code in a scalable and automated way.","PeriodicalId":46292,"journal":{"name":"Computers","volume":"5 3","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-11-13","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"136351778","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
DephosNet: A Novel Transfer Learning Approach for Dephosphorylation Site Prediction DephosNet:一种新的去磷酸化位点预测迁移学习方法
Q2 COMPUTER SCIENCE, INTERDISCIPLINARY APPLICATIONS Pub Date : 2023-11-10 DOI: 10.3390/computers12110229
Qing Yang, Xun Wang, Pan Zheng
Protein dephosphorylation is the process of removing phosphate groups from protein molecules, which plays a vital role in regulating various cellular processes and intricate protein signaling networks. The identification and prediction of dephosphorylation sites are crucial for this process. Previously, there was a lack of effective deep learning models for predicting these sites, often resulting in suboptimal outcomes. In this study, we introduce a deep learning framework known as “DephosNet”, which leverages transfer learning to enhance dephosphorylation site prediction. DephosNet employs dual-window sequential inputs that are embedded and subsequently processed through a series of network architectures, including ResBlock, Multi-Head Attention, and BiGRU layers. It generates predictions for both dephosphorylation and phosphorylation site probabilities. DephosNet is pre-trained on a phosphorylation dataset and then fine-tuned on the parameters with a dephosphorylation dataset. Notably, transfer learning significantly enhances DephosNet’s performance on the same dataset. Experimental results demonstrate that, when compared with other state-of-the-art models, DephosNet outperforms them on both the independent test sets for phosphorylation and dephosphorylation.
蛋白质去磷酸化是蛋白质分子中磷酸基团的去除过程,在调节各种细胞过程和复杂的蛋白质信号网络中起着至关重要的作用。去磷酸化位点的识别和预测对这一过程至关重要。以前,缺乏有效的深度学习模型来预测这些站点,通常会导致次优结果。在这项研究中,我们引入了一个名为“DephosNet”的深度学习框架,它利用迁移学习来增强去磷酸化位点的预测。DephosNet采用嵌入式的双窗口顺序输入,随后通过一系列网络架构进行处理,包括ResBlock、Multi-Head Attention和BiGRU层。它生成去磷酸化和磷酸化位点概率的预测。DephosNet在磷酸化数据集上进行预训练,然后使用去磷酸化数据集对参数进行微调。值得注意的是,迁移学习显著提高了DephosNet在相同数据集上的性能。实验结果表明,与其他最先进的模型相比,DephosNet在磷酸化和去磷酸化的独立测试集上都优于它们。
{"title":"DephosNet: A Novel Transfer Learning Approach for Dephosphorylation Site Prediction","authors":"Qing Yang, Xun Wang, Pan Zheng","doi":"10.3390/computers12110229","DOIUrl":"https://doi.org/10.3390/computers12110229","url":null,"abstract":"Protein dephosphorylation is the process of removing phosphate groups from protein molecules, which plays a vital role in regulating various cellular processes and intricate protein signaling networks. The identification and prediction of dephosphorylation sites are crucial for this process. Previously, there was a lack of effective deep learning models for predicting these sites, often resulting in suboptimal outcomes. In this study, we introduce a deep learning framework known as “DephosNet”, which leverages transfer learning to enhance dephosphorylation site prediction. DephosNet employs dual-window sequential inputs that are embedded and subsequently processed through a series of network architectures, including ResBlock, Multi-Head Attention, and BiGRU layers. It generates predictions for both dephosphorylation and phosphorylation site probabilities. DephosNet is pre-trained on a phosphorylation dataset and then fine-tuned on the parameters with a dephosphorylation dataset. Notably, transfer learning significantly enhances DephosNet’s performance on the same dataset. Experimental results demonstrate that, when compared with other state-of-the-art models, DephosNet outperforms them on both the independent test sets for phosphorylation and dephosphorylation.","PeriodicalId":46292,"journal":{"name":"Computers","volume":" 26","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-11-10","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"135187720","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
Authority Transfer According to a Driver Intervention Intention Considering Coexistence of Communication Delay 考虑通信延迟共存的驾驶员干预意图下的权限转移
Q2 COMPUTER SCIENCE, INTERDISCIPLINARY APPLICATIONS Pub Date : 2023-11-08 DOI: 10.3390/computers12110228
Taeyoon Lim, Myeonghwan Hwang, Eugene Kim, Hyunrok Cha
Recently, interest and research on autonomous driving technology have been actively conducted. However, proving the safety of autonomous vehicles and commercializing autonomous vehicles remain key challenges. According to a report released by the California Department of Motor Vehicles on self-driving, it is still hard to say that self-driving technology is highly reliable. Until fully autonomous driving is realized, authority transfer to humans is necessary to ensure the safety of autonomous driving. Several technologies, such as teleoperation and haptic-based approaches, are being developed based on human-machine interaction systems. This study deals with teleoperation and presents a way to switch control from autonomous vehicles to remote drivers. However, there are many studies on how to do teleoperation, but not many studies deal with communication delays that occur when switching control. Communication delays inevitably occur when switching control, and potential risks and accidents of the magnitude of the delay cannot be ignored. This study examines compensation for communication latency during remote control attempts and checks the acceptable level of latency for enabling remote operations. In addition, supplemented the safety and reliability of autonomous vehicles through research that reduces the size of communication delays when attempting teleoperation. It is expected to prevent human and material damage in the actual accident situation.
近年来,人们对自动驾驶技术的兴趣和研究一直很活跃。然而,证明自动驾驶汽车的安全性和自动驾驶汽车的商业化仍然是关键的挑战。根据加州机动车辆管理局发布的一份关于自动驾驶的报告,目前还很难说自动驾驶技术是高度可靠的。在完全自动驾驶实现之前,为了确保自动驾驶的安全,有必要将权力移交给人类。一些技术,如远程操作和基于触觉的方法,正在开发基于人机交互系统。本研究涉及远程操作,并提出了一种将控制从自动驾驶车辆切换到远程驾驶员的方法。然而,关于如何进行远程操作的研究很多,但涉及切换控制时出现的通信延迟的研究不多。在切换控制过程中不可避免地会出现通信延迟,延迟量级的潜在风险和事故不容忽视。本研究检查了远程控制尝试期间通信延迟的补偿,并检查了启用远程操作的可接受延迟级别。此外,通过研究减少远程操作时通信延迟的大小,补充了自动驾驶汽车的安全性和可靠性。在实际事故情况下,预计能防止人员和物质损失。
{"title":"Authority Transfer According to a Driver Intervention Intention Considering Coexistence of Communication Delay","authors":"Taeyoon Lim, Myeonghwan Hwang, Eugene Kim, Hyunrok Cha","doi":"10.3390/computers12110228","DOIUrl":"https://doi.org/10.3390/computers12110228","url":null,"abstract":"Recently, interest and research on autonomous driving technology have been actively conducted. However, proving the safety of autonomous vehicles and commercializing autonomous vehicles remain key challenges. According to a report released by the California Department of Motor Vehicles on self-driving, it is still hard to say that self-driving technology is highly reliable. Until fully autonomous driving is realized, authority transfer to humans is necessary to ensure the safety of autonomous driving. Several technologies, such as teleoperation and haptic-based approaches, are being developed based on human-machine interaction systems. This study deals with teleoperation and presents a way to switch control from autonomous vehicles to remote drivers. However, there are many studies on how to do teleoperation, but not many studies deal with communication delays that occur when switching control. Communication delays inevitably occur when switching control, and potential risks and accidents of the magnitude of the delay cannot be ignored. This study examines compensation for communication latency during remote control attempts and checks the acceptable level of latency for enabling remote operations. In addition, supplemented the safety and reliability of autonomous vehicles through research that reduces the size of communication delays when attempting teleoperation. It is expected to prevent human and material damage in the actual accident situation.","PeriodicalId":46292,"journal":{"name":"Computers","volume":"24 24","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-11-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"135390774","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
Creating Location-Based Augmented Reality Games and Immersive Experiences for Touristic Destination Marketing and Education 为旅游目的地营销和教育创建基于位置的增强现实游戏和沉浸式体验
Q2 COMPUTER SCIENCE, INTERDISCIPLINARY APPLICATIONS Pub Date : 2023-11-07 DOI: 10.3390/computers12110227
Alexandros Kleftodimos, Athanasios Evagelou, Stefanos Gkoutzios, Maria Matsiola, Michalis Vrigkas, Anastasia Yannacopoulou, Amalia Triantafillidou, Georgios Lappas
The aim of this paper is to present an approach that utilizes several mixed reality technologies for touristic promotion and education. More specifically, mixed reality applications and games were created to promote the mountainous areas of Western Macedonia, Greece, and to educate visitors on various aspects of these destinations, such as their history and cultural heritage. Location-based augmented reality (AR) games were designed to guide the users to visit and explore the destinations, get informed, gather points and prizes by accomplishing specific tasks, and meet virtual characters that tell stories. Furthermore, an immersive lab was established to inform visitors about the region of interest through mixed reality content designed for entertainment and education. The lab visitors can experience content and games through virtual reality (VR) and augmented reality (AR) wearable devices. Likewise, 3D content can be viewed through special stereoscopic monitors. An evaluation of the lab experience was performed with a sample of 82 visitors who positively evaluated features of the immersive experience such as the level of satisfaction, immersion, educational usefulness, the intention to visit the mountainous destinations of Western Macedonia, intention to revisit the lab, and intention to recommend the experience to others.
本文的目的是提出一种利用几种混合现实技术进行旅游推广和教育的方法。更具体地说,混合现实应用程序和游戏是为了推广希腊马其顿西部的山区,并向游客介绍这些目的地的各个方面,比如他们的历史和文化遗产。基于位置的增强现实(AR)游戏旨在引导用户参观和探索目的地,获得信息,通过完成特定任务获得积分和奖品,并与讲故事的虚拟人物见面。此外,还建立了一个沉浸式实验室,通过为娱乐和教育设计的混合现实内容,向游客介绍感兴趣的地区。参观者可以通过虚拟现实(VR)和增强现实(AR)可穿戴设备体验内容和游戏。同样,3D内容可以通过特殊的立体显示器观看。对实验室体验的评估是由82名参观者组成的样本进行的,他们积极评价沉浸式体验的特征,如满意度、沉浸感、教育有用性、访问马其顿西部山区目的地的意图、重新访问实验室的意图以及向他人推荐体验的意图。
{"title":"Creating Location-Based Augmented Reality Games and Immersive Experiences for Touristic Destination Marketing and Education","authors":"Alexandros Kleftodimos, Athanasios Evagelou, Stefanos Gkoutzios, Maria Matsiola, Michalis Vrigkas, Anastasia Yannacopoulou, Amalia Triantafillidou, Georgios Lappas","doi":"10.3390/computers12110227","DOIUrl":"https://doi.org/10.3390/computers12110227","url":null,"abstract":"The aim of this paper is to present an approach that utilizes several mixed reality technologies for touristic promotion and education. More specifically, mixed reality applications and games were created to promote the mountainous areas of Western Macedonia, Greece, and to educate visitors on various aspects of these destinations, such as their history and cultural heritage. Location-based augmented reality (AR) games were designed to guide the users to visit and explore the destinations, get informed, gather points and prizes by accomplishing specific tasks, and meet virtual characters that tell stories. Furthermore, an immersive lab was established to inform visitors about the region of interest through mixed reality content designed for entertainment and education. The lab visitors can experience content and games through virtual reality (VR) and augmented reality (AR) wearable devices. Likewise, 3D content can be viewed through special stereoscopic monitors. An evaluation of the lab experience was performed with a sample of 82 visitors who positively evaluated features of the immersive experience such as the level of satisfaction, immersion, educational usefulness, the intention to visit the mountainous destinations of Western Macedonia, intention to revisit the lab, and intention to recommend the experience to others.","PeriodicalId":46292,"journal":{"name":"Computers","volume":"132 6","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-11-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"135539581","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
Constructing the Bounds for Neural Network Training Using Grammatical Evolution 用语法进化构造神经网络训练的边界
Q2 COMPUTER SCIENCE, INTERDISCIPLINARY APPLICATIONS Pub Date : 2023-11-05 DOI: 10.3390/computers12110226
Ioannis G. Tsoulos, Alexandros Tzallas, Evangelos Karvounis
Artificial neural networks are widely established models of computational intelligence that have been tested for their effectiveness in a variety of real-world applications. These models require a set of parameters to be fitted through the use of an optimization technique. However, an issue that researchers often face is finding an efficient range of values for the parameters of the artificial neural network. This paper proposes an innovative technique for generating a promising range of values for the parameters of the artificial neural network. Finding the value field is conducted by a series of rules for partitioning the original set of values or expanding it, the rules of which are generated using grammatical evolution. After finding a promising interval of values, any optimization technique such as a genetic algorithm can be used to train the artificial neural network on that interval of values. The new technique was tested on a wide range of problems from the relevant literature and the results were extremely promising.
人工神经网络是广泛建立的计算智能模型,已经在各种现实世界的应用中测试了它们的有效性。这些模型需要通过使用优化技术来拟合一组参数。然而,研究人员经常面临的一个问题是如何为人工神经网络的参数找到一个有效的取值范围。本文提出了一种为人工神经网络的参数生成有希望的取值范围的创新技术。查找值字段是通过一系列规则对原始值集进行划分或扩展,这些规则是通过语法演化生成的。在找到一个有希望的值区间后,可以使用任何优化技术(如遗传算法)在该值区间上训练人工神经网络。从相关文献中对新技术进行了广泛的问题测试,结果非常有希望。
{"title":"Constructing the Bounds for Neural Network Training Using Grammatical Evolution","authors":"Ioannis G. Tsoulos, Alexandros Tzallas, Evangelos Karvounis","doi":"10.3390/computers12110226","DOIUrl":"https://doi.org/10.3390/computers12110226","url":null,"abstract":"Artificial neural networks are widely established models of computational intelligence that have been tested for their effectiveness in a variety of real-world applications. These models require a set of parameters to be fitted through the use of an optimization technique. However, an issue that researchers often face is finding an efficient range of values for the parameters of the artificial neural network. This paper proposes an innovative technique for generating a promising range of values for the parameters of the artificial neural network. Finding the value field is conducted by a series of rules for partitioning the original set of values or expanding it, the rules of which are generated using grammatical evolution. After finding a promising interval of values, any optimization technique such as a genetic algorithm can be used to train the artificial neural network on that interval of values. The new technique was tested on a wide range of problems from the relevant literature and the results were extremely promising.","PeriodicalId":46292,"journal":{"name":"Computers","volume":"47 5","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-11-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"135726495","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
Chance-Constrained Optimization Formulation for Ship Conceptual Design: A Comparison of Metaheuristic Algorithms 船舶概念设计的机会约束优化公式:一种元启发式算法的比较
Q2 COMPUTER SCIENCE, INTERDISCIPLINARY APPLICATIONS Pub Date : 2023-11-03 DOI: 10.3390/computers12110225
Jakub Kudela
This paper presents a new chance-constrained optimization (CCO) formulation for the bulk carrier conceptual design. The CCO problem is modeled through the scenario design approach. We conducted extensive numerical experiments comparing the convergence of both canonical and state-of-the-art metaheuristic algorithms on the original and CCO formulations and showed that the CCO formulation is substantially more difficult to solve. The two best-performing methods were both found to be differential evolution-based algorithms. We then provide an analysis of the resulting solutions in terms of the dependence of the distribution functions of the unit transportation costs and annual cargo capacity of the ship design on the probability of violating the chance constraints.
提出了一种新的散货船概念设计机会约束优化(CCO)公式。通过场景设计方法对CCO问题进行建模。我们进行了大量的数值实验,比较了经典和最先进的元启发式算法在原始和CCO公式上的收敛性,并表明CCO公式实际上更难求解。两种表现最好的方法都是基于差分进化的算法。然后,根据船舶设计的单位运输成本和年载货能力的分布函数对违反机会约束的概率的依赖关系,对所得解进行了分析。
{"title":"Chance-Constrained Optimization Formulation for Ship Conceptual Design: A Comparison of Metaheuristic Algorithms","authors":"Jakub Kudela","doi":"10.3390/computers12110225","DOIUrl":"https://doi.org/10.3390/computers12110225","url":null,"abstract":"This paper presents a new chance-constrained optimization (CCO) formulation for the bulk carrier conceptual design. The CCO problem is modeled through the scenario design approach. We conducted extensive numerical experiments comparing the convergence of both canonical and state-of-the-art metaheuristic algorithms on the original and CCO formulations and showed that the CCO formulation is substantially more difficult to solve. The two best-performing methods were both found to be differential evolution-based algorithms. We then provide an analysis of the resulting solutions in terms of the dependence of the distribution functions of the unit transportation costs and annual cargo capacity of the ship design on the probability of violating the chance constraints.","PeriodicalId":46292,"journal":{"name":"Computers","volume":"43 10","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-11-03","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"135868873","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 Methodological Framework for Designing Personalised Training Programs to Support Personnel Upskilling in Industry 5.0 设计个性化培训计划以支持工业5.0中人员技能提升的方法框架
Q2 COMPUTER SCIENCE, INTERDISCIPLINARY APPLICATIONS Pub Date : 2023-11-02 DOI: 10.3390/computers12110224
Francisco Fraile, Foivos Psarommatis, Faustino Alarcón, Jordi Joan
Industry 5.0 emphasises social sustainability and highlights the critical need for personnel upskilling and reskilling to achieve the seamless integration of human expertise and advanced technology. This paper presents a methodological framework for designing personalised training programs that support personnel upskilling, with the goal of fostering flexibility and resilience amid rapid changes in the industrial landscape. The proposed framework encompasses seven stages: (1) Integration with Existing Systems, (2) Data Collection, (3) Data Preparation, (4) Skills-Models Extraction, (5) Assessment of Skills and Qualifications, (6) Recommendations for Training Program, (7) Evaluation and Continuous Improvement. By leveraging Large Language Models (LLMs) and human-centric principles, our methodology enables the creation of tailored training programs to help organisations promote a culture of proactive learning. This work thus contributes to the sustainable development of the human workforce, facilitating access to high-quality training and fostering personnel well-being and satisfaction. Through a food-processing use case, this paper demonstrates how this methodology can help organisations identify skill gaps and upskilling opportunities and use these insights to drive personnel upskilling in Industry 5.0.
工业5.0强调社会的可持续性,并强调对人员技能提升和再培训的迫切需求,以实现人类专业知识和先进技术的无缝集成。本文提出了一个设计个性化培训计划的方法框架,以支持人员提高技能,目标是在快速变化的工业环境中培养灵活性和弹性。拟议的框架包括七个阶段:(1)与现有系统集成,(2)数据收集,(3)数据准备,(4)技能模型提取,(5)技能和资格评估,(6)培训计划建议,(7)评估和持续改进。通过利用大型语言模型(llm)和以人为本的原则,我们的方法可以创建量身定制的培训计划,帮助组织促进主动学习的文化。因此,这项工作有助于人力资源的可持续发展,促进获得高质量培训的机会,并促进人员的福祉和满意度。通过一个食品加工用例,本文演示了该方法如何帮助组织识别技能差距和提升技能的机会,并利用这些见解来推动工业5.0中的人员技能提升。
{"title":"A Methodological Framework for Designing Personalised Training Programs to Support Personnel Upskilling in Industry 5.0","authors":"Francisco Fraile, Foivos Psarommatis, Faustino Alarcón, Jordi Joan","doi":"10.3390/computers12110224","DOIUrl":"https://doi.org/10.3390/computers12110224","url":null,"abstract":"Industry 5.0 emphasises social sustainability and highlights the critical need for personnel upskilling and reskilling to achieve the seamless integration of human expertise and advanced technology. This paper presents a methodological framework for designing personalised training programs that support personnel upskilling, with the goal of fostering flexibility and resilience amid rapid changes in the industrial landscape. The proposed framework encompasses seven stages: (1) Integration with Existing Systems, (2) Data Collection, (3) Data Preparation, (4) Skills-Models Extraction, (5) Assessment of Skills and Qualifications, (6) Recommendations for Training Program, (7) Evaluation and Continuous Improvement. By leveraging Large Language Models (LLMs) and human-centric principles, our methodology enables the creation of tailored training programs to help organisations promote a culture of proactive learning. This work thus contributes to the sustainable development of the human workforce, facilitating access to high-quality training and fostering personnel well-being and satisfaction. Through a food-processing use case, this paper demonstrates how this methodology can help organisations identify skill gaps and upskilling opportunities and use these insights to drive personnel upskilling in Industry 5.0.","PeriodicalId":46292,"journal":{"name":"Computers","volume":"4 3","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-11-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"135974662","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 and Scalability of Educational Platforms: Integration of Artificial Intelligence and Cloud Computing 教育平台的优化与可扩展性:人工智能与云计算的融合
Q2 COMPUTER SCIENCE, INTERDISCIPLINARY APPLICATIONS Pub Date : 2023-11-01 DOI: 10.3390/computers12110223
Jaime Govea, Ernesto Ocampo Edye, Solange Revelo-Tapia, William Villegas-Ch
The intersection between technology and education has taken on unprecedented relevance, driven by the promise of transforming teaching and learning through advanced digital tools. This study proposes a comprehensive exploration of how cloud computing and artificial intelligence converge to impact education, focusing on accessibility, efficiency, and quality of learning. A mixed-research design identified a 25% improvement in the personalization of educational content thanks to AI and a 60% increase in simultaneous user capacity through cloud computing. Additionally, a significant reduction in administrative errors and improvements in scalability were observed without sacrificing quality. The results demonstrate that these technologies not only improve efficiency and accessibility in education but also enrich the learning experience. By comparing these findings with previous research, this study highlights the synergistic value of these technologies and positions itself as a critical resource to guide future developments and improvements in the education sector in a digitally advanced world.
通过先进的数字工具改变教与学的前景,推动了技术与教育之间的交叉,呈现出前所未有的相关性。本研究提出了云计算和人工智能如何融合影响教育的全面探索,重点关注学习的可及性、效率和质量。一项混合研究设计发现,由于人工智能,教育内容的个性化提高了25%,通过云计算,同时用户容量增加了60%。此外,在不牺牲质量的情况下,还显著减少了管理错误,提高了可伸缩性。结果表明,这些技术不仅提高了教育的效率和可及性,而且丰富了学习经验。通过将这些发现与之前的研究结果进行比较,本研究强调了这些技术的协同价值,并将自己定位为指导数字化先进世界中教育部门未来发展和改进的关键资源。
{"title":"Optimization and Scalability of Educational Platforms: Integration of Artificial Intelligence and Cloud Computing","authors":"Jaime Govea, Ernesto Ocampo Edye, Solange Revelo-Tapia, William Villegas-Ch","doi":"10.3390/computers12110223","DOIUrl":"https://doi.org/10.3390/computers12110223","url":null,"abstract":"The intersection between technology and education has taken on unprecedented relevance, driven by the promise of transforming teaching and learning through advanced digital tools. This study proposes a comprehensive exploration of how cloud computing and artificial intelligence converge to impact education, focusing on accessibility, efficiency, and quality of learning. A mixed-research design identified a 25% improvement in the personalization of educational content thanks to AI and a 60% increase in simultaneous user capacity through cloud computing. Additionally, a significant reduction in administrative errors and improvements in scalability were observed without sacrificing quality. The results demonstrate that these technologies not only improve efficiency and accessibility in education but also enrich the learning experience. By comparing these findings with previous research, this study highlights the synergistic value of these technologies and positions itself as a critical resource to guide future developments and improvements in the education sector in a digitally advanced world.","PeriodicalId":46292,"journal":{"name":"Computers","volume":"68 2","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"135326097","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
Distributed Representation for Assembly Code 汇编代码的分布式表示
Q2 COMPUTER SCIENCE, INTERDISCIPLINARY APPLICATIONS Pub Date : 2023-11-01 DOI: 10.3390/computers12110222
Kazuki Yoshida, Kaiyu Suzuki, Tomofumi Matsuzawa
In recent years, the number of similar software products with many common parts has been increasing due to the reuse and plagiarism of source code in the software development process. Pattern matching, which is an existing method for detecting similarity, cannot detect the similarities between these software products and other programs. It is necessary, for example, to detect similarities based on commonalities in both functionality and control structures. At the same time, detailed software analysis requires manual reverse engineering. Therefore, technologies that automatically identify similarities among the arge amounts of code present in software products in advance can reduce these oads. In this paper, we propose a representation earning model to extract feature expressions from assembly code obtained by statically analyzing such code to determine the similarity between software products. We use assembly code to eliminate the dependence on the existence of source code or differences in development anguage. The proposed approach makes use of Asm2Vec, an existing method, that is capable of generating a vector representation that captures the semantics of assembly code. The proposed method also incorporates information on the program control structure. The control structure can be represented by graph data. Thus, we use graph embedding, a graph vector representation method, to generate a representation vector that reflects both the semantics and the control structure of the assembly code. In our experiments, we generated expression vectors from multiple programs and used clustering to verify the accuracy of the approach in classifying similar programs into the same cluster. The proposed method outperforms existing methods that only consider semantics in both accuracy and execution time.
近年来,由于软件开发过程中源代码的重用和抄袭,类似的软件产品中有许多共性部件的数量不断增加。模式匹配是现有的一种相似度检测方法,但无法检测出这些软件产品与其他程序之间的相似度。例如,有必要根据功能和控制结构的共性来检测相似性。同时,详细的软件分析需要人工逆向工程。因此,提前自动识别软件产品中大量代码之间的相似性的技术可以减少这些负担。本文提出了一种表示学习模型,从静态分析得到的汇编代码中提取特征表达式,以确定软件产品之间的相似度。我们使用汇编代码来消除对源代码存在的依赖或开发语言的差异。所建议的方法利用了Asm2Vec(一种现有的方法),该方法能够生成捕获汇编代码语义的矢量表示。所提出的方法还包含了程序控制结构的信息。控制结构可以用图形数据表示。因此,我们使用图嵌入(一种图向量表示方法)来生成反映汇编代码的语义和控制结构的表示向量。在我们的实验中,我们从多个程序中生成表达向量,并使用聚类来验证该方法将相似程序分类到同一聚类中的准确性。该方法在精度和执行时间上都优于仅考虑语义的现有方法。
{"title":"Distributed Representation for Assembly Code","authors":"Kazuki Yoshida, Kaiyu Suzuki, Tomofumi Matsuzawa","doi":"10.3390/computers12110222","DOIUrl":"https://doi.org/10.3390/computers12110222","url":null,"abstract":"In recent years, the number of similar software products with many common parts has been increasing due to the reuse and plagiarism of source code in the software development process. Pattern matching, which is an existing method for detecting similarity, cannot detect the similarities between these software products and other programs. It is necessary, for example, to detect similarities based on commonalities in both functionality and control structures. At the same time, detailed software analysis requires manual reverse engineering. Therefore, technologies that automatically identify similarities among the arge amounts of code present in software products in advance can reduce these oads. In this paper, we propose a representation earning model to extract feature expressions from assembly code obtained by statically analyzing such code to determine the similarity between software products. We use assembly code to eliminate the dependence on the existence of source code or differences in development anguage. The proposed approach makes use of Asm2Vec, an existing method, that is capable of generating a vector representation that captures the semantics of assembly code. The proposed method also incorporates information on the program control structure. The control structure can be represented by graph data. Thus, we use graph embedding, a graph vector representation method, to generate a representation vector that reflects both the semantics and the control structure of the assembly code. In our experiments, we generated expression vectors from multiple programs and used clustering to verify the accuracy of the approach in classifying similar programs into the same cluster. The proposed method outperforms existing methods that only consider semantics in both accuracy and execution time.","PeriodicalId":46292,"journal":{"name":"Computers","volume":"44 3-4","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"135270832","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
Investigation of the Gender-Specific Discourse about Online Learning during COVID-19 on Twitter Using Sentiment Analysis, Subjectivity Analysis, and Toxicity Analysis 基于情感分析、主观性分析和毒性分析的COVID-19期间Twitter上关于在线学习的性别话语调查
Q2 COMPUTER SCIENCE, INTERDISCIPLINARY APPLICATIONS Pub Date : 2023-10-31 DOI: 10.3390/computers12110221
Nirmalya Thakur, Shuqi Cui, Karam Khanna, Victoria Knieling, Yuvraj Nihal Duggal, Mingchen Shao
This paper presents several novel findings from a comprehensive analysis of about 50,000 Tweets about online learning during COVID-19, posted on Twitter between 9 November 2021 and 13 July 2022. First, the results of sentiment analysis from VADER, Afinn, and TextBlob show that a higher percentage of these Tweets were positive. The results of gender-specific sentiment analysis indicate that for positive Tweets, negative Tweets, and neutral Tweets, between males and females, males posted a higher percentage of the Tweets. Second, the results from subjectivity analysis show that the percentage of least opinionated, neutral opinionated, and highly opinionated Tweets were 56.568%, 30.898%, and 12.534%, respectively. The gender-specific results for subjectivity analysis indicate that females posted a higher percentage of highly opinionated Tweets as compared to males. However, males posted a higher percentage of least opinionated and neutral opinionated Tweets as compared to females. Third, toxicity detection was performed on the Tweets to detect different categories of toxic content—toxicity, obscene, identity attack, insult, threat, and sexually explicit. The gender-specific analysis of the percentage of Tweets posted by each gender for each of these categories of toxic content revealed several novel insights related to the degree, type, variations, and trends of toxic content posted by males and females related to online learning. Fourth, the average activity of males and females per month in this context was calculated. The findings indicate that the average activity of females was higher in all months as compared to males other than March 2022. Finally, country-specific tweeting patterns of males and females were also performed which presented multiple novel insights, for instance, in India, a higher percentage of the Tweets about online learning during COVID-19 were posted by males as compared to females.
本文介绍了对2021年11月9日至2022年7月13日期间Twitter上发布的约5万条有关COVID-19期间在线学习的推文进行综合分析后得出的几项新发现。首先,来自VADER、Afinn和TextBlob的情绪分析结果显示,这些推文中积极的比例更高。性别情感分析的结果表明,在男性和女性之间,对于积极的推文、消极的推文和中性的推文,男性发布的推文比例更高。其次,主观性分析结果显示,最不自以为是、中性自以为是和高度自以为是的推文比例分别为56.568%、30.898%和12.534%。主观性分析的性别结果表明,与男性相比,女性发布的高度固执己见的推文比例更高。然而,与女性相比,男性发布的最不固执己见和中立固执己见的推文比例更高。第三,对推文进行毒性检测,检测不同类别的有毒内容——毒性、淫秽、身份攻击、侮辱、威胁和性暴露。针对这些有毒内容的每个类别,对每个性别发布的推文百分比进行了针对性别的分析,揭示了与男性和女性发布的与在线学习相关的有毒内容的程度、类型、变化和趋势相关的一些新颖见解。第四,计算了在这种情况下男性和女性每月的平均活动。研究结果表明,除了2022年3月,女性的平均活动在所有月份都高于男性。最后,还分析了男性和女性在特定国家的推文模式,提供了多种新颖的见解,例如,在印度,与女性相比,男性在2019冠状病毒病期间发布的关于在线学习的推文比例更高。
{"title":"Investigation of the Gender-Specific Discourse about Online Learning during COVID-19 on Twitter Using Sentiment Analysis, Subjectivity Analysis, and Toxicity Analysis","authors":"Nirmalya Thakur, Shuqi Cui, Karam Khanna, Victoria Knieling, Yuvraj Nihal Duggal, Mingchen Shao","doi":"10.3390/computers12110221","DOIUrl":"https://doi.org/10.3390/computers12110221","url":null,"abstract":"This paper presents several novel findings from a comprehensive analysis of about 50,000 Tweets about online learning during COVID-19, posted on Twitter between 9 November 2021 and 13 July 2022. First, the results of sentiment analysis from VADER, Afinn, and TextBlob show that a higher percentage of these Tweets were positive. The results of gender-specific sentiment analysis indicate that for positive Tweets, negative Tweets, and neutral Tweets, between males and females, males posted a higher percentage of the Tweets. Second, the results from subjectivity analysis show that the percentage of least opinionated, neutral opinionated, and highly opinionated Tweets were 56.568%, 30.898%, and 12.534%, respectively. The gender-specific results for subjectivity analysis indicate that females posted a higher percentage of highly opinionated Tweets as compared to males. However, males posted a higher percentage of least opinionated and neutral opinionated Tweets as compared to females. Third, toxicity detection was performed on the Tweets to detect different categories of toxic content—toxicity, obscene, identity attack, insult, threat, and sexually explicit. The gender-specific analysis of the percentage of Tweets posted by each gender for each of these categories of toxic content revealed several novel insights related to the degree, type, variations, and trends of toxic content posted by males and females related to online learning. Fourth, the average activity of males and females per month in this context was calculated. The findings indicate that the average activity of females was higher in all months as compared to males other than March 2022. Finally, country-specific tweeting patterns of males and females were also performed which presented multiple novel insights, for instance, in India, a higher percentage of the Tweets about online learning during COVID-19 were posted by males as compared to females.","PeriodicalId":46292,"journal":{"name":"Computers","volume":"126 8","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-10-31","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"135813513","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
期刊
Computers
全部 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