首页 > 最新文献

Comput.最新文献

英文 中文
The Generation of Articulatory Animations Based on Keypoint Detection and Motion Transfer Combined with Image Style Transfer 基于关键点检测和运动转移结合图像风格转移的发音动画生成
Pub Date : 2023-07-28 DOI: 10.3390/computers12080150
Xufeng Ling, Yun Zhu, W. Liu, Jingxin Liang, Jie Yang
Knowing the correct positioning of the tongue and mouth for pronunciation is crucial for learning English pronunciation correctly. Articulatory animation is an effective way to address the above task and helpful to English learners. However, articulatory animations are all traditionally hand-drawn. Different situations require varying animation styles, so a comprehensive redraw of all the articulatory animations is necessary. To address this issue, we developed a method for the automatic generation of articulatory animations using a deep learning system. Our method leverages an automatic keypoint-based detection network, a motion transfer network, and a style transfer network to generate a series of articulatory animations that adhere to the desired style. By inputting a target-style articulation image, our system is capable of producing animations with the desired characteristics. We created a dataset of articulation images and animations from public sources, including the International Phonetic Association (IPA), to establish our articulation image animation dataset. We performed preprocessing on the articulation images by segmenting them into distinct areas each corresponding to a specific articulatory part, such as the tongue, upper jaw, lower jaw, soft palate, and vocal cords. We trained a deep neural network model capable of automatically detecting the keypoints in typical articulation images. Also, we trained a generative adversarial network (GAN) model that can generate end-to-end animation of different styles automatically from the characteristics of keypoints and the learned image style. To train a relatively robust model, we used four different style videos: one magnetic resonance imaging (MRI) articulatory video and three hand-drawn videos. For further applications, we combined the consonant and vowel animations together to generate a syllable animation and the animation of a word consisting of many syllables. Experiments show that this system can auto-generate articulatory animations according to input phonetic symbols and should be helpful to people for English articulation correction.
了解舌头和嘴巴的正确发音位置对于正确学习英语发音至关重要。发音动画是解决上述问题的有效途径,对英语学习者很有帮助。然而,发音动画传统上都是手绘的。不同的情况需要不同的动画风格,所以一个全面的重新绘制所有的发音动画是必要的。为了解决这个问题,我们开发了一种使用深度学习系统自动生成发音动画的方法。我们的方法利用基于关键点的自动检测网络、运动转移网络和风格转移网络来生成一系列符合所需风格的发音动画。通过输入目标风格的发音图像,我们的系统能够产生具有所需特征的动画。我们从包括国际语音协会(IPA)在内的公共资源中创建了一个发音图像和动画数据集,以建立我们的发音图像动画数据集。我们对发音图像进行预处理,将它们分割成不同的区域,每个区域对应于特定的发音部分,如舌头、上颌、下颌、软腭和声带。我们训练了一个能够自动检测典型发音图像中关键点的深度神经网络模型。此外,我们还训练了一个生成式对抗网络(GAN)模型,该模型可以根据关键点的特征和学习到的图像风格自动生成不同风格的端到端动画。为了训练一个相对稳健的模型,我们使用了四种不同风格的视频:一个磁共振成像(MRI)发音视频和三个手绘视频。为了进一步应用,我们将辅音动画和元音动画结合在一起,生成音节动画和由多个音节组成的单词动画。实验表明,该系统可以根据输入的音标自动生成发音动画,对英语发音校正有一定的帮助。
{"title":"The Generation of Articulatory Animations Based on Keypoint Detection and Motion Transfer Combined with Image Style Transfer","authors":"Xufeng Ling, Yun Zhu, W. Liu, Jingxin Liang, Jie Yang","doi":"10.3390/computers12080150","DOIUrl":"https://doi.org/10.3390/computers12080150","url":null,"abstract":"Knowing the correct positioning of the tongue and mouth for pronunciation is crucial for learning English pronunciation correctly. Articulatory animation is an effective way to address the above task and helpful to English learners. However, articulatory animations are all traditionally hand-drawn. Different situations require varying animation styles, so a comprehensive redraw of all the articulatory animations is necessary. To address this issue, we developed a method for the automatic generation of articulatory animations using a deep learning system. Our method leverages an automatic keypoint-based detection network, a motion transfer network, and a style transfer network to generate a series of articulatory animations that adhere to the desired style. By inputting a target-style articulation image, our system is capable of producing animations with the desired characteristics. We created a dataset of articulation images and animations from public sources, including the International Phonetic Association (IPA), to establish our articulation image animation dataset. We performed preprocessing on the articulation images by segmenting them into distinct areas each corresponding to a specific articulatory part, such as the tongue, upper jaw, lower jaw, soft palate, and vocal cords. We trained a deep neural network model capable of automatically detecting the keypoints in typical articulation images. Also, we trained a generative adversarial network (GAN) model that can generate end-to-end animation of different styles automatically from the characteristics of keypoints and the learned image style. To train a relatively robust model, we used four different style videos: one magnetic resonance imaging (MRI) articulatory video and three hand-drawn videos. For further applications, we combined the consonant and vowel animations together to generate a syllable animation and the animation of a word consisting of many syllables. Experiments show that this system can auto-generate articulatory animations according to input phonetic symbols and should be helpful to people for English articulation correction.","PeriodicalId":10526,"journal":{"name":"Comput.","volume":"10 1","pages":"150"},"PeriodicalIF":0.0,"publicationDate":"2023-07-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"83269289","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
The Impact of the Web Data Access Object (WebDAO) Design Pattern on Productivity Web数据访问对象(WebDAO)设计模式对生产力的影响
Pub Date : 2023-07-27 DOI: 10.3390/computers12080149
Zoltán Richárd Jánki, Vilmos Bilicki
In contemporary software development, it is crucial to adhere to design patterns because well-organized and readily maintainable source code facilitates bug fixes and the development of new features. A carefully selected set of design patterns can have a significant impact on the productivity of software development. Data Access Object (DAO) is a frequently used design pattern that provides an abstraction layer between the application and the database and is present in the back-end. As serverless development arises, more and more applications are using the DAO design pattern, but it has been moved to the front-end. We refer to this pattern as WebDAO. It is evident that the DAO pattern improves development productivity, but it has never been demonstrated for WebDAO. Here, we evaluated the open source Angular projects to determine whether they use WebDAO. For automatic evaluation, we trained a Natural Language Processing (NLP) model that can recognize the WebDAO design pattern with 92% accuracy. On the basis of the results, we analyzed the entire history of the projects and presented how the WebDAO design pattern impacts productivity, taking into account the number of commits, changes, and issues.
在当代软件开发中,坚持设计模式是至关重要的,因为组织良好且易于维护的源代码有助于bug修复和新特性的开发。精心选择的一组设计模式可以对软件开发的生产力产生重大影响。数据访问对象(Data Access Object, DAO)是一种常用的设计模式,它在后端提供应用程序和数据库之间的抽象层。随着无服务器开发的出现,越来越多的应用程序正在使用DAO设计模式,但它已被转移到前端。我们将这种模式称为WebDAO。很明显,DAO模式提高了开发效率,但它从未在WebDAO中得到证明。在这里,我们评估了开源Angular项目,以确定它们是否使用了WebDAO。为了自动评估,我们训练了一个自然语言处理(NLP)模型,该模型能够以92%的准确率识别WebDAO设计模式。在结果的基础上,我们分析了项目的整个历史,并介绍了WebDAO设计模式如何影响生产力,同时考虑了提交、更改和问题的数量。
{"title":"The Impact of the Web Data Access Object (WebDAO) Design Pattern on Productivity","authors":"Zoltán Richárd Jánki, Vilmos Bilicki","doi":"10.3390/computers12080149","DOIUrl":"https://doi.org/10.3390/computers12080149","url":null,"abstract":"In contemporary software development, it is crucial to adhere to design patterns because well-organized and readily maintainable source code facilitates bug fixes and the development of new features. A carefully selected set of design patterns can have a significant impact on the productivity of software development. Data Access Object (DAO) is a frequently used design pattern that provides an abstraction layer between the application and the database and is present in the back-end. As serverless development arises, more and more applications are using the DAO design pattern, but it has been moved to the front-end. We refer to this pattern as WebDAO. It is evident that the DAO pattern improves development productivity, but it has never been demonstrated for WebDAO. Here, we evaluated the open source Angular projects to determine whether they use WebDAO. For automatic evaluation, we trained a Natural Language Processing (NLP) model that can recognize the WebDAO design pattern with 92% accuracy. On the basis of the results, we analyzed the entire history of the projects and presented how the WebDAO design pattern impacts productivity, taking into account the number of commits, changes, and issues.","PeriodicalId":10526,"journal":{"name":"Comput.","volume":"391 1","pages":"149"},"PeriodicalIF":0.0,"publicationDate":"2023-07-27","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"80752779","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
Toward Improved Machine Learning-Based Intrusion Detection for Internet of Things Traffic 基于机器学习的物联网流量入侵检测改进研究
Pub Date : 2023-07-27 DOI: 10.3390/computers12080148
Sarah Alkadi, Saad A. Al-Ahmadi, M. M. Ben Ismail
The rapid development of Internet of Things (IoT) networks has revealed multiple security issues. On the other hand, machine learning (ML) has proven its efficiency in building intrusion detection systems (IDSs) intended to reinforce the security of IoT networks. In fact, the successful design and implementation of such techniques require the use of effective methods in terms of data and model quality. This paper encloses an empirical impact analysis for the latter in the context of a multi-class classification scenario. A series of experiments were conducted using six ML models, along with four benchmarking datasets, including UNSW-NB15, BOT-IoT, ToN-IoT, and Edge-IIoT. The proposed framework investigates the marginal benefit of employing data pre-processing and model configurations considering IoT limitations. In fact, the empirical findings indicate that the accuracy of ML-based IDS detection rapidly increases when methods that use quality data and models are deployed. Specifically, data cleaning, transformation, normalization, and dimensionality reduction, along with model parameter tuning, exhibit significant potential to minimize computational complexity and yield better performance. In addition, MLP- and clustering-based algorithms outperformed the remaining models, and the obtained accuracy reached up to 99.97%. One should note that the performance of the challenger models was assessed using similar test sets, and this was compared to the results achieved using the relevant pieces of research.
物联网(IoT)网络的快速发展暴露了多种安全问题。另一方面,机器学习(ML)已经证明了其在构建旨在加强物联网网络安全性的入侵检测系统(ids)方面的效率。事实上,这些技术的成功设计和实现需要在数据和模型质量方面使用有效的方法。本文在多类分类情景下对后者进行了实证影响分析。采用UNSW-NB15、BOT-IoT、ToN-IoT和Edge-IIoT等4个基准数据集和6个ML模型进行了一系列实验。该框架研究了考虑物联网限制的数据预处理和模型配置的边际效益。事实上,实证结果表明,当使用高质量数据和模型的方法时,基于ml的IDS检测的准确性会迅速提高。具体地说,数据清理、转换、规范化和降维,以及模型参数调优,都显示出最小化计算复杂性和产生更好性能的巨大潜力。此外,基于MLP和聚类的算法优于其他模型,得到的准确率高达99.97%。应该注意的是,挑战者模型的性能是使用类似的测试集进行评估的,并将其与使用相关研究获得的结果进行比较。
{"title":"Toward Improved Machine Learning-Based Intrusion Detection for Internet of Things Traffic","authors":"Sarah Alkadi, Saad A. Al-Ahmadi, M. M. Ben Ismail","doi":"10.3390/computers12080148","DOIUrl":"https://doi.org/10.3390/computers12080148","url":null,"abstract":"The rapid development of Internet of Things (IoT) networks has revealed multiple security issues. On the other hand, machine learning (ML) has proven its efficiency in building intrusion detection systems (IDSs) intended to reinforce the security of IoT networks. In fact, the successful design and implementation of such techniques require the use of effective methods in terms of data and model quality. This paper encloses an empirical impact analysis for the latter in the context of a multi-class classification scenario. A series of experiments were conducted using six ML models, along with four benchmarking datasets, including UNSW-NB15, BOT-IoT, ToN-IoT, and Edge-IIoT. The proposed framework investigates the marginal benefit of employing data pre-processing and model configurations considering IoT limitations. In fact, the empirical findings indicate that the accuracy of ML-based IDS detection rapidly increases when methods that use quality data and models are deployed. Specifically, data cleaning, transformation, normalization, and dimensionality reduction, along with model parameter tuning, exhibit significant potential to minimize computational complexity and yield better performance. In addition, MLP- and clustering-based algorithms outperformed the remaining models, and the obtained accuracy reached up to 99.97%. One should note that the performance of the challenger models was assessed using similar test sets, and this was compared to the results achieved using the relevant pieces of research.","PeriodicalId":10526,"journal":{"name":"Comput.","volume":"11 1","pages":"148"},"PeriodicalIF":0.0,"publicationDate":"2023-07-27","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"77138889","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
Feature Selection with Weighted Ensemble Ranking for Improved Classification Performance on the CSE-CIC-IDS2018 Dataset 基于加权集成排序的特征选择提高CSE-CIC-IDS2018数据集的分类性能
Pub Date : 2023-07-25 DOI: 10.3390/computers12080147
László Göcs, Z. Johanyák
Feature selection is a crucial step in machine learning, aiming to identify the most relevant features in high-dimensional data in order to reduce the computational complexity of model development and improve generalization performance. Ensemble feature-ranking methods combine the results of several feature-selection techniques to identify a subset of the most relevant features for a given task. In many cases, they produce a more comprehensive ranking of features than the individual methods used alone. This paper presents a novel approach to ensemble feature ranking, which uses a weighted average of the individual ranking scores calculated using these individual methods. The optimal weights are determined using a Taguchi-type design of experiments. The proposed methodology significantly improves classification performance on the CSE-CIC-IDS2018 dataset, particularly for attack types where traditional average-based feature-ranking score combinations result in low classification metrics.
特征选择是机器学习的关键步骤,旨在识别高维数据中最相关的特征,以降低模型开发的计算复杂度,提高泛化性能。集成特征排序方法将几种特征选择技术的结果结合起来,为给定任务识别最相关的特征子集。在许多情况下,它们比单独使用的单个方法产生更全面的特征排序。本文提出了一种新的集成特征排序方法,该方法使用由这些单个方法计算的单个排序分数的加权平均值。采用田口式实验设计确定了最优权重。提出的方法显著提高了CSE-CIC-IDS2018数据集的分类性能,特别是对于传统基于平均的特征排名分数组合导致分类指标较低的攻击类型。
{"title":"Feature Selection with Weighted Ensemble Ranking for Improved Classification Performance on the CSE-CIC-IDS2018 Dataset","authors":"László Göcs, Z. Johanyák","doi":"10.3390/computers12080147","DOIUrl":"https://doi.org/10.3390/computers12080147","url":null,"abstract":"Feature selection is a crucial step in machine learning, aiming to identify the most relevant features in high-dimensional data in order to reduce the computational complexity of model development and improve generalization performance. Ensemble feature-ranking methods combine the results of several feature-selection techniques to identify a subset of the most relevant features for a given task. In many cases, they produce a more comprehensive ranking of features than the individual methods used alone. This paper presents a novel approach to ensemble feature ranking, which uses a weighted average of the individual ranking scores calculated using these individual methods. The optimal weights are determined using a Taguchi-type design of experiments. The proposed methodology significantly improves classification performance on the CSE-CIC-IDS2018 dataset, particularly for attack types where traditional average-based feature-ranking score combinations result in low classification metrics.","PeriodicalId":10526,"journal":{"name":"Comput.","volume":"29 1","pages":"147"},"PeriodicalIF":0.0,"publicationDate":"2023-07-25","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"88075894","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
Multiobjective Optimization of Fuzzy System for Cardiovascular Risk Classification 心血管风险分级模糊系统的多目标优化
Pub Date : 2023-07-23 DOI: 10.3390/computation11070147
Hanna C. Villamil, H. Espitia, L. A. Bejarano
Since cardiovascular diseases (CVDs) pose a critical global concern, identifying associated risk factors remains a pivotal research focus. This study aims to propose and optimize a fuzzy system for cardiovascular risk (CVR) classification using a multiobjective approach, addressing computational aspects such as the configuration of the fuzzy system, the optimization process, the selection of a suitable solution from the optimal Pareto front, and the interpretability of the fuzzy logic system after the optimization process. The proposed system utilizes data, including age, weight, height, gender, and systolic blood pressure to determine cardiovascular risk. The fuzzy model is based on preliminary information from the literature; therefore, to adjust the fuzzy logic system using a multiobjective approach, the body mass index (BMI) is considered as an additional output as data are available for this index, and body mass index is acknowledged as a proxy for cardiovascular risk given the propensity for these diseases attributed to surplus adipose tissue, which can elevate blood pressure, cholesterol, and triglyceride levels, leading to arterial and cardiac damage. By employing a multiobjective approach, the study aims to obtain a balance between the two outputs corresponding to cardiovascular risk classification and body mass index. For the multiobjective optimization, a set of experiments is proposed that render an optimal Pareto front, as a result, to later determine the appropriate solution. The results show an adequate optimization of the fuzzy logic system, allowing the interpretability of the fuzzy sets after carrying out the optimization process. In this way, this paper contributes to the advancement of the use of computational techniques in the medical domain.
由于心血管疾病(cvd)是一个重要的全球关注问题,确定相关的危险因素仍然是关键的研究重点。本研究旨在运用多目标方法提出并优化心血管风险(CVR)分类的模糊系统,解决模糊系统的配置、优化过程、从最优帕累托前沿选择合适解以及优化过程后模糊逻辑系统的可解释性等计算问题。该系统利用包括年龄、体重、身高、性别和收缩压在内的数据来确定心血管风险。模糊模型基于文献中的初步信息;因此,为了使用多目标方法调整模糊逻辑系统,体重指数(BMI)被认为是一个额外的输出,因为该指数有数据可用,并且体重指数被认为是心血管风险的一个代表,因为这些疾病的倾向归因于多余的脂肪组织,这会升高血压、胆固醇和甘油三酯水平,导致动脉和心脏损伤。通过采用多目标方法,本研究旨在获得心血管风险分类和体重指数对应的两个输出之间的平衡。对于多目标优化,提出了一组实验,以获得最优的帕累托前沿,从而确定合适的解决方案。结果表明,模糊逻辑系统得到了充分的优化,在进行优化过程后,模糊集具有可解释性。通过这种方式,本文有助于在医学领域使用计算技术的进步。
{"title":"Multiobjective Optimization of Fuzzy System for Cardiovascular Risk Classification","authors":"Hanna C. Villamil, H. Espitia, L. A. Bejarano","doi":"10.3390/computation11070147","DOIUrl":"https://doi.org/10.3390/computation11070147","url":null,"abstract":"Since cardiovascular diseases (CVDs) pose a critical global concern, identifying associated risk factors remains a pivotal research focus. This study aims to propose and optimize a fuzzy system for cardiovascular risk (CVR) classification using a multiobjective approach, addressing computational aspects such as the configuration of the fuzzy system, the optimization process, the selection of a suitable solution from the optimal Pareto front, and the interpretability of the fuzzy logic system after the optimization process. The proposed system utilizes data, including age, weight, height, gender, and systolic blood pressure to determine cardiovascular risk. The fuzzy model is based on preliminary information from the literature; therefore, to adjust the fuzzy logic system using a multiobjective approach, the body mass index (BMI) is considered as an additional output as data are available for this index, and body mass index is acknowledged as a proxy for cardiovascular risk given the propensity for these diseases attributed to surplus adipose tissue, which can elevate blood pressure, cholesterol, and triglyceride levels, leading to arterial and cardiac damage. By employing a multiobjective approach, the study aims to obtain a balance between the two outputs corresponding to cardiovascular risk classification and body mass index. For the multiobjective optimization, a set of experiments is proposed that render an optimal Pareto front, as a result, to later determine the appropriate solution. The results show an adequate optimization of the fuzzy logic system, allowing the interpretability of the fuzzy sets after carrying out the optimization process. In this way, this paper contributes to the advancement of the use of computational techniques in the medical domain.","PeriodicalId":10526,"journal":{"name":"Comput.","volume":"37 1","pages":"147"},"PeriodicalIF":0.0,"publicationDate":"2023-07-23","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"80033085","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
Exploring the Landscape of Data Analysis: A Review of Its Application and Impact in Ecuador 探索数据分析的景观:回顾其在厄瓜多尔的应用和影响
Pub Date : 2023-07-22 DOI: 10.3390/computers12070146
Manuel Ayala-Chauvin, Fátima Avilés-Castillo, J. Buele
Data analysis is increasingly critical in aiding decision-making within public and private institutions. This paper scrutinizes the status quo of big data and data analysis and its applications within Ecuador, focusing on its societal, educational, and industrial impact. A detailed literature review was conducted from academic databases such as SpringerLink, Scopus, IEEE Xplore, Web of Science, and ACM, incorporating research from inception until May 2023. The search process adhered to the PRISMA statement, employing specific inclusion and exclusion criteria. The analysis revealed that data implementation in Ecuador, while recent, has found noteworthy applications in six principal areas, classified using ISCED: education, science, engineering, health, social, and services. In the scientific and engineering sectors, big data has notably contributed to disaster mitigation and optimizing resource allocation in smart cities. Its application in the social sector has fortified cybersecurity and election data integrity, while in services, it has enhanced residential ICT adoption and urban planning. Health sector applications are emerging, particularly in disease prediction and patient monitoring. Educational applications predominantly involve student performance analysis and curricular evaluation. This review emphasizes that while big data’s potential is being gradually realized in Ecuador, further research, data security measures, and institutional interoperability are required to fully leverage its benefits.
数据分析在帮助公共和私营机构决策方面越来越重要。本文审视了大数据和数据分析的现状及其在厄瓜多尔的应用,重点关注其对社会、教育和工业的影响。从SpringerLink、Scopus、IEEE explore、Web of Science和ACM等学术数据库中进行了详细的文献综述,纳入了从成立到2023年5月的研究。搜索过程遵循PRISMA声明,采用具体的纳入和排除标准。分析显示,厄瓜多尔的数据实施工作虽然是最近才开始的,但已在六个主要领域发现了值得注意的应用,这些领域按照经济和社会发展战略分类:教育、科学、工程、卫生、社会和服务。在科技和工程领域,大数据在防灾减灾和智慧城市资源优化配置方面发挥了显著作用。它在社会领域的应用加强了网络安全和选举数据的完整性,而在服务领域,它促进了住宅ICT的采用和城市规划。卫生部门的应用正在出现,特别是在疾病预测和病人监测方面。教育应用主要涉及学生表现分析和课程评价。本综述强调,虽然厄瓜多尔正在逐步实现大数据的潜力,但需要进一步的研究、数据安全措施和机构互操作性,以充分发挥其优势。
{"title":"Exploring the Landscape of Data Analysis: A Review of Its Application and Impact in Ecuador","authors":"Manuel Ayala-Chauvin, Fátima Avilés-Castillo, J. Buele","doi":"10.3390/computers12070146","DOIUrl":"https://doi.org/10.3390/computers12070146","url":null,"abstract":"Data analysis is increasingly critical in aiding decision-making within public and private institutions. This paper scrutinizes the status quo of big data and data analysis and its applications within Ecuador, focusing on its societal, educational, and industrial impact. A detailed literature review was conducted from academic databases such as SpringerLink, Scopus, IEEE Xplore, Web of Science, and ACM, incorporating research from inception until May 2023. The search process adhered to the PRISMA statement, employing specific inclusion and exclusion criteria. The analysis revealed that data implementation in Ecuador, while recent, has found noteworthy applications in six principal areas, classified using ISCED: education, science, engineering, health, social, and services. In the scientific and engineering sectors, big data has notably contributed to disaster mitigation and optimizing resource allocation in smart cities. Its application in the social sector has fortified cybersecurity and election data integrity, while in services, it has enhanced residential ICT adoption and urban planning. Health sector applications are emerging, particularly in disease prediction and patient monitoring. Educational applications predominantly involve student performance analysis and curricular evaluation. This review emphasizes that while big data’s potential is being gradually realized in Ecuador, further research, data security measures, and institutional interoperability are required to fully leverage its benefits.","PeriodicalId":10526,"journal":{"name":"Comput.","volume":"10 1","pages":"146"},"PeriodicalIF":0.0,"publicationDate":"2023-07-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"91270597","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
Kernel-Based Regularized EEGNet Using Centered Alignment and Gaussian Connectivity for Motor Imagery Discrimination 基于中心对齐和高斯连接的核正则化EEGNet运动图像识别
Pub Date : 2023-07-21 DOI: 10.3390/computers12070145
Mateo Tobón-Henao, A. Álvarez-Meza, G. Castellanos-Domínguez
Brain–computer interfaces (BCIs) from electroencephalography (EEG) provide a practical approach to support human–technology interaction. In particular, motor imagery (MI) is a widely used BCI paradigm that guides the mental trial of motor tasks without physical movement. Here, we present a deep learning methodology, named kernel-based regularized EEGNet (KREEGNet), leveled on centered kernel alignment and Gaussian functional connectivity, explicitly designed for EEG-based MI classification. The approach proactively tackles the challenge of intrasubject variability brought on by noisy EEG records and the lack of spatial interpretability within end-to-end frameworks applied for MI classification. KREEGNet is a refinement of the widely accepted EEGNet architecture, featuring an additional kernel-based layer for regularized Gaussian functional connectivity estimation based on CKA. The superiority of KREEGNet is evidenced by our experimental results from binary and multiclass MI classification databases, outperforming the baseline EEGNet and other state-of-the-art methods. Further exploration of our model’s interpretability is conducted at individual and group levels, utilizing classification performance measures and pruned functional connectivities. Our approach is a suitable alternative for interpretable end-to-end EEG-BCI based on deep learning.
来自脑电图(EEG)的脑机接口(bci)提供了一种支持人机交互的实用方法。尤其是运动意象(MI)是一种广泛使用的脑机接口范式,它指导在没有身体运动的情况下进行运动任务的心理试验。在这里,我们提出了一种深度学习方法,称为基于核的正则化EEGNet (KREEGNet),它基于中心核对齐和高斯函数连通性,明确设计用于基于脑电图的MI分类。该方法主动解决了脑电噪声记录带来的主体内可变性的挑战,以及应用于MI分类的端到端框架缺乏空间可解释性。KREEGNet是对广泛接受的EEGNet架构的改进,具有一个额外的基于核的层,用于基于CKA的正则化高斯函数连通性估计。我们在二进制和多类MI分类数据库中的实验结果证明了KREEGNet的优越性,优于基线EEGNet和其他最先进的方法。进一步探索我们的模型的可解释性在个人和群体层面进行,利用分类性能指标和修剪功能连接。我们的方法是基于深度学习的可解释的端到端EEG-BCI的合适替代方案。
{"title":"Kernel-Based Regularized EEGNet Using Centered Alignment and Gaussian Connectivity for Motor Imagery Discrimination","authors":"Mateo Tobón-Henao, A. Álvarez-Meza, G. Castellanos-Domínguez","doi":"10.3390/computers12070145","DOIUrl":"https://doi.org/10.3390/computers12070145","url":null,"abstract":"Brain–computer interfaces (BCIs) from electroencephalography (EEG) provide a practical approach to support human–technology interaction. In particular, motor imagery (MI) is a widely used BCI paradigm that guides the mental trial of motor tasks without physical movement. Here, we present a deep learning methodology, named kernel-based regularized EEGNet (KREEGNet), leveled on centered kernel alignment and Gaussian functional connectivity, explicitly designed for EEG-based MI classification. The approach proactively tackles the challenge of intrasubject variability brought on by noisy EEG records and the lack of spatial interpretability within end-to-end frameworks applied for MI classification. KREEGNet is a refinement of the widely accepted EEGNet architecture, featuring an additional kernel-based layer for regularized Gaussian functional connectivity estimation based on CKA. The superiority of KREEGNet is evidenced by our experimental results from binary and multiclass MI classification databases, outperforming the baseline EEGNet and other state-of-the-art methods. Further exploration of our model’s interpretability is conducted at individual and group levels, utilizing classification performance measures and pruned functional connectivities. Our approach is a suitable alternative for interpretable end-to-end EEG-BCI based on deep learning.","PeriodicalId":10526,"journal":{"name":"Comput.","volume":"14 1","pages":"145"},"PeriodicalIF":0.0,"publicationDate":"2023-07-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"78819805","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
Analysis of the Dynamics of Tuberculosis in Algeria Using a Compartmental VSEIT Model with Evaluation of the Vaccination and Treatment Effects 阿尔及利亚结核病动态分析的分区VSEIT模型与疫苗接种和治疗效果的评估
Pub Date : 2023-07-21 DOI: 10.3390/computation11070146
Bouchra Chennaf, Mohammed Salah Abdelouahab, R. Lozi
Despite low tuberculosis (TB) mortality rates in China, Europe, and the United States, many countries are still struggling to control the epidemic, including India, South Africa, and Algeria. This study aims to contribute to the body of knowledge on this topic and provide a valuable tool and evidence-based guidance for the Algerian healthcare managers in understanding the spread of TB and implementing control strategies. For this purpose, a compartmental mathematical model is proposed to analyze TB dynamics in Algeria and investigate the vaccination and treatment effects on disease breaks. A qualitative study is conducted to discuss the stability property of both disease-free equilibrium and endemic equilibrium. In order to adopt the proposed model for the Algerian case, we estimate the model parameters using Algerian TB-reported data from 1990 to 2020. The obtained results using the proposed mathematical compartmental model show that the reproduction number (R0) of TB in Algeria is less than one, suggesting that the disease can be eradicated or effectively controlled through a combination of interventions, including vaccination, high-quality treatment, and isolation measures.
尽管中国、欧洲和美国的结核病死亡率较低,但许多国家仍在努力控制这一流行病,包括印度、南非和阿尔及利亚。本研究旨在为这一主题的知识体系做出贡献,并为阿尔及利亚卫生保健管理人员提供有价值的工具和基于证据的指导,以了解结核病的传播和实施控制策略。为此,提出了一个分区数学模型来分析阿尔及利亚的结核病动态,并调查疫苗接种和治疗对疾病爆发的影响。对无病平衡和地方病平衡的稳定性进行了定性研究。为了采用提出的阿尔及利亚病例模型,我们使用1990年至2020年阿尔及利亚结核病报告数据估计模型参数。利用所提出的数学区室模型获得的结果表明,阿尔及利亚结核病的繁殖数(R0)小于1,这表明可以通过包括疫苗接种、高质量治疗和隔离措施在内的综合干预措施根除或有效控制该疾病。
{"title":"Analysis of the Dynamics of Tuberculosis in Algeria Using a Compartmental VSEIT Model with Evaluation of the Vaccination and Treatment Effects","authors":"Bouchra Chennaf, Mohammed Salah Abdelouahab, R. Lozi","doi":"10.3390/computation11070146","DOIUrl":"https://doi.org/10.3390/computation11070146","url":null,"abstract":"Despite low tuberculosis (TB) mortality rates in China, Europe, and the United States, many countries are still struggling to control the epidemic, including India, South Africa, and Algeria. This study aims to contribute to the body of knowledge on this topic and provide a valuable tool and evidence-based guidance for the Algerian healthcare managers in understanding the spread of TB and implementing control strategies. For this purpose, a compartmental mathematical model is proposed to analyze TB dynamics in Algeria and investigate the vaccination and treatment effects on disease breaks. A qualitative study is conducted to discuss the stability property of both disease-free equilibrium and endemic equilibrium. In order to adopt the proposed model for the Algerian case, we estimate the model parameters using Algerian TB-reported data from 1990 to 2020. The obtained results using the proposed mathematical compartmental model show that the reproduction number (R0) of TB in Algeria is less than one, suggesting that the disease can be eradicated or effectively controlled through a combination of interventions, including vaccination, high-quality treatment, and isolation measures.","PeriodicalId":10526,"journal":{"name":"Comput.","volume":"11 5 1","pages":"146"},"PeriodicalIF":0.0,"publicationDate":"2023-07-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"88066085","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
FGPE+: The Mobile FGPE Environment and the Pareto-Optimized Gamified Programming Exercise Selection Model - An Empirical Evaluation FGPE+:移动FGPE环境和帕累托优化游戏化规划练习选择模型-经验评估
Pub Date : 2023-07-21 DOI: 10.3390/computers12070144
R. Maskeliūnas, R. Damaševičius, T. Blažauskas, J. Swacha, R. Queirós, J. C. Paiva
This paper is poised to inform educators, policy makers and software developers about the untapped potential of PWAs in creating engaging, effective, and personalized learning experiences in the field of programming education. We aim to address a significant gap in the current understanding of the potential advantages and underutilisation of Progressive Web Applications (PWAs) within the education sector, specifically for programming education. Despite the evident lack of recognition of PWAs in this arena, we present an innovative approach through the Framework for Gamification in Programming Education (FGPE). This framework takes advantage of the ubiquity and ease of use of PWAs, integrating it with a Pareto optimized gamified programming exercise selection model ensuring personalized adaptive learning experiences by dynamically adjusting the complexity, content, and feedback of gamified exercises in response to the learners’ ongoing progress and performance. This study examines the mobile user experience of the FGPE PLE in different countries, namely Poland and Lithuania, providing novel insights into its applicability and efficiency. Our results demonstrate that combining advanced adaptive algorithms with the convenience of mobile technology has the potential to revolutionize programming education. The FGPE+ course group outperformed the Moodle group in terms of the average perceived knowledge (M = 4.11, SD = 0.51).
本文旨在告知教育工作者、政策制定者和软件开发人员,pwa在编程教育领域创造引人入胜、有效和个性化的学习体验方面尚未开发的潜力。我们的目标是解决目前对渐进式Web应用程序(pwa)在教育部门(特别是编程教育)的潜在优势和未充分利用的理解中的重大差距。尽管在这一领域明显缺乏对pwa的认识,但我们通过编程教育中的游戏化框架(FGPE)提出了一种创新方法。该框架利用了pwa的普遍性和易用性,将其与Pareto优化的游戏化编程练习选择模型相结合,通过动态调整游戏化练习的复杂性、内容和反馈来响应学习者的持续进步和表现,从而确保个性化的自适应学习体验。本研究考察了不同国家(即波兰和立陶宛)FGPE PLE的移动用户体验,为其适用性和效率提供了新的见解。我们的研究结果表明,将先进的自适应算法与移动技术的便利性相结合,有可能彻底改变编程教育。FGPE+课程组在平均感知知识方面优于Moodle组(M = 4.11, SD = 0.51)。
{"title":"FGPE+: The Mobile FGPE Environment and the Pareto-Optimized Gamified Programming Exercise Selection Model - An Empirical Evaluation","authors":"R. Maskeliūnas, R. Damaševičius, T. Blažauskas, J. Swacha, R. Queirós, J. C. Paiva","doi":"10.3390/computers12070144","DOIUrl":"https://doi.org/10.3390/computers12070144","url":null,"abstract":"This paper is poised to inform educators, policy makers and software developers about the untapped potential of PWAs in creating engaging, effective, and personalized learning experiences in the field of programming education. We aim to address a significant gap in the current understanding of the potential advantages and underutilisation of Progressive Web Applications (PWAs) within the education sector, specifically for programming education. Despite the evident lack of recognition of PWAs in this arena, we present an innovative approach through the Framework for Gamification in Programming Education (FGPE). This framework takes advantage of the ubiquity and ease of use of PWAs, integrating it with a Pareto optimized gamified programming exercise selection model ensuring personalized adaptive learning experiences by dynamically adjusting the complexity, content, and feedback of gamified exercises in response to the learners’ ongoing progress and performance. This study examines the mobile user experience of the FGPE PLE in different countries, namely Poland and Lithuania, providing novel insights into its applicability and efficiency. Our results demonstrate that combining advanced adaptive algorithms with the convenience of mobile technology has the potential to revolutionize programming education. The FGPE+ course group outperformed the Moodle group in terms of the average perceived knowledge (M = 4.11, SD = 0.51).","PeriodicalId":10526,"journal":{"name":"Comput.","volume":"14 1","pages":"144"},"PeriodicalIF":0.0,"publicationDate":"2023-07-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"81312283","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
Simultaneous Integration of D-STATCOMs and PV Sources in Distribution Networks to Reduce Annual Investment and Operating Costs 在配电网中同时集成d - statcom和光伏电源,以减少年度投资和运营成本
Pub Date : 2023-07-20 DOI: 10.3390/computation11070145
Adriana Rincón-Miranda, Giselle Viviana Gantiva-Mora, O. Montoya
This research analyzes electrical distribution networks using renewable generation sources based on photovoltaic (PV) sources and distribution static compensators (D-STATCOMs) in order to minimize the expected annual grid operating costs for a planning period of 20 years. The separate and simultaneous placement of PVs and D-STATCOMs is evaluated through a mixed-integer nonlinear programming model (MINLP), whose binary part pertains to selecting the nodes where these devices must be located, and whose continuous part is associated with the power flow equations and device constraints. This optimization model is solved using the vortex search algorithm for the sake of comparison. Numerical results in the IEEE 33- and 69-bus grids demonstrate that combining PV sources and D-STATCOM devices entails the maximum reduction in the expected annual grid operating costs when compared to the solutions reached separately by each device, with expected reductions of about 35.50% and 35.53% in the final objective function value with respect to the benchmark case. All computational validations were carried out in the MATLAB programming environment (version 2021b) with our own scripts.
本研究分析了使用基于光伏(PV)源和配电静态补偿器(D-STATCOMs)的可再生能源的配电网络,以便在20年的规划期内最小化预期的年度电网运行成本。通过混合整数非线性规划模型(MINLP)评估pv和d- statcom的分离和同时放置,其二进制部分涉及选择这些器件必须放置的节点,其连续部分涉及功率流方程和器件约束。为了便于比较,采用涡旋搜索算法对该优化模型进行求解。IEEE 33总线和69总线电网的数值结果表明,与每个设备单独达到的解决方案相比,光伏电源和D-STATCOM设备相结合,可最大限度地降低电网年预期运行成本,相对于基准情况,最终目标函数值的预期降低约为35.50%和35.53%。所有的计算验证都是在MATLAB编程环境(版本2021b)中使用我们自己的脚本进行的。
{"title":"Simultaneous Integration of D-STATCOMs and PV Sources in Distribution Networks to Reduce Annual Investment and Operating Costs","authors":"Adriana Rincón-Miranda, Giselle Viviana Gantiva-Mora, O. Montoya","doi":"10.3390/computation11070145","DOIUrl":"https://doi.org/10.3390/computation11070145","url":null,"abstract":"This research analyzes electrical distribution networks using renewable generation sources based on photovoltaic (PV) sources and distribution static compensators (D-STATCOMs) in order to minimize the expected annual grid operating costs for a planning period of 20 years. The separate and simultaneous placement of PVs and D-STATCOMs is evaluated through a mixed-integer nonlinear programming model (MINLP), whose binary part pertains to selecting the nodes where these devices must be located, and whose continuous part is associated with the power flow equations and device constraints. This optimization model is solved using the vortex search algorithm for the sake of comparison. Numerical results in the IEEE 33- and 69-bus grids demonstrate that combining PV sources and D-STATCOM devices entails the maximum reduction in the expected annual grid operating costs when compared to the solutions reached separately by each device, with expected reductions of about 35.50% and 35.53% in the final objective function value with respect to the benchmark case. All computational validations were carried out in the MATLAB programming environment (version 2021b) with our own scripts.","PeriodicalId":10526,"journal":{"name":"Comput.","volume":"37 1","pages":"145"},"PeriodicalIF":0.0,"publicationDate":"2023-07-20","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"79039196","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
期刊
Comput.
全部 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