首页 > 最新文献

International Journal of Electrical and Computer Engineering Systems最新文献

英文 中文
Semi-automated Software Requirements Categorisation using Machine Learning Algorithms 利用机器学习算法进行半自动软件需求分类
IF 1.7 Q4 ENGINEERING, ELECTRICAL & ELECTRONIC Pub Date : 2023-12-12 DOI: 10.32985/ijeces.14.10.3
Pratvina Talele, Siddharth Apte, R. Phalnikar, Harsha V. Talele
Requirement engineering is a mandatory phase of the Software development life cycle (SDLC) that includes defining and documenting system requirements in the Software Requirements Specification (SRS). As the complexity increases, it becomes difficult to categorise the requirements into functional and non-functional requirements. Presently, the dearth of automated techniques necessitates reliance on labour-intensive and time-consuming manual methods for this purpose. This research endeavours to address this gap by investigating and contrasting two prominent feature extraction techniques and their efficacy in automating the classification of requirements. Natural language processing methods are used in the text pre-processing phase, followed by the Term Frequency – Inverse Document Frequency (TF-IDF) and Word2Vec for feature extraction for further understanding. These features are used as input to the Machine Learning algorithms. This study compares existing machine learning algorithms and discusses their correctness in categorising the software requirements. In our study, we have assessed the algorithms Decision Tree (DT), Random Forest (RF), Logistic Regression (LR), Neural Network (NN), K-Nearest Neighbour (KNN) and Support Vector Machine (SVM) on the precision and accuracy parameters. The results obtained in this study showed that the TF-IDF feature selection algorithm performed better in categorising requirements than the Word2Vec algorithm, with an accuracy of 91.20% for the Support Vector Machine (SVM) and Random Forest algorithm as compared to 87.36% for the SVM algorithm. A 3.84% difference is seen between the two when applied to the publicly available PURE dataset. We believe these results will aid developers in building products that aid in requirement engineering.
需求工程是软件开发生命周期(SDLC)的一个必经阶段,包括在软件需求规格(SRS)中定义和记录系统需求。随着复杂性的增加,将需求分为功能性需求和非功能性需求变得越来越困难。目前,由于缺乏自动化技术,必须依赖劳动密集型和耗时的手工方法来实现这一目的。本研究通过研究和对比两种著名的特征提取技术及其在自动分类需求方面的功效,努力弥补这一不足。在文本预处理阶段使用自然语言处理方法,然后使用术语频率-反向文档频率(TF-IDF)和 Word2Vec 进行特征提取,以便进一步理解。这些特征被用作机器学习算法的输入。本研究比较了现有的机器学习算法,并讨论了它们在软件需求分类方面的正确性。在研究中,我们对决策树 (DT)、随机森林 (RF)、逻辑回归 (LR)、神经网络 (NN)、K-最近邻 (KNN) 和支持向量机 (SVM) 等算法的精确度和准确度参数进行了评估。研究结果表明,TF-IDF 特征选择算法在需求分类方面的表现优于 Word2Vec 算法,支持向量机(SVM)和随机森林算法的准确率为 91.20%,而 SVM 算法的准确率为 87.36%。当应用于公开的 PURE 数据集时,两者之间的差异为 3.84%。我们相信,这些结果将有助于开发人员构建有助于需求工程的产品。
{"title":"Semi-automated Software Requirements Categorisation using Machine Learning Algorithms","authors":"Pratvina Talele, Siddharth Apte, R. Phalnikar, Harsha V. Talele","doi":"10.32985/ijeces.14.10.3","DOIUrl":"https://doi.org/10.32985/ijeces.14.10.3","url":null,"abstract":"Requirement engineering is a mandatory phase of the Software development life cycle (SDLC) that includes defining and documenting system requirements in the Software Requirements Specification (SRS). As the complexity increases, it becomes difficult to categorise the requirements into functional and non-functional requirements. Presently, the dearth of automated techniques necessitates reliance on labour-intensive and time-consuming manual methods for this purpose. This research endeavours to address this gap by investigating and contrasting two prominent feature extraction techniques and their efficacy in automating the classification of requirements. Natural language processing methods are used in the text pre-processing phase, followed by the Term Frequency – Inverse Document Frequency (TF-IDF) and Word2Vec for feature extraction for further understanding. These features are used as input to the Machine Learning algorithms. This study compares existing machine learning algorithms and discusses their correctness in categorising the software requirements. In our study, we have assessed the algorithms Decision Tree (DT), Random Forest (RF), Logistic Regression (LR), Neural Network (NN), K-Nearest Neighbour (KNN) and Support Vector Machine (SVM) on the precision and accuracy parameters. The results obtained in this study showed that the TF-IDF feature selection algorithm performed better in categorising requirements than the Word2Vec algorithm, with an accuracy of 91.20% for the Support Vector Machine (SVM) and Random Forest algorithm as compared to 87.36% for the SVM algorithm. A 3.84% difference is seen between the two when applied to the publicly available PURE dataset. We believe these results will aid developers in building products that aid in requirement engineering.","PeriodicalId":41912,"journal":{"name":"International Journal of Electrical and Computer Engineering Systems","volume":"27 13","pages":""},"PeriodicalIF":1.7,"publicationDate":"2023-12-12","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"139009989","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
Significance of handcrafted features in human activity recognition with attention-based RNN models 基于注意力的 RNN 模型在人类活动识别中手工制作特征的意义
IF 1.7 Q4 ENGINEERING, ELECTRICAL & ELECTRONIC Pub Date : 2023-12-12 DOI: 10.32985/ijeces.14.10.8
S. Abraham, Rekha K. James
Sensors incorporated in devices are a source of temporal data that can be interpreted to learn the context of a user. The smartphone accelerometer sensor generates data streams that form distinct patterns in response to user activities. The human context can be predicted using deep learning models built from raw sensor data or features retrieved from raw data. This study analyzes data streams from the UCI-HAR public dataset for activity recognition to determine 31 handcrafted features in the temporal and frequency domain. Various stacked and combination RNN models, trained with attention mechanisms, are designed to work with computed features. Attention gave the models a good fit. When trained with all features, the two-stacked GRU model performed best with 99% accuracy. Selecting the most promising features helps reduce training time without compromising accuracy. The ranking supplied by the permutation feature importance measure and Shapley values are utilized to identify the best features from the highly correlated features. Models trained using optimal features, as determined by the importance measures, had a 96% accuracy rate. Misclassification in attention-based classifiers occurs in the prediction of dynamic activities, such as walking upstairs and walking downstairs, and in sedentary activities, such as sitting and standing, due to the similar range of each activity’s axis values. Our research emphasizes the design of streamlined neural network architectures, characterized by fewer layers and a reduced number of neurons when compared to existing models in the field, to design lightweight models to be implemented in resource-constraint gadgets.
集成在设备中的传感器是时间数据的来源,通过解读这些数据可以了解用户的背景情况。智能手机加速计传感器生成的数据流会根据用户活动形成不同的模式。利用从原始传感器数据或从原始数据中获取的特征建立的深度学习模型,可以预测人的上下文。本研究分析了 UCI-HAR 公共数据集中用于活动识别的数据流,以确定时间域和频率域的 31 个手工特征。利用注意力机制训练的各种堆叠和组合 RNN 模型被设计用于计算出的特征。注意力使模型具有良好的拟合能力。当使用所有特征进行训练时,双堆叠 GRU 模型表现最佳,准确率达 99%。选择最有前途的特征有助于缩短训练时间,同时不影响准确性。利用排列特征重要性度量和 Shapley 值提供的排序,可以从高度相关的特征中找出最佳特征。使用重要度量确定的最佳特征训练的模型准确率为 96%。基于注意力的分类器在预测动态活动(如上楼和下楼)和静态活动(如坐和站)时会出现分类错误,这是因为每种活动的轴值范围相似。我们的研究强调精简神经网络架构的设计,与该领域的现有模型相比,精简神经网络架构的特点是层数更少、神经元数量更少,从而设计出可在资源受限的小工具中实施的轻量级模型。
{"title":"Significance of handcrafted features in human activity recognition with attention-based RNN models","authors":"S. Abraham, Rekha K. James","doi":"10.32985/ijeces.14.10.8","DOIUrl":"https://doi.org/10.32985/ijeces.14.10.8","url":null,"abstract":"Sensors incorporated in devices are a source of temporal data that can be interpreted to learn the context of a user. The smartphone accelerometer sensor generates data streams that form distinct patterns in response to user activities. The human context can be predicted using deep learning models built from raw sensor data or features retrieved from raw data. This study analyzes data streams from the UCI-HAR public dataset for activity recognition to determine 31 handcrafted features in the temporal and frequency domain. Various stacked and combination RNN models, trained with attention mechanisms, are designed to work with computed features. Attention gave the models a good fit. When trained with all features, the two-stacked GRU model performed best with 99% accuracy. Selecting the most promising features helps reduce training time without compromising accuracy. The ranking supplied by the permutation feature importance measure and Shapley values are utilized to identify the best features from the highly correlated features. Models trained using optimal features, as determined by the importance measures, had a 96% accuracy rate. Misclassification in attention-based classifiers occurs in the prediction of dynamic activities, such as walking upstairs and walking downstairs, and in sedentary activities, such as sitting and standing, due to the similar range of each activity’s axis values. Our research emphasizes the design of streamlined neural network architectures, characterized by fewer layers and a reduced number of neurons when compared to existing models in the field, to design lightweight models to be implemented in resource-constraint gadgets.","PeriodicalId":41912,"journal":{"name":"International Journal of Electrical and Computer Engineering Systems","volume":"19 5","pages":""},"PeriodicalIF":1.7,"publicationDate":"2023-12-12","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"139009450","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
Review of SDN-based load-balancing methods, issues, challenges, and roadmap 回顾基于sdn的负载平衡方法、问题、挑战和路线图
Q4 ENGINEERING, ELECTRICAL & ELECTRONIC Pub Date : 2023-11-14 DOI: 10.32985/ijeces.14.9.8
Mohit Chandra Saxena, Munish Sabharwal, Preeti Bajaj
The development of the Internet and smart end systems, such as smartphones and portable laptops, along with the emergence of cloud computing, social networks, and the Internet of Things, has brought about new network requirements. To meet these requirements, a new architecture called software-defined network (SDN) has been introduced. However, traffic distribution in SDN has raised challenges, especially in terms of uneven load distribution impacting network performance. To address this issue, several SDN load balancing (LB) techniques have been developed to improve efficiency. This article provides an overview of SDN and its effect on load balancing, highlighting key elements and discussing various load-balancing schemes based on existing solutions and research challenges. Additionally, the article outlines performance metrics used to evaluate these algorithms and suggests possible future research directions.
随着互联网和智能手机、便携式笔记本电脑等智能终端系统的发展,以及云计算、社交网络、物联网的出现,对网络提出了新的需求。为了满足这些需求,引入了一种称为软件定义网络(SDN)的新体系结构。然而,SDN的流量分配也带来了挑战,特别是负载分配不均对网络性能的影响。为了解决这个问题,已经开发了几种SDN负载平衡(LB)技术来提高效率。本文概述了SDN及其对负载均衡的影响,重点介绍了关键元素,并讨论了基于现有解决方案和研究挑战的各种负载均衡方案。此外,本文概述了用于评估这些算法的性能指标,并提出了可能的未来研究方向。
{"title":"Review of SDN-based load-balancing methods, issues, challenges, and roadmap","authors":"Mohit Chandra Saxena, Munish Sabharwal, Preeti Bajaj","doi":"10.32985/ijeces.14.9.8","DOIUrl":"https://doi.org/10.32985/ijeces.14.9.8","url":null,"abstract":"The development of the Internet and smart end systems, such as smartphones and portable laptops, along with the emergence of cloud computing, social networks, and the Internet of Things, has brought about new network requirements. To meet these requirements, a new architecture called software-defined network (SDN) has been introduced. However, traffic distribution in SDN has raised challenges, especially in terms of uneven load distribution impacting network performance. To address this issue, several SDN load balancing (LB) techniques have been developed to improve efficiency. This article provides an overview of SDN and its effect on load balancing, highlighting key elements and discussing various load-balancing schemes based on existing solutions and research challenges. Additionally, the article outlines performance metrics used to evaluate these algorithms and suggests possible future research directions.","PeriodicalId":41912,"journal":{"name":"International Journal of Electrical and Computer Engineering Systems","volume":"45 2","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-11-14","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"134902521","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
Patterns Identification of Finger Outer Knuckles by Utilizing Local Directional Number 基于局部方向数的手指外指关节模式识别
Q4 ENGINEERING, ELECTRICAL & ELECTRONIC Pub Date : 2023-11-14 DOI: 10.32985/ijeces.14.9.10
Raid Rafi Omar Al-Nima, Hasan Maher Ahmed, Nagham Tharwat Saeed
Finger Outer Knuckle (FOK) is a distinctive biometric that has grown in popularity recently. This results from its inborn qualities such as stability, protection, and specific anatomical patterns. Applications for the identification of FOK patterns include forensic investigations, access control systems, and personal identity. In this study, we suggest a method for identifying FOK patterns using Local Directional Number (LDN) codes produced from gradient-based compass masks. For the FOK pattern matching, the suggested method uses two asymmetric masks—Kirsch and Gaussian derivative—to compute the edge response and extract LDN codes. To calculate edge response on the pattern, an asymmetric compass mask made from the Gaussian derivative mask is created by rotating the Kirsch mask by 45 degrees to provide edge response in eight distinct directions. The edge response of each mask and the combination of dominating vector numbers are examined during the LDN code-generating process. A distance metric can be used to compare the LDN code's condensed representation of the FOK pattern to the original for matching purposes. On the Indian Institute of Technology Delhi Finger Knuckle (IITDFK) database, the efficiency of the suggested procedure is assessed. The data show that the suggested strategy is effective, with an Equal Error Rate (EER) of 10.78%. This value performs better than other EER values when compared to different approaches.
手指外指关节(FOK)是一种独特的生物特征,最近越来越受欢迎。这是由于其固有的特性,如稳定性,保护性和特定的解剖模式。识别FOK模式的应用包括法医调查、访问控制系统和个人身份。在这项研究中,我们提出了一种使用基于梯度的罗盘掩码产生的本地定向数(LDN)代码来识别FOK模式的方法。对于FOK模式匹配,该方法使用kirsch和Gaussian导数两个非对称掩码来计算边缘响应并提取LDN码。为了计算图案上的边缘响应,通过旋转Kirsch掩模45度来创建一个由高斯导数掩模制成的不对称罗盘掩模,以在八个不同的方向上提供边缘响应。在LDN编码生成过程中,对每个掩码的边缘响应和主导向量数的组合进行了分析。距离度量可以用来比较LDN代码的FOK模式的压缩表示与原始的匹配目的。在印度理工学院德里指节(IITDFK)数据库上,评估了建议程序的效率。数据表明,该策略是有效的,平均错误率(EER)为10.78%。当比较不同的方法时,该值比其他EER值表现更好。
{"title":"Patterns Identification of Finger Outer Knuckles by Utilizing Local Directional Number","authors":"Raid Rafi Omar Al-Nima, Hasan Maher Ahmed, Nagham Tharwat Saeed","doi":"10.32985/ijeces.14.9.10","DOIUrl":"https://doi.org/10.32985/ijeces.14.9.10","url":null,"abstract":"Finger Outer Knuckle (FOK) is a distinctive biometric that has grown in popularity recently. This results from its inborn qualities such as stability, protection, and specific anatomical patterns. Applications for the identification of FOK patterns include forensic investigations, access control systems, and personal identity. In this study, we suggest a method for identifying FOK patterns using Local Directional Number (LDN) codes produced from gradient-based compass masks. For the FOK pattern matching, the suggested method uses two asymmetric masks—Kirsch and Gaussian derivative—to compute the edge response and extract LDN codes. To calculate edge response on the pattern, an asymmetric compass mask made from the Gaussian derivative mask is created by rotating the Kirsch mask by 45 degrees to provide edge response in eight distinct directions. The edge response of each mask and the combination of dominating vector numbers are examined during the LDN code-generating process. A distance metric can be used to compare the LDN code's condensed representation of the FOK pattern to the original for matching purposes. On the Indian Institute of Technology Delhi Finger Knuckle (IITDFK) database, the efficiency of the suggested procedure is assessed. The data show that the suggested strategy is effective, with an Equal Error Rate (EER) of 10.78%. This value performs better than other EER values when compared to different approaches.","PeriodicalId":41912,"journal":{"name":"International Journal of Electrical and Computer Engineering Systems","volume":"42 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-11-14","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"134954595","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
An Enhanced Spatio-Temporal Human Detected Keyframe Extraction 一种增强的时空人体检测关键帧提取方法
Q4 ENGINEERING, ELECTRICAL & ELECTRONIC Pub Date : 2023-11-14 DOI: 10.32985/ijeces.14.9.3
Rajeshwari D., Victoria Priscilla C.
Due to the immense availability of Closed-Circuit Television surveillance, it is quite difficult for crime investigation due to its huge storage and complex background. Content-based video retrieval is an excellent method to identify the best Keyframes from these surveillance videos. As the crime surveillance reports numerous action scenes, the existing keyframe extraction is not exemplary. At this point, the Spatio-temporal Histogram of Oriented Gradients - Support Vector Machine feature method with the combination of Background Subtraction is appended over the recovered crime video to highlight the human presence in surveillance frames. Additionally, the Visual Geometry Group trains these frames for the classification report of human-detected frames. These detected frames are processed to extract the keyframe by manipulating an inter-frame difference with its threshold value to favor the requisite human-detected keyframes. Thus, the experimental results of HOG-SVM illustrate a compression ratio of 98.54%, which is preferable to the proposed work's compression ratio of 98.71%, which supports the criminal investigation.
由于闭路电视监控的广泛应用,其存储空间巨大,背景复杂,给犯罪侦查带来了很大的困难。基于内容的视频检索是从这些监控视频中识别最佳关键帧的一种很好的方法。由于犯罪监控报告的动作场景众多,现有的关键帧提取方法并不具有示范性。此时,在恢复的犯罪视频上附加了方向梯度时空直方图-支持向量机特征方法,结合背景减法,突出了监控帧中人类的存在。此外,视觉几何组训练这些帧用于人类检测到的帧的分类报告。对这些检测到的帧进行处理,通过操纵帧间差异及其阈值来提取关键帧,从而有利于必要的人类检测到的关键帧。因此,HOG-SVM的实验结果表明,压缩比为98.54%,优于建议作品的98.71%,支持刑事侦查。
{"title":"An Enhanced Spatio-Temporal Human Detected Keyframe Extraction","authors":"Rajeshwari D., Victoria Priscilla C.","doi":"10.32985/ijeces.14.9.3","DOIUrl":"https://doi.org/10.32985/ijeces.14.9.3","url":null,"abstract":"Due to the immense availability of Closed-Circuit Television surveillance, it is quite difficult for crime investigation due to its huge storage and complex background. Content-based video retrieval is an excellent method to identify the best Keyframes from these surveillance videos. As the crime surveillance reports numerous action scenes, the existing keyframe extraction is not exemplary. At this point, the Spatio-temporal Histogram of Oriented Gradients - Support Vector Machine feature method with the combination of Background Subtraction is appended over the recovered crime video to highlight the human presence in surveillance frames. Additionally, the Visual Geometry Group trains these frames for the classification report of human-detected frames. These detected frames are processed to extract the keyframe by manipulating an inter-frame difference with its threshold value to favor the requisite human-detected keyframes. Thus, the experimental results of HOG-SVM illustrate a compression ratio of 98.54%, which is preferable to the proposed work's compression ratio of 98.71%, which supports the criminal investigation.","PeriodicalId":41912,"journal":{"name":"International Journal of Electrical and Computer Engineering Systems","volume":"46 10","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-11-14","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"134902991","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 robust speech enhancement method in noisy environments 噪声环境下的鲁棒语音增强方法
Q4 ENGINEERING, ELECTRICAL & ELECTRONIC Pub Date : 2023-11-14 DOI: 10.32985/ijeces.14.9.2
Nesrine Abajaddi, Youssef Elfahm, Badia Mounir, Abdelmajid Farchi
Speech enhancement aims to eliminate or reduce undesirable noises and distortions, this processing should keep features of the speech to enhance the quality and intelligibility of degraded speech signals. In this study, we investigated a combined approach using single-frequency filtering (SFF) and a modified spectral subtraction method to enhance single-channel speech. The SFF method involves dividing the speech signal into uniform subband envelopes, and then performing spectral over-subtraction on each envelope. A smoothing parameter, determined by the a-posteriori signal-to-noise ratio (SNR), is used to estimate and update the noise without the need for explicitly detecting silence. To evaluate the performance of our algorithm, we employed objective measures such as segmental SNR (segSNR), extended short-term objective intelligibility (ESTOI), and perceptual evaluation of speech quality (PESQ). We tested our algorithm with various types of noise at different SNR levels and achieved results ranging from 4.24 to 15.41 for segSNR, 0.57 to 0.97 for ESTOI, and 2.18 to 4.45 for PESQ. Compared to other standard and existing speech enhancement methods, our algorithm produces better results and performs well in reducing undesirable noises.
语音增强的目的是消除或减少不需要的噪声和失真,这种处理应保持语音的特征,以提高降级语音信号的质量和可理解性。在这项研究中,我们研究了一种使用单频滤波(SFF)和改进的频谱减法的组合方法来增强单通道语音。SFF方法是将语音信号分成均匀的子带包络,然后对每个包络进行频谱过减。由后验信噪比(SNR)确定的平滑参数用于估计和更新噪声,而无需显式检测噪声。为了评估我们的算法的性能,我们采用了客观指标,如片段信噪比(segSNR)、扩展短期客观可理解度(ESTOI)和语音质量的感知评价(PESQ)。我们在不同信噪比水平下对算法进行了测试,segSNR为4.24 ~ 15.41,ESTOI为0.57 ~ 0.97,PESQ为2.18 ~ 4.45。与其他标准的语音增强方法和现有的语音增强方法相比,我们的算法产生了更好的效果,并且在去除不良噪声方面表现良好。
{"title":"A robust speech enhancement method in noisy environments","authors":"Nesrine Abajaddi, Youssef Elfahm, Badia Mounir, Abdelmajid Farchi","doi":"10.32985/ijeces.14.9.2","DOIUrl":"https://doi.org/10.32985/ijeces.14.9.2","url":null,"abstract":"Speech enhancement aims to eliminate or reduce undesirable noises and distortions, this processing should keep features of the speech to enhance the quality and intelligibility of degraded speech signals. In this study, we investigated a combined approach using single-frequency filtering (SFF) and a modified spectral subtraction method to enhance single-channel speech. The SFF method involves dividing the speech signal into uniform subband envelopes, and then performing spectral over-subtraction on each envelope. A smoothing parameter, determined by the a-posteriori signal-to-noise ratio (SNR), is used to estimate and update the noise without the need for explicitly detecting silence. To evaluate the performance of our algorithm, we employed objective measures such as segmental SNR (segSNR), extended short-term objective intelligibility (ESTOI), and perceptual evaluation of speech quality (PESQ). We tested our algorithm with various types of noise at different SNR levels and achieved results ranging from 4.24 to 15.41 for segSNR, 0.57 to 0.97 for ESTOI, and 2.18 to 4.45 for PESQ. Compared to other standard and existing speech enhancement methods, our algorithm produces better results and performs well in reducing undesirable noises.","PeriodicalId":41912,"journal":{"name":"International Journal of Electrical and Computer Engineering Systems","volume":"46 8","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-11-14","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"134902993","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
FEDRESOURCE 联邦资源
Q4 ENGINEERING, ELECTRICAL & ELECTRONIC Pub Date : 2023-11-14 DOI: 10.32985/ijeces.14.9.7
P. G. Satheesh, T. Sasikala
Deep reinforcement learning can effectively deal with resource allocation (RA) in wireless networks. However, more complex networks can have slower learning speeds, and a lack of network adaptability requires new policies to be learned for newly introduced systems. To address these issues, a novel federated learning-based resource allocation (FEDRESOURCE) has been proposed in this paper which efficiently performs RA in wireless networks. The proposed FEDRESOURCE technique uses federated learning (FL) which is a ML technique that shares the DRL-based RA model between distributed systems and a cloud server to describe a policy. The regularized local loss that occurs in the network will be reduced by using a butterfly optimization technique, which increases the convergence of the FL algorithm. The suggested FL framework speeds up policy learning and allows for adoption by employing deep learning and the optimization technique. Experiments were conducted using a Python-based simulator and detailed numerical results for the wireless RA sub-problems. The theoretical results of the novel FEDRESOURCE algorithm have been validated in terms of transmission power, convergence of algorithm, throughput, and cost. The proposed FEDRESOURCE technique achieves maximum transmit power up to 27%, 55%, and 68% energy efficiency compared to Scheduling policy, Asynchronous FL framework, and Heterogeneous computation schemes respectively. The proposed FEDRESOURCE technique can increase discrimination accuracy by 1.7%, 1.2%, and 0.78% compared to the scheduling policy framework, Asynchronous FL framework, and Heterogeneous computation schemes respectively.
深度强化学习可以有效地处理无线网络中的资源分配问题。然而,更复杂的网络可能具有更慢的学习速度,并且缺乏网络适应性需要为新引入的系统学习新的策略。为了解决这些问题,本文提出了一种新的基于联邦学习的资源分配方法(FEDRESOURCE),可以有效地在无线网络中进行资源分配。提出的FEDRESOURCE技术使用联邦学习(FL),这是一种ML技术,它在分布式系统和云服务器之间共享基于drl的RA模型来描述策略。利用蝴蝶优化技术减少了网络中出现的正则化局部损失,提高了算法的收敛性。建议的FL框架加速了策略学习,并允许采用深度学习和优化技术。利用python仿真器对无线RA子问题进行了实验,并给出了详细的数值结果。从传输功率、算法收敛性、吞吐量和成本等方面验证了FEDRESOURCE算法的理论结果。与调度策略、异步FL框架和异构计算方案相比,提出的FEDRESOURCE技术实现了最大传输功率27%、55%和68%的能效。与调度策略框架、异步FL框架和异构计算方案相比,提出的FEDRESOURCE技术分别提高了1.7%、1.2%和0.78%的识别精度。
{"title":"FEDRESOURCE","authors":"P. G. Satheesh, T. Sasikala","doi":"10.32985/ijeces.14.9.7","DOIUrl":"https://doi.org/10.32985/ijeces.14.9.7","url":null,"abstract":"Deep reinforcement learning can effectively deal with resource allocation (RA) in wireless networks. However, more complex networks can have slower learning speeds, and a lack of network adaptability requires new policies to be learned for newly introduced systems. To address these issues, a novel federated learning-based resource allocation (FEDRESOURCE) has been proposed in this paper which efficiently performs RA in wireless networks. The proposed FEDRESOURCE technique uses federated learning (FL) which is a ML technique that shares the DRL-based RA model between distributed systems and a cloud server to describe a policy. The regularized local loss that occurs in the network will be reduced by using a butterfly optimization technique, which increases the convergence of the FL algorithm. The suggested FL framework speeds up policy learning and allows for adoption by employing deep learning and the optimization technique. Experiments were conducted using a Python-based simulator and detailed numerical results for the wireless RA sub-problems. The theoretical results of the novel FEDRESOURCE algorithm have been validated in terms of transmission power, convergence of algorithm, throughput, and cost. The proposed FEDRESOURCE technique achieves maximum transmit power up to 27%, 55%, and 68% energy efficiency compared to Scheduling policy, Asynchronous FL framework, and Heterogeneous computation schemes respectively. The proposed FEDRESOURCE technique can increase discrimination accuracy by 1.7%, 1.2%, and 0.78% compared to the scheduling policy framework, Asynchronous FL framework, and Heterogeneous computation schemes respectively.","PeriodicalId":41912,"journal":{"name":"International Journal of Electrical and Computer Engineering Systems","volume":"40 4","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-11-14","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"134954077","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
ICU Patients’ Pattern Recognition and Correlation Identification of Vital Parameters Using Optimized Machine Learning Models 基于优化机器学习模型的ICU患者模式识别及生命参数相关性识别
Q4 ENGINEERING, ELECTRICAL & ELECTRONIC Pub Date : 2023-11-14 DOI: 10.32985/ijeces.14.9.5
Ganesh Yallabandi, Veena Mayya, Jayakumar Jeganathan, Sowmya Kamath S.
Early detection of patient deterioration in the Intensive Care Unit (ICU) can play a crucial role in improving patient outcomes. Conventional severity scales currently used to predict patient deterioration are based on a number of factors, the majority of which consist of multiple investigations. Recent advancements in machine learning (ML) within the healthcare domain offer the potential to alleviate the burden of continuous patient monitoring. In this study, we propose an optimized ML model designed to leverage variations in vital signs observed during the final 24 hours of an ICU stay for outcome predictions. Further, we elucidate the relative contributions of distinct vital parameters to these outcomes The dataset compiled in real-time encompasses six pivotal vital parameters: systolic (0) and diastolic (1) blood pressure, pulse rate (2), respiratory rate (3), oxygen saturation (SpO2) (4), and temperature (5). Of these vital parameters, systolic blood pressure emerges as the most significant predictor associated with mortality prediction. Using a fivefold cross-validation method, several ML classifiers are used to categorize the last 24 hours of time series data after ICU admission into three groups: recovery, death, and intubation. Notably, the optimized Gradient Boosting classifier exhibited the highest performance in detecting mortality, achieving an area under the receiver-operator curve (AUC) of 0.95. Through the integration of electronic health records with this ML software, there is the promise of early notifications regarding adverse outcomes, potentially several hours before the onset of hemodynamic instability.
重症监护病房(ICU)患者病情恶化的早期发现对改善患者预后起着至关重要的作用。目前用于预测患者病情恶化的常规严重程度量表是基于许多因素,其中大多数由多次调查组成。医疗保健领域机器学习(ML)的最新进展有可能减轻持续监测患者的负担。在这项研究中,我们提出了一个优化的ML模型,旨在利用ICU住院最后24小时观察到的生命体征变化来预测结果。此外,我们阐明了不同生命参数对这些结果的相对贡献。实时编制的数据集包括六个关键生命参数:收缩压(0)和舒张压(1)血压、脉搏率(2)、呼吸率(3)、氧饱和度(SpO2)(4)和温度(5)。在这些重要参数中,收缩压是与死亡率预测相关的最重要预测因子。使用五重交叉验证方法,使用几个ML分类器将ICU入院后最后24小时的时间序列数据分为三组:恢复、死亡和插管。值得注意的是,优化后的梯度增强分类器在检测死亡率方面表现出最高的性能,实现了接受者-操作者曲线下面积(AUC)为0.95。通过将电子健康记录与该ML软件集成,有可能在血流动力学不稳定发作前几个小时就对不良结果进行早期通知。
{"title":"ICU Patients’ Pattern Recognition and Correlation Identification of Vital Parameters Using Optimized Machine Learning Models","authors":"Ganesh Yallabandi, Veena Mayya, Jayakumar Jeganathan, Sowmya Kamath S.","doi":"10.32985/ijeces.14.9.5","DOIUrl":"https://doi.org/10.32985/ijeces.14.9.5","url":null,"abstract":"Early detection of patient deterioration in the Intensive Care Unit (ICU) can play a crucial role in improving patient outcomes. Conventional severity scales currently used to predict patient deterioration are based on a number of factors, the majority of which consist of multiple investigations. Recent advancements in machine learning (ML) within the healthcare domain offer the potential to alleviate the burden of continuous patient monitoring. In this study, we propose an optimized ML model designed to leverage variations in vital signs observed during the final 24 hours of an ICU stay for outcome predictions. Further, we elucidate the relative contributions of distinct vital parameters to these outcomes The dataset compiled in real-time encompasses six pivotal vital parameters: systolic (0) and diastolic (1) blood pressure, pulse rate (2), respiratory rate (3), oxygen saturation (SpO2) (4), and temperature (5). Of these vital parameters, systolic blood pressure emerges as the most significant predictor associated with mortality prediction. Using a fivefold cross-validation method, several ML classifiers are used to categorize the last 24 hours of time series data after ICU admission into three groups: recovery, death, and intubation. Notably, the optimized Gradient Boosting classifier exhibited the highest performance in detecting mortality, achieving an area under the receiver-operator curve (AUC) of 0.95. Through the integration of electronic health records with this ML software, there is the promise of early notifications regarding adverse outcomes, potentially several hours before the onset of hemodynamic instability.","PeriodicalId":41912,"journal":{"name":"International Journal of Electrical and Computer Engineering Systems","volume":"46 15","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-11-14","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"134902987","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
Transformer Faults Classification Based on Convolution Neural Network 基于卷积神经网络的变压器故障分类
Q4 ENGINEERING, ELECTRICAL & ELECTRONIC Pub Date : 2023-11-14 DOI: 10.32985/ijeces.14.9.11
Maha A. Elmohallawy, Amir Yassin Hassan, Amal F. Abdel-Gawad, Sameh I. Selem
This paper studies the latest advances made in Deep Learning (DL) methods utilized for transformer inrush and fault currents classification. Inrush and fault currents at different operating conditions, initial flux and fault type are simulated. This paper presents a technique for the classification of power transformer faults which is based on a DL method called convolutional neural network (CNN) and compares it with traditional artificial neural network (ANN) and other techniques. The inrush and fault current signals of the transformer are simulated within MATLAB by using Fourier analyzers that provides the 2nd harmonic signal. The 2nd harmonic peak and variance statistic values of input signals of the three phases of transformer are used at different operating conditions. The resulted values are aggregated into a dataset to be used as an input for the CNN model, then training and testing the CNN model is performed. Consequently, it is obvious that the CNN algorithm achieves a better performance compared to other algorithms. This study helps with easy discrimination between normal signals and faulty signals and to determine the type of the fault to clear it easily.
本文研究了深度学习方法在变压器励磁涌流和故障电流分类中的最新进展。模拟了不同工况、初始磁通和故障类型下的涌流和故障电流。本文提出了一种基于深度学习方法的电力变压器故障分类技术——卷积神经网络(CNN),并将其与传统的人工神经网络(ANN)等技术进行了比较。利用提供二次谐波信号的傅立叶分析仪,在MATLAB中对变压器的浪涌和故障电流信号进行了仿真。采用变压器三相输入信号在不同工况下的二次谐波峰值和方差统计值。结果值被聚合成一个数据集作为CNN模型的输入,然后对CNN模型进行训练和测试。因此,与其他算法相比,CNN算法显然取得了更好的性能。这样可以很容易地区分正常信号和故障信号,确定故障的类型,便于排除故障。
{"title":"Transformer Faults Classification Based on Convolution Neural Network","authors":"Maha A. Elmohallawy, Amir Yassin Hassan, Amal F. Abdel-Gawad, Sameh I. Selem","doi":"10.32985/ijeces.14.9.11","DOIUrl":"https://doi.org/10.32985/ijeces.14.9.11","url":null,"abstract":"This paper studies the latest advances made in Deep Learning (DL) methods utilized for transformer inrush and fault currents classification. Inrush and fault currents at different operating conditions, initial flux and fault type are simulated. This paper presents a technique for the classification of power transformer faults which is based on a DL method called convolutional neural network (CNN) and compares it with traditional artificial neural network (ANN) and other techniques. The inrush and fault current signals of the transformer are simulated within MATLAB by using Fourier analyzers that provides the 2nd harmonic signal. The 2nd harmonic peak and variance statistic values of input signals of the three phases of transformer are used at different operating conditions. The resulted values are aggregated into a dataset to be used as an input for the CNN model, then training and testing the CNN model is performed. Consequently, it is obvious that the CNN algorithm achieves a better performance compared to other algorithms. This study helps with easy discrimination between normal signals and faulty signals and to determine the type of the fault to clear it easily.","PeriodicalId":41912,"journal":{"name":"International Journal of Electrical and Computer Engineering Systems","volume":"38 32","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-11-14","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"134953642","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Research Trend Topic Area on Mobile Anchor Localization 移动锚定位研究趋势领域
Q4 ENGINEERING, ELECTRICAL & ELECTRONIC Pub Date : 2023-11-14 DOI: 10.32985/ijeces.14.9.1
Gita Indah Hapsari, Rendy Munadi, Bayu Erfianto, Indrarini Dyah Irawati
Localization in a dynamic environment is one of the challenges in WSN localization involving dynamic sensor nodes or anchor nodes. Mobile anchors can be an efficient solution for the number of anchors in a 3-dimensional environment requiring more local anchors. The reliability of a localization system using mobile anchors is determined by various parameters such as energy efficiency, coverage, computational complexity, and cost. Various methods have been proposed by researchers to build a reliable mobile anchor localization system. This certainly shows the many research opportunities that can be carried out in mobile anchor localization. The many opportunities in this topic will be very confusing for researchers who want to research in this field in choosing a topic area early. However, until now there is still no paper that discusses systematic mapping studies that can provide information on topic areas and trends in the field of mobile anchor localization. A systematic Mapping Study (SMS) was conducted to determine the topic area and its trends, influential authors, and produce modeling topics and trends from the resulting modeling topics. This SMS can be a solution for researchers who are interested in research in the field of mobile anchor localization in determining the research topics they are interested in for further research. This paper gives information on the mobile anchor research area, the author who has influenced mobile anchor localization research, and the topic modeling and trend that potentially promissing research in the future. The SMS includes a chronology of publications from 2017-2022, bibliometric co-occurrence, co-author analysis, topic modeling, and trends. The results show that the development of mobile anchor localization publications is still developing until 2022. There are 10 topic models with 6 of them included in the promising topic. The results of this SMS can be used as preliminary research from the literacy stage, namely Systematic Literature Review (SLR).
动态环境下的定位是涉及动态传感器节点或锚节点的WSN定位的挑战之一。在需要更多本地锚点的三维环境中,移动锚点是一个有效的解决方案。使用移动锚的定位系统的可靠性取决于各种参数,如能源效率、覆盖范围、计算复杂度和成本。为了构建可靠的移动锚定位系统,研究者们提出了多种方法。这无疑表明在移动锚定位中可以进行许多研究机会。这个课题的很多机会会让想要在这个领域研究的研究者在早期选择一个课题领域的时候非常困惑。然而,到目前为止,还没有一篇论文讨论系统的地图研究,可以提供移动主播定位领域的主题领域和趋势信息。通过系统的映射研究(SMS)来确定主题领域及其趋势、有影响力的作者,并从得出的建模主题中生成建模主题和趋势。此短信可以为对移动锚定位领域的研究感兴趣的研究人员确定他们感兴趣的研究课题进行进一步研究提供解决方案。本文介绍了移动主播的研究领域、影响移动主播定位研究的作者,以及未来可能有研究前景的主题建模和趋势。SMS包括2017-2022年的出版物年表、文献计量共现、合著者分析、主题建模和趋势。结果表明,到2022年,移动主播本地化出版物的发展仍在发展中。共有10个主题模型,其中6个被纳入有前景的主题。本文的研究结果可以作为识字阶段的初步研究,即系统文献综述(SLR)。
{"title":"Research Trend Topic Area on Mobile Anchor Localization","authors":"Gita Indah Hapsari, Rendy Munadi, Bayu Erfianto, Indrarini Dyah Irawati","doi":"10.32985/ijeces.14.9.1","DOIUrl":"https://doi.org/10.32985/ijeces.14.9.1","url":null,"abstract":"Localization in a dynamic environment is one of the challenges in WSN localization involving dynamic sensor nodes or anchor nodes. Mobile anchors can be an efficient solution for the number of anchors in a 3-dimensional environment requiring more local anchors. The reliability of a localization system using mobile anchors is determined by various parameters such as energy efficiency, coverage, computational complexity, and cost. Various methods have been proposed by researchers to build a reliable mobile anchor localization system. This certainly shows the many research opportunities that can be carried out in mobile anchor localization. The many opportunities in this topic will be very confusing for researchers who want to research in this field in choosing a topic area early. However, until now there is still no paper that discusses systematic mapping studies that can provide information on topic areas and trends in the field of mobile anchor localization. A systematic Mapping Study (SMS) was conducted to determine the topic area and its trends, influential authors, and produce modeling topics and trends from the resulting modeling topics. This SMS can be a solution for researchers who are interested in research in the field of mobile anchor localization in determining the research topics they are interested in for further research. This paper gives information on the mobile anchor research area, the author who has influenced mobile anchor localization research, and the topic modeling and trend that potentially promissing research in the future. The SMS includes a chronology of publications from 2017-2022, bibliometric co-occurrence, co-author analysis, topic modeling, and trends. The results show that the development of mobile anchor localization publications is still developing until 2022. There are 10 topic models with 6 of them included in the promising topic. The results of this SMS can be used as preliminary research from the literacy stage, namely Systematic Literature Review (SLR).","PeriodicalId":41912,"journal":{"name":"International Journal of Electrical and Computer Engineering Systems","volume":"85 4","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-11-14","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"134957071","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
期刊
International Journal of Electrical and Computer Engineering Systems
全部 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