首页 > 最新文献

PeerJ Computer Science最新文献

英文 中文
A model for new media data mining and analysis in online English teaching using long short-term memory (LSTM) network 利用长短期记忆(LSTM)网络在在线英语教学中进行新媒体数据挖掘和分析的模型
Pub Date : 2024-02-15 DOI: 10.7717/peerj-cs.1869
Chen Chen, Muhammad Aleem
To maintain a harmonious teacher-student relationship and enable educators to gain a more insightful understanding of students’ learning progress, this study collects data from learners utilizing the software through a network platform. These data are mainly formed by the user’s learning characteristics, combined with the screen lighting time, built-in inertial sensor attitude, signal strength, network strength and other multi-dimensional characteristics to form the learning observation value, so as to analyze the corresponding learning state, so that teachers can carry out targeted teaching improvement. The article introduces an intelligent classification approach for learning time series, leveraging long short-term memory (LSTM) as the foundation of a deep network model. This model intelligently recognizes the learning status of students. The test results demonstrate that the proposed model achieves highly precise time series recognition using relatively straightforward features. This precision, exceeding 95%, is of significant importance for future applications in learning state recognition, aiding teachers in gaining an intelligent grasp of students’ learning status.
为了维护和谐的师生关系,使教育者更深入地了解学生的学习进度,本研究通过网络平台收集学习者使用软件的数据。这些数据主要由用户的学习特征形成,结合屏幕点亮时间、内置惯性传感器姿态、信号强度、网络强度等多维特征形成学习观察值,从而分析出相应的学习状态,以便教师进行有针对性的教学改进。文章介绍了一种学习时间序列的智能分类方法,利用长短期记忆(LSTM)作为深度网络模型的基础。该模型能智能识别学生的学习状态。测试结果表明,所提出的模型利用相对简单的特征实现了高度精确的时间序列识别。这种超过 95% 的精确度对未来学习状态识别的应用具有重要意义,有助于教师智能地掌握学生的学习状态。
{"title":"A model for new media data mining and analysis in online English teaching using long short-term memory (LSTM) network","authors":"Chen Chen, Muhammad Aleem","doi":"10.7717/peerj-cs.1869","DOIUrl":"https://doi.org/10.7717/peerj-cs.1869","url":null,"abstract":"To maintain a harmonious teacher-student relationship and enable educators to gain a more insightful understanding of students’ learning progress, this study collects data from learners utilizing the software through a network platform. These data are mainly formed by the user’s learning characteristics, combined with the screen lighting time, built-in inertial sensor attitude, signal strength, network strength and other multi-dimensional characteristics to form the learning observation value, so as to analyze the corresponding learning state, so that teachers can carry out targeted teaching improvement. The article introduces an intelligent classification approach for learning time series, leveraging long short-term memory (LSTM) as the foundation of a deep network model. This model intelligently recognizes the learning status of students. The test results demonstrate that the proposed model achieves highly precise time series recognition using relatively straightforward features. This precision, exceeding 95%, is of significant importance for future applications in learning state recognition, aiding teachers in gaining an intelligent grasp of students’ learning status.","PeriodicalId":503620,"journal":{"name":"PeerJ Computer Science","volume":"376 ","pages":""},"PeriodicalIF":0.0,"publicationDate":"2024-02-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"139834480","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
FV-EffResNet: an efficient lightweight convolutional neural network for finger vein recognition FV-EffResNet:用于手指静脉识别的高效轻量级卷积神经网络
Pub Date : 2024-02-15 DOI: 10.7717/peerj-cs.1837
Yusuf Suleiman Tahir, B. A. Rosdi
Several deep neural networks have been introduced for finger vein recognition over time, and these networks have demonstrated high levels of performance. However, most current state-of-the-art deep learning systems use networks with increasing layers and parameters, resulting in greater computational costs and complexity. This can make them impractical for real-time implementation, particularly on embedded hardware. To address these challenges, this article concentrates on developing a lightweight convolutional neural network (CNN) named FV-EffResNet for finger vein recognition, aiming to find a balance between network size, speed, and accuracy. The key improvement lies in the utilization of the proposed novel convolution block named the Efficient Residual (EffRes) block, crafted to facilitate efficient feature extraction while minimizing the parameter count. The block decomposes the convolution process, employing pointwise and depthwise convolutions with a specific rectangular dimension realized in two layers (n × 1) and (1 × m) for enhanced handling of finger vein data. The approach achieves computational efficiency through a combination of squeeze units, depthwise convolution, and a pooling strategy. The hidden layers of the network use the Swish activation function, which has been shown to enhance performance compared to conventional functions like ReLU or Leaky ReLU. Furthermore, the article adopts cyclical learning rate techniques to expedite the training process of the proposed network. The effectiveness of the proposed pipeline is demonstrated through comprehensive experiments conducted on four benchmark databases, namely FV-USM, SDUMLA, MMCBNU_600, and NUPT-FV. The experimental results reveal that the EffRes block has a remarkable impact on finger vein recognition. The proposed FV-EffResNet achieves state-of-the-art performance in both identification and verification settings, leveraging the benefits of being lightweight and incurring low computational costs.
随着时间的推移,一些深度神经网络已被引入到手指静脉识别中,这些网络已显示出很高的性能水平。然而,目前最先进的深度学习系统大多使用层数和参数不断增加的网络,导致计算成本和复杂性增加。这可能使它们无法实时实现,尤其是在嵌入式硬件上。为了应对这些挑战,本文集中开发了一种名为 FV-EffResNet 的轻量级卷积神经网络(CNN),用于手指静脉识别,旨在找到网络规模、速度和准确性之间的平衡点。改进的关键在于利用了所提出的名为 "高效残差(EffRes)"的新型卷积块,该卷积块旨在促进高效特征提取,同时最大限度地减少参数数量。该块对卷积过程进行分解,采用特定矩形维度的点卷积和深度卷积,分两层(n × 1)和(1 × m)实现,以加强对手指静脉数据的处理。该方法结合了挤压单元、深度卷积和池化策略,从而提高了计算效率。网络的隐层使用 Swish 激活函数,与 ReLU 或 Leaky ReLU 等传统函数相比,Swish 激活函数已被证明能提高性能。此外,文章还采用了循环学习率技术,以加快拟议网络的训练过程。通过在四个基准数据库(即 FV-USM、SDUMLA、MMCBNU_600 和 NUPT-FV)上进行综合实验,证明了所提出的管道的有效性。实验结果表明,EffRes 块对手指静脉识别有显著的影响。所提出的 FV-EffResNet 在识别和验证设置中都达到了最先进的性能,并充分利用了轻量级和低计算成本的优势。
{"title":"FV-EffResNet: an efficient lightweight convolutional neural network for finger vein recognition","authors":"Yusuf Suleiman Tahir, B. A. Rosdi","doi":"10.7717/peerj-cs.1837","DOIUrl":"https://doi.org/10.7717/peerj-cs.1837","url":null,"abstract":"Several deep neural networks have been introduced for finger vein recognition over time, and these networks have demonstrated high levels of performance. However, most current state-of-the-art deep learning systems use networks with increasing layers and parameters, resulting in greater computational costs and complexity. This can make them impractical for real-time implementation, particularly on embedded hardware. To address these challenges, this article concentrates on developing a lightweight convolutional neural network (CNN) named FV-EffResNet for finger vein recognition, aiming to find a balance between network size, speed, and accuracy. The key improvement lies in the utilization of the proposed novel convolution block named the Efficient Residual (EffRes) block, crafted to facilitate efficient feature extraction while minimizing the parameter count. The block decomposes the convolution process, employing pointwise and depthwise convolutions with a specific rectangular dimension realized in two layers (n × 1) and (1 × m) for enhanced handling of finger vein data. The approach achieves computational efficiency through a combination of squeeze units, depthwise convolution, and a pooling strategy. The hidden layers of the network use the Swish activation function, which has been shown to enhance performance compared to conventional functions like ReLU or Leaky ReLU. Furthermore, the article adopts cyclical learning rate techniques to expedite the training process of the proposed network. The effectiveness of the proposed pipeline is demonstrated through comprehensive experiments conducted on four benchmark databases, namely FV-USM, SDUMLA, MMCBNU_600, and NUPT-FV. The experimental results reveal that the EffRes block has a remarkable impact on finger vein recognition. The proposed FV-EffResNet achieves state-of-the-art performance in both identification and verification settings, leveraging the benefits of being lightweight and incurring low computational costs.","PeriodicalId":503620,"journal":{"name":"PeerJ Computer Science","volume":"8 12","pages":""},"PeriodicalIF":0.0,"publicationDate":"2024-02-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"139776169","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 model for new media data mining and analysis in online English teaching using long short-term memory (LSTM) network 利用长短期记忆(LSTM)网络在在线英语教学中进行新媒体数据挖掘和分析的模型
Pub Date : 2024-02-15 DOI: 10.7717/peerj-cs.1869
Chen Chen, Muhammad Aleem
To maintain a harmonious teacher-student relationship and enable educators to gain a more insightful understanding of students’ learning progress, this study collects data from learners utilizing the software through a network platform. These data are mainly formed by the user’s learning characteristics, combined with the screen lighting time, built-in inertial sensor attitude, signal strength, network strength and other multi-dimensional characteristics to form the learning observation value, so as to analyze the corresponding learning state, so that teachers can carry out targeted teaching improvement. The article introduces an intelligent classification approach for learning time series, leveraging long short-term memory (LSTM) as the foundation of a deep network model. This model intelligently recognizes the learning status of students. The test results demonstrate that the proposed model achieves highly precise time series recognition using relatively straightforward features. This precision, exceeding 95%, is of significant importance for future applications in learning state recognition, aiding teachers in gaining an intelligent grasp of students’ learning status.
为了维护和谐的师生关系,使教育者更深入地了解学生的学习进度,本研究通过网络平台收集学习者使用软件的数据。这些数据主要由用户的学习特征形成,结合屏幕点亮时间、内置惯性传感器姿态、信号强度、网络强度等多维特征形成学习观察值,从而分析出相应的学习状态,以便教师进行有针对性的教学改进。文章介绍了一种学习时间序列的智能分类方法,利用长短期记忆(LSTM)作为深度网络模型的基础。该模型能智能识别学生的学习状态。测试结果表明,所提出的模型利用相对简单的特征实现了高度精确的时间序列识别。这种超过 95% 的精确度对未来学习状态识别的应用具有重要意义,有助于教师智能地掌握学生的学习状态。
{"title":"A model for new media data mining and analysis in online English teaching using long short-term memory (LSTM) network","authors":"Chen Chen, Muhammad Aleem","doi":"10.7717/peerj-cs.1869","DOIUrl":"https://doi.org/10.7717/peerj-cs.1869","url":null,"abstract":"To maintain a harmonious teacher-student relationship and enable educators to gain a more insightful understanding of students’ learning progress, this study collects data from learners utilizing the software through a network platform. These data are mainly formed by the user’s learning characteristics, combined with the screen lighting time, built-in inertial sensor attitude, signal strength, network strength and other multi-dimensional characteristics to form the learning observation value, so as to analyze the corresponding learning state, so that teachers can carry out targeted teaching improvement. The article introduces an intelligent classification approach for learning time series, leveraging long short-term memory (LSTM) as the foundation of a deep network model. This model intelligently recognizes the learning status of students. The test results demonstrate that the proposed model achieves highly precise time series recognition using relatively straightforward features. This precision, exceeding 95%, is of significant importance for future applications in learning state recognition, aiding teachers in gaining an intelligent grasp of students’ learning status.","PeriodicalId":503620,"journal":{"name":"PeerJ Computer Science","volume":"72 22","pages":""},"PeriodicalIF":0.0,"publicationDate":"2024-02-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"139774862","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
FV-EffResNet: an efficient lightweight convolutional neural network for finger vein recognition FV-EffResNet:用于手指静脉识别的高效轻量级卷积神经网络
Pub Date : 2024-02-15 DOI: 10.7717/peerj-cs.1837
Yusuf Suleiman Tahir, B. A. Rosdi
Several deep neural networks have been introduced for finger vein recognition over time, and these networks have demonstrated high levels of performance. However, most current state-of-the-art deep learning systems use networks with increasing layers and parameters, resulting in greater computational costs and complexity. This can make them impractical for real-time implementation, particularly on embedded hardware. To address these challenges, this article concentrates on developing a lightweight convolutional neural network (CNN) named FV-EffResNet for finger vein recognition, aiming to find a balance between network size, speed, and accuracy. The key improvement lies in the utilization of the proposed novel convolution block named the Efficient Residual (EffRes) block, crafted to facilitate efficient feature extraction while minimizing the parameter count. The block decomposes the convolution process, employing pointwise and depthwise convolutions with a specific rectangular dimension realized in two layers (n × 1) and (1 × m) for enhanced handling of finger vein data. The approach achieves computational efficiency through a combination of squeeze units, depthwise convolution, and a pooling strategy. The hidden layers of the network use the Swish activation function, which has been shown to enhance performance compared to conventional functions like ReLU or Leaky ReLU. Furthermore, the article adopts cyclical learning rate techniques to expedite the training process of the proposed network. The effectiveness of the proposed pipeline is demonstrated through comprehensive experiments conducted on four benchmark databases, namely FV-USM, SDUMLA, MMCBNU_600, and NUPT-FV. The experimental results reveal that the EffRes block has a remarkable impact on finger vein recognition. The proposed FV-EffResNet achieves state-of-the-art performance in both identification and verification settings, leveraging the benefits of being lightweight and incurring low computational costs.
随着时间的推移,一些深度神经网络已被引入到手指静脉识别中,这些网络已显示出很高的性能水平。然而,目前最先进的深度学习系统大多使用层数和参数不断增加的网络,导致计算成本和复杂性增加。这可能使它们无法实时实现,尤其是在嵌入式硬件上。为了应对这些挑战,本文集中开发了一种名为 FV-EffResNet 的轻量级卷积神经网络(CNN),用于手指静脉识别,旨在找到网络规模、速度和准确性之间的平衡点。改进的关键在于利用了所提出的名为 "高效残差(EffRes)"的新型卷积块,该卷积块旨在促进高效特征提取,同时最大限度地减少参数数量。该块对卷积过程进行分解,采用特定矩形维度的点卷积和深度卷积,分两层(n × 1)和(1 × m)实现,以加强对手指静脉数据的处理。该方法结合了挤压单元、深度卷积和池化策略,从而提高了计算效率。网络的隐层使用 Swish 激活函数,与 ReLU 或 Leaky ReLU 等传统函数相比,Swish 激活函数已被证明能提高性能。此外,文章还采用了循环学习率技术,以加快拟议网络的训练过程。通过在四个基准数据库(即 FV-USM、SDUMLA、MMCBNU_600 和 NUPT-FV)上进行综合实验,证明了所提出的管道的有效性。实验结果表明,EffRes 块对手指静脉识别有显著的影响。所提出的 FV-EffResNet 在识别和验证设置中都达到了最先进的性能,并充分利用了轻量级和低计算成本的优势。
{"title":"FV-EffResNet: an efficient lightweight convolutional neural network for finger vein recognition","authors":"Yusuf Suleiman Tahir, B. A. Rosdi","doi":"10.7717/peerj-cs.1837","DOIUrl":"https://doi.org/10.7717/peerj-cs.1837","url":null,"abstract":"Several deep neural networks have been introduced for finger vein recognition over time, and these networks have demonstrated high levels of performance. However, most current state-of-the-art deep learning systems use networks with increasing layers and parameters, resulting in greater computational costs and complexity. This can make them impractical for real-time implementation, particularly on embedded hardware. To address these challenges, this article concentrates on developing a lightweight convolutional neural network (CNN) named FV-EffResNet for finger vein recognition, aiming to find a balance between network size, speed, and accuracy. The key improvement lies in the utilization of the proposed novel convolution block named the Efficient Residual (EffRes) block, crafted to facilitate efficient feature extraction while minimizing the parameter count. The block decomposes the convolution process, employing pointwise and depthwise convolutions with a specific rectangular dimension realized in two layers (n × 1) and (1 × m) for enhanced handling of finger vein data. The approach achieves computational efficiency through a combination of squeeze units, depthwise convolution, and a pooling strategy. The hidden layers of the network use the Swish activation function, which has been shown to enhance performance compared to conventional functions like ReLU or Leaky ReLU. Furthermore, the article adopts cyclical learning rate techniques to expedite the training process of the proposed network. The effectiveness of the proposed pipeline is demonstrated through comprehensive experiments conducted on four benchmark databases, namely FV-USM, SDUMLA, MMCBNU_600, and NUPT-FV. The experimental results reveal that the EffRes block has a remarkable impact on finger vein recognition. The proposed FV-EffResNet achieves state-of-the-art performance in both identification and verification settings, leveraging the benefits of being lightweight and incurring low computational costs.","PeriodicalId":503620,"journal":{"name":"PeerJ Computer Science","volume":"155 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2024-02-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"139835804","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
Named entity recognition and emotional viewpoint monitoring in online news using artificial intelligence 利用人工智能对网络新闻进行命名实体识别和情感观点监测
Pub Date : 2024-01-10 DOI: 10.7717/peerj-cs.1715
Manzi Tu
Network news is an important way for netizens to get social information. Massive news information hinders netizens to get key information. Named entity recognition technology under artificial background can realize the classification of place, date and other information in text information. This article combines named entity recognition and deep learning technology. Specifically, the proposed method introduces an automatic annotation approach for Chinese entity triggers and a Named Entity Recognition (NER) model that can achieve high accuracy with a small number of training data sets. The method jointly trains sentence and trigger vectors through a trigger-matching network, utilizing the trigger vectors as attention queries for subsequent sequence annotation models. Furthermore, the proposed method employs entity labels to effectively recognize neologisms in web news, enabling the customization of the set of sensitive words and the number of words within the set to be detected, as well as extending the web news word sentiment lexicon for sentiment observation. Experimental results demonstrate that the proposed model outperforms the traditional BiLSTM-CRF model, achieving superior performance with only a 20% proportional training data set compared to the 40% proportional training data set required by the conventional model. Moreover, the loss function curve shows that my model exhibits better accuracy and faster convergence speed than the compared model. Finally, my model achieves an average accuracy rate of 97.88% in sentiment viewpoint detection.
网络新闻是网民获取社会信息的重要途径。海量的新闻信息阻碍了网民获取关键信息。人工背景下的命名实体识别技术可以实现文本信息中地点、日期等信息的分类。本文将命名实体识别与深度学习技术相结合。具体来说,本文提出的方法引入了中文实体触发器的自动注释方法和命名实体识别(NER)模型,可以在少量训练数据集的情况下实现高准确率。该方法通过触发匹配网络联合训练句子和触发向量,利用触发向量作为后续序列注释模型的注意查询。此外,该方法还利用实体标签来有效识别网络新闻中的新词,实现了敏感词集和词集中待检测词数量的自定义,并扩展了网络新闻词情感词典,用于情感观察。实验结果表明,所提出的模型优于传统的 BiLSTM-CRF 模型,与传统模型所需的 40% 比例的训练数据集相比,该模型只需 20% 比例的训练数据集即可实现卓越的性能。此外,从损失函数曲线可以看出,我的模型比对比模型具有更高的精度和更快的收敛速度。最后,我的模型在情感观点检测方面的平均准确率达到了 97.88%。
{"title":"Named entity recognition and emotional viewpoint monitoring in online news using artificial intelligence","authors":"Manzi Tu","doi":"10.7717/peerj-cs.1715","DOIUrl":"https://doi.org/10.7717/peerj-cs.1715","url":null,"abstract":"Network news is an important way for netizens to get social information. Massive news information hinders netizens to get key information. Named entity recognition technology under artificial background can realize the classification of place, date and other information in text information. This article combines named entity recognition and deep learning technology. Specifically, the proposed method introduces an automatic annotation approach for Chinese entity triggers and a Named Entity Recognition (NER) model that can achieve high accuracy with a small number of training data sets. The method jointly trains sentence and trigger vectors through a trigger-matching network, utilizing the trigger vectors as attention queries for subsequent sequence annotation models. Furthermore, the proposed method employs entity labels to effectively recognize neologisms in web news, enabling the customization of the set of sensitive words and the number of words within the set to be detected, as well as extending the web news word sentiment lexicon for sentiment observation. Experimental results demonstrate that the proposed model outperforms the traditional BiLSTM-CRF model, achieving superior performance with only a 20% proportional training data set compared to the 40% proportional training data set required by the conventional model. Moreover, the loss function curve shows that my model exhibits better accuracy and faster convergence speed than the compared model. Finally, my model achieves an average accuracy rate of 97.88% in sentiment viewpoint detection.","PeriodicalId":503620,"journal":{"name":"PeerJ Computer Science","volume":"76 7","pages":""},"PeriodicalIF":0.0,"publicationDate":"2024-01-10","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"139440827","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
Analyzing patients satisfaction level for medical services using twitter data 利用 twitter 数据分析患者对医疗服务的满意度
Pub Date : 2024-01-09 DOI: 10.7717/peerj-cs.1697
Muhammad Usman, Muhammad Mujahid, F. Rustam, EmmanuelSoriano Flores, Juan Luís Vidal Mazón, Isabel de la Torre Díez, I. Ashraf
Public concern regarding health systems has experienced a rapid surge during the last two years due to the COVID-19 outbreak. Accordingly, medical professionals and health-related institutions reach out to patients and seek feedback to analyze, monitor, and uplift medical services. Such views and perceptions are often shared on social media platforms like Facebook, Instagram, Twitter, etc. Twitter is the most popular and commonly used by the researcher as an online platform for instant access to real-time news, opinions, and discussion. Its trending hashtags (#) and viral content make it an ideal hub for monitoring public opinion on a variety of topics. The tweets are extracted using three hashtags #healthcare, #healthcare services, and #medical facilities. Also, location and tweet sentiment analysis are considered in this study. Several recent studies deployed Twitter datasets using ML and DL models, but the results show lower accuracy. In addition, the studies did not perform extensive comparative analysis and lack validation. This study addresses two research questions: first, what are the sentiments of people toward medical services worldwide? and second, how effective are the machine learning and deep learning approaches for the classification of sentiment on healthcare tweets? Experiments are performed using several well-known machine learning models including support vector machine, logistic regression, Gaussian naive Bayes, extra tree classifier, k nearest neighbor, random forest, decision tree, and AdaBoost. In addition, this study proposes a transfer learning-based LSTM-ETC model that effectively predicts the customer’s satisfaction level from the healthcare dataset. Results indicate that despite the best performance by the ETC model with an 0.88 accuracy score, the proposed model outperforms with a 0.95 accuracy score. Predominantly, the people are happy about the provided medical services as the ratio of the positive sentiments is substantially higher than the negative sentiments. The sentiments, either positive or negative, play a crucial role in making important decisions through customer feedback and enhancing quality.
在过去两年中,由于 COVID-19 的爆发,公众对医疗系统的关注度急剧上升。因此,医疗专业人员和医疗相关机构主动联系患者,寻求反馈意见,以分析、监督和提升医疗服务。这些意见和看法通常会在 Facebook、Instagram、Twitter 等社交媒体平台上分享。推特是最受欢迎和研究人员最常用的网络平台,可即时获取实时新闻、意见和讨论。其流行标签 (#) 和病毒性内容使其成为监测各种话题舆论的理想枢纽。我们使用 #healthcare、#healthcare services 和 #medical facilities 三个标签提取推文。此外,本研究还考虑了位置和推文情感分析。最近有几项研究使用 ML 和 DL 模型部署了 Twitter 数据集,但结果显示准确率较低。此外,这些研究没有进行广泛的比较分析,也缺乏验证。本研究解决了两个研究问题:第一,全球范围内人们对医疗服务的情感如何? 第二,机器学习和深度学习方法对医疗推文情感分类的效果如何?实验使用了几种著名的机器学习模型,包括支持向量机、逻辑回归、高斯天真贝叶斯、额外树分类器、k 近邻、随机森林、决策树和 AdaBoost。此外,本研究还提出了一种基于迁移学习的 LSTM-ETC 模型,该模型可有效预测医疗数据集中的客户满意度。结果表明,尽管 ETC 模型的准确率为 0.88,表现最佳,但所提出的模型的准确率却高达 0.95。由于积极情绪的比例大大高于消极情绪,因此人们主要对所提供的医疗服务感到满意。正面或负面情绪在通过客户反馈做出重要决策和提高质量方面发挥着至关重要的作用。
{"title":"Analyzing patients satisfaction level for medical services using twitter data","authors":"Muhammad Usman, Muhammad Mujahid, F. Rustam, EmmanuelSoriano Flores, Juan Luís Vidal Mazón, Isabel de la Torre Díez, I. Ashraf","doi":"10.7717/peerj-cs.1697","DOIUrl":"https://doi.org/10.7717/peerj-cs.1697","url":null,"abstract":"Public concern regarding health systems has experienced a rapid surge during the last two years due to the COVID-19 outbreak. Accordingly, medical professionals and health-related institutions reach out to patients and seek feedback to analyze, monitor, and uplift medical services. Such views and perceptions are often shared on social media platforms like Facebook, Instagram, Twitter, etc. Twitter is the most popular and commonly used by the researcher as an online platform for instant access to real-time news, opinions, and discussion. Its trending hashtags (#) and viral content make it an ideal hub for monitoring public opinion on a variety of topics. The tweets are extracted using three hashtags #healthcare, #healthcare services, and #medical facilities. Also, location and tweet sentiment analysis are considered in this study. Several recent studies deployed Twitter datasets using ML and DL models, but the results show lower accuracy. In addition, the studies did not perform extensive comparative analysis and lack validation. This study addresses two research questions: first, what are the sentiments of people toward medical services worldwide? and second, how effective are the machine learning and deep learning approaches for the classification of sentiment on healthcare tweets? Experiments are performed using several well-known machine learning models including support vector machine, logistic regression, Gaussian naive Bayes, extra tree classifier, k nearest neighbor, random forest, decision tree, and AdaBoost. In addition, this study proposes a transfer learning-based LSTM-ETC model that effectively predicts the customer’s satisfaction level from the healthcare dataset. Results indicate that despite the best performance by the ETC model with an 0.88 accuracy score, the proposed model outperforms with a 0.95 accuracy score. Predominantly, the people are happy about the provided medical services as the ratio of the positive sentiments is substantially higher than the negative sentiments. The sentiments, either positive or negative, play a crucial role in making important decisions through customer feedback and enhancing quality.","PeriodicalId":503620,"journal":{"name":"PeerJ Computer Science","volume":"24 14","pages":""},"PeriodicalIF":0.0,"publicationDate":"2024-01-09","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"139443129","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
DDoS attack detection in smart grid network using reconstructive machine learning models 利用重构机器学习模型检测智能电网网络中的 DDoS 攻击
Pub Date : 2024-01-09 DOI: 10.7717/peerj-cs.1784
Sardar Shan Ali Naqvi, Yuancheng Li, Muhammad Uzair
Network attacks pose a significant challenge for smart grid networks, mainly due to the existence of several multi-directional communication devices coupling consumers to the grid. One of the network attacks that can affect the smart grid is the distributed denial of service (DDoS), where numerous compromised communication devices/nodes of the grid flood the smart grid network with false data and requests, leading to disruptions in smart meters, data servers, and the state estimator, ultimately effecting the services for end-users. Machine learning-based strategies show distinctive benefits in resolving the challenge of securing the network from DDoS attacks. Regardless, a notable hindrance in deploying machine learning-based techniques is the requirement of model retraining whenever new attack classes arise. Practically, disrupting the normal operations of smart grid is really discouraged. To handle this challenge effectively and detect DDoS attacks without major disruptions, we propose the deployment of reconstructive deep learning techniques. A primary benefit of our proposed technique is the minimum disruption during the introduction of a new attack class, even after complete deployment. We trained several deep and shallow reconstructive models to get representations for each attack type separately, and we performed attack detection by class-specific reconstruction error-based classification. Our technique experienced rigid evaluation via multiple experiments using two well-acknowledged standard databases exclusively for DDoS attacks, including their subsets. Later, we performed a comparative estimation of our outcomes against six methods prevalent within the same domain. Our outcomes reveal that our technique attained higher accuracy, and notably eliminates the requirement of a complete model retraining in the event of the introduction of new attack classes. This method will not only boost the security of smart grid networks but also ensure the stability and reliability of normal operations, protecting the critical infrastructure from ever-evolving network attacks. As smart grid is advancing rapidly, our approach proposes a robust and adaptive way to overcome the continuous challenges posed by network attacks.
网络攻击给智能电网网络带来了巨大挑战,这主要是由于存在多个将消费者与电网连接起来的多向通信设备。分布式拒绝服务(DDoS)是可能影响智能电网的网络攻击之一,在这种攻击中,大量受到攻击的电网通信设备/节点向智能电网网络发送错误数据和请求,导致智能电表、数据服务器和状态估算器中断,最终影响为终端用户提供的服务。基于机器学习的策略在解决保护网络免受 DDoS 攻击的挑战方面显示出独特的优势。不过,部署基于机器学习的技术的一个显著障碍是,每当出现新的攻击类别时,都需要重新训练模型。实际上,破坏智能电网的正常运行确实是不可取的。为了有效应对这一挑战,并在不造成重大干扰的情况下检测 DDoS 攻击,我们建议部署重构深度学习技术。我们提出的技术的一个主要优点是,即使在完全部署之后,在引入新的攻击类别时也能将干扰降至最低。我们训练了多个深层和浅层重构模型,分别获得每种攻击类型的表征,并通过基于特定类别重构误差的分类进行攻击检测。我们使用两个公认的专门针对 DDoS 攻击的标准数据库(包括其子集)进行了多次实验,对我们的技术进行了严格评估。随后,我们将我们的成果与同一领域内流行的六种方法进行了比较评估。结果表明,我们的技术获得了更高的准确性,而且在引入新的攻击类别时,无需重新训练整个模型。这种方法不仅能提高智能电网网络的安全性,还能确保正常运行的稳定性和可靠性,保护关键基础设施免受不断发展的网络攻击。随着智能电网的快速发展,我们的方法提出了一种稳健、自适应的方法,以克服网络攻击带来的持续挑战。
{"title":"DDoS attack detection in smart grid network using reconstructive machine learning models","authors":"Sardar Shan Ali Naqvi, Yuancheng Li, Muhammad Uzair","doi":"10.7717/peerj-cs.1784","DOIUrl":"https://doi.org/10.7717/peerj-cs.1784","url":null,"abstract":"Network attacks pose a significant challenge for smart grid networks, mainly due to the existence of several multi-directional communication devices coupling consumers to the grid. One of the network attacks that can affect the smart grid is the distributed denial of service (DDoS), where numerous compromised communication devices/nodes of the grid flood the smart grid network with false data and requests, leading to disruptions in smart meters, data servers, and the state estimator, ultimately effecting the services for end-users. Machine learning-based strategies show distinctive benefits in resolving the challenge of securing the network from DDoS attacks. Regardless, a notable hindrance in deploying machine learning-based techniques is the requirement of model retraining whenever new attack classes arise. Practically, disrupting the normal operations of smart grid is really discouraged. To handle this challenge effectively and detect DDoS attacks without major disruptions, we propose the deployment of reconstructive deep learning techniques. A primary benefit of our proposed technique is the minimum disruption during the introduction of a new attack class, even after complete deployment. We trained several deep and shallow reconstructive models to get representations for each attack type separately, and we performed attack detection by class-specific reconstruction error-based classification. Our technique experienced rigid evaluation via multiple experiments using two well-acknowledged standard databases exclusively for DDoS attacks, including their subsets. Later, we performed a comparative estimation of our outcomes against six methods prevalent within the same domain. Our outcomes reveal that our technique attained higher accuracy, and notably eliminates the requirement of a complete model retraining in the event of the introduction of new attack classes. This method will not only boost the security of smart grid networks but also ensure the stability and reliability of normal operations, protecting the critical infrastructure from ever-evolving network attacks. As smart grid is advancing rapidly, our approach proposes a robust and adaptive way to overcome the continuous challenges posed by network attacks.","PeriodicalId":503620,"journal":{"name":"PeerJ Computer Science","volume":"9 22","pages":""},"PeriodicalIF":0.0,"publicationDate":"2024-01-09","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"139443673","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
Controller placement with critical switch aware in software-defined network (CPCSA) 软件定义网络(CPCSA)中具有关键交换机感知功能的控制器布局
Pub Date : 2023-12-19 DOI: 10.7717/peerj-cs.1698
Nura Muhammed Yusuf, Kamalrulnizam Bin Abu Bakar, Babangida Isyaku, Abdelzahir Abdelmaboud, W. Nagmeldin
Software-defined networking (SDN) is a networking architecture with improved efficiency achieved by moving networking decisions from the data plane to provide them critically at the control plane. In a traditional SDN, typically, a single controller is used. However, the complexity of modern networks due to their size and high traffic volume with varied quality of service requirements have introduced high control message communications overhead on the controller. Similarly, the solution found using multiple distributed controllers brings forth the ‘controller placement problem’ (CPP). Incorporating switch roles in the CPP modelling during network partitioning for controller placement has not been adequately considered by any existing CPP techniques. This article proposes the controller placement algorithm with network partition based on critical switch awareness (CPCSA). CPCSA identifies critical switch in the software defined wide area network (SDWAN) and then partition the network based on the criticality. Subsequently, a controller is assigned to each partition to improve control messages communication overhead, loss, throughput, and flow setup delay. The CPSCSA experimented with real network topologies obtained from the Internet Topology Zoo. Results show that CPCSA has achieved an aggregate reduction in the controller’s overhead by 73%, loss by 51%, and latency by 16% while improving throughput by 16% compared to the benchmark algorithms.
软件定义网络(SDN)是一种网络架构,通过将网络决策从数据平面转移到控制平面,从而提高了效率。在传统的 SDN 中,通常使用单个控制器。然而,现代网络因其规模大、流量高、服务质量要求各不相同而变得复杂,这给控制器带来了很高的控制信息通信开销。同样,使用多个分布式控制器的解决方案也带来了 "控制器放置问题"(CPP)。现有的 CPP 技术还没有充分考虑到在网络分区期间将交换机角色纳入 CPP 建模以进行控制器放置的问题。本文提出了基于关键开关意识(CPCSA)的网络分区控制器放置算法。CPCSA 可识别软件定义广域网 (SDWAN) 中的关键交换机,然后根据关键性对网络进行分区。随后,为每个分区分配一个控制器,以改善控制信息的通信开销、损耗、吞吐量和流量设置延迟。CPSCSA 利用从互联网拓扑动物园(Internet Topology Zoo)获得的真实网络拓扑进行了实验。结果表明,与基准算法相比,CPCSA 的控制器开销总体减少了 73%,损耗减少了 51%,延迟减少了 16%,同时吞吐量提高了 16%。
{"title":"Controller placement with critical switch aware in software-defined network (CPCSA)","authors":"Nura Muhammed Yusuf, Kamalrulnizam Bin Abu Bakar, Babangida Isyaku, Abdelzahir Abdelmaboud, W. Nagmeldin","doi":"10.7717/peerj-cs.1698","DOIUrl":"https://doi.org/10.7717/peerj-cs.1698","url":null,"abstract":"Software-defined networking (SDN) is a networking architecture with improved efficiency achieved by moving networking decisions from the data plane to provide them critically at the control plane. In a traditional SDN, typically, a single controller is used. However, the complexity of modern networks due to their size and high traffic volume with varied quality of service requirements have introduced high control message communications overhead on the controller. Similarly, the solution found using multiple distributed controllers brings forth the ‘controller placement problem’ (CPP). Incorporating switch roles in the CPP modelling during network partitioning for controller placement has not been adequately considered by any existing CPP techniques. This article proposes the controller placement algorithm with network partition based on critical switch awareness (CPCSA). CPCSA identifies critical switch in the software defined wide area network (SDWAN) and then partition the network based on the criticality. Subsequently, a controller is assigned to each partition to improve control messages communication overhead, loss, throughput, and flow setup delay. The CPSCSA experimented with real network topologies obtained from the Internet Topology Zoo. Results show that CPCSA has achieved an aggregate reduction in the controller’s overhead by 73%, loss by 51%, and latency by 16% while improving throughput by 16% compared to the benchmark algorithms.","PeriodicalId":503620,"journal":{"name":"PeerJ Computer Science","volume":"87 ","pages":""},"PeriodicalIF":0.0,"publicationDate":"2023-12-19","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"139172477","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
期刊
PeerJ Computer Science
全部 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