首页 > 最新文献

Network-Computation in Neural Systems最新文献

英文 中文
Transformer-based deep learning networks for fault detection, classification, and location prediction in transmission lines. 基于变压器的深度学习网络,用于输电线路故障检测、分类和位置预测。
IF 1.1 3区 计算机科学 Q4 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-09-03 DOI: 10.1080/0954898X.2024.2393746
Bousaadia Baadji, Soufiane Belagoune, Sif Eddine Boudjellal

Fault detection, classification, and location prediction are crucial for maintaining the stability and reliability of modern power systems, reducing economic losses, and enhancing system protection sensitivity. This paper presents a novel Hierarchical Deep Learning Approach (HDLA) for accurate and efficient fault diagnosis in transmission lines. HDLA leverages two-stage transformer-based classification and regression models to perform Fault Detection (FD), Fault Type Classification (FTC), and Fault Location Prediction (FLP) directly from synchronized raw three-phase current and voltage samples. By bypassing the need for feature extraction, HDLA significantly reduces computational complexity while achieving superior performance compared to existing deep learning methods. The efficacy of HDLA is validated on a comprehensive dataset encompassing various fault scenarios with diverse types, locations, resistances, inception angles, and noise levels. The results demonstrate significant improvements in accuracy, recall, precision, and F1-score metrics for classification, and Mean Absolute Errors (MAEs) and Root Mean Square Errors (RMSEs) for prediction, showcasing the effectiveness of HDLA for real-time fault diagnosis in power systems.

故障检测、分类和位置预测对于保持现代电力系统的稳定性和可靠性、减少经济损失以及提高系统保护灵敏度至关重要。本文提出了一种新颖的分层深度学习方法 (HDLA),用于准确、高效地诊断输电线路故障。HDLA 利用基于变压器的两级分类和回归模型,直接从同步原始三相电流和电压样本执行故障检测 (FD)、故障类型分类 (FTC) 和故障位置预测 (FLP)。通过绕过特征提取的需要,HDLA 显著降低了计算复杂性,同时与现有的深度学习方法相比实现了更优越的性能。HDLA 的功效在一个综合数据集上得到了验证,该数据集涵盖了各种类型、位置、电阻、起始角度和噪声水平的故障场景。结果表明,分类的准确度、召回率、精确度和 F1 分数指标以及预测的平均绝对误差(MAE)和均方根误差(RMSE)均有明显改善,展示了 HDLA 在电力系统实时故障诊断中的有效性。
{"title":"Transformer-based deep learning networks for fault detection, classification, and location prediction in transmission lines.","authors":"Bousaadia Baadji, Soufiane Belagoune, Sif Eddine Boudjellal","doi":"10.1080/0954898X.2024.2393746","DOIUrl":"https://doi.org/10.1080/0954898X.2024.2393746","url":null,"abstract":"<p><p>Fault detection, classification, and location prediction are crucial for maintaining the stability and reliability of modern power systems, reducing economic losses, and enhancing system protection sensitivity. This paper presents a novel Hierarchical Deep Learning Approach (HDLA) for accurate and efficient fault diagnosis in transmission lines. HDLA leverages two-stage transformer-based classification and regression models to perform Fault Detection (FD), Fault Type Classification (FTC), and Fault Location Prediction (FLP) directly from synchronized raw three-phase current and voltage samples. By bypassing the need for feature extraction, HDLA significantly reduces computational complexity while achieving superior performance compared to existing deep learning methods. The efficacy of HDLA is validated on a comprehensive dataset encompassing various fault scenarios with diverse types, locations, resistances, inception angles, and noise levels. The results demonstrate significant improvements in accuracy, recall, precision, and F1-score metrics for classification, and Mean Absolute Errors (MAEs) and Root Mean Square Errors (RMSEs) for prediction, showcasing the effectiveness of HDLA for real-time fault diagnosis in power systems.</p>","PeriodicalId":54735,"journal":{"name":"Network-Computation in Neural Systems","volume":" ","pages":"1-21"},"PeriodicalIF":1.1,"publicationDate":"2024-09-03","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142121202","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Deep learning and optimization enabled multi-objective for task scheduling in cloud computing. 云计算任务调度的深度学习和优化多目标。
IF 1.1 3区 计算机科学 Q4 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-08-20 DOI: 10.1080/0954898X.2024.2391395
Dinesh Komarasamy, Siva Malar Ramaganthan, Dharani Molapalayam Kandaswamy, Gokuldhev Mony

In cloud computing (CC), task scheduling allocates the task to best suitable resource for execution. This article proposes a model for task scheduling utilizing the multi-objective optimization and deep learning (DL) model. Initially, the multi-objective task scheduling is carried out by the incoming user utilizing the proposed hybrid fractional flamingo beetle optimization (FFBO) which is formed by integrating dung beetle optimization (DBO), flamingo search algorithm (FSA) and fractional calculus (FC). Here, the fitness function depends on reliability, cost, predicted energy, and makespan, the predicted energy is forecasted by a deep residual network (DRN). Thereafter, task scheduling is accomplished based on DL using the proposed deep feedforward neural network fused long short-term memory (DFNN-LSTM), which is the combination of DFNN and LSTM. Moreover, when scheduling the workflow, the task parameters and the virtual machine's (VM) live parameters are taken into consideration. Task parameters are earliest finish time (EFT), earliest start time (EST), task length, task priority, and actual task running time, whereas VM parameters include memory utilization, bandwidth utilization, capacity, and central processing unit (CPU). The proposed model DFNN-LSTM+FFBO has achieved superior makespan, energy, and resource utilization of 0.188, 0.950J, and 0.238, respectively.

在云计算(CC)中,任务调度将任务分配给最合适的资源执行。本文提出了一种利用多目标优化和深度学习(DL)模型的任务调度模型。最初,多目标任务调度是由接收用户利用提出的混合分数火烈鸟优化(FFBO)进行的,该算法由蜣螂优化(DBO)、火烈鸟搜索算法(FSA)和分数微积分(FC)集成而成。其中,适应度函数取决于可靠性、成本、预测能量和工期,预测能量由深度残差网络(DRN)预测。之后,利用所提出的融合了长短期记忆(DFNN-LSTM)的深度前馈神经网络(DFNN-LSTM),即 DFNN 和 LSTM 的组合,在 DL 的基础上完成任务调度。此外,在调度工作流时,还要考虑任务参数和虚拟机(VM)的实时参数。任务参数包括最早完成时间(EFT)、最早开始时间(EST)、任务长度、任务优先级和实际任务运行时间,而虚拟机参数包括内存利用率、带宽利用率、容量和中央处理器(CPU)。所提出的模型 DFNN-LSTM+FFBO 在时间跨度、能量和资源利用率方面分别达到了 0.188、0.950J 和 0.238 的优异成绩。
{"title":"Deep learning and optimization enabled multi-objective for task scheduling in cloud computing.","authors":"Dinesh Komarasamy, Siva Malar Ramaganthan, Dharani Molapalayam Kandaswamy, Gokuldhev Mony","doi":"10.1080/0954898X.2024.2391395","DOIUrl":"https://doi.org/10.1080/0954898X.2024.2391395","url":null,"abstract":"<p><p>In cloud computing (CC), task scheduling allocates the task to best suitable resource for execution. This article proposes a model for task scheduling utilizing the multi-objective optimization and deep learning (DL) model. Initially, the multi-objective task scheduling is carried out by the incoming user utilizing the proposed hybrid fractional flamingo beetle optimization (FFBO) which is formed by integrating dung beetle optimization (DBO), flamingo search algorithm (FSA) and fractional calculus (FC). Here, the fitness function depends on reliability, cost, predicted energy, and makespan, the predicted energy is forecasted by a deep residual network (DRN). Thereafter, task scheduling is accomplished based on DL using the proposed deep feedforward neural network fused long short-term memory (DFNN-LSTM), which is the combination of DFNN and LSTM. Moreover, when scheduling the workflow, the task parameters and the virtual machine's (VM) live parameters are taken into consideration. Task parameters are earliest finish time (EFT), earliest start time (EST), task length, task priority, and actual task running time, whereas VM parameters include memory utilization, bandwidth utilization, capacity, and central processing unit (CPU). The proposed model DFNN-LSTM+FFBO has achieved superior makespan, energy, and resource utilization of 0.188, 0.950J, and 0.238, respectively.</p>","PeriodicalId":54735,"journal":{"name":"Network-Computation in Neural Systems","volume":" ","pages":"1-30"},"PeriodicalIF":1.1,"publicationDate":"2024-08-20","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142009908","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Retraction. 撤回。
IF 1.1 3区 计算机科学 Q4 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-08-03 DOI: 10.1080/0954898X.2024.2385540
{"title":"Retraction.","authors":"","doi":"10.1080/0954898X.2024.2385540","DOIUrl":"https://doi.org/10.1080/0954898X.2024.2385540","url":null,"abstract":"","PeriodicalId":54735,"journal":{"name":"Network-Computation in Neural Systems","volume":" ","pages":"1"},"PeriodicalIF":1.1,"publicationDate":"2024-08-03","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141890972","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Bolstering IoT security with IoT device type Identification using optimized Variational Autoencoder Wasserstein Generative Adversarial Network. 利用优化的变异自动编码器 Wasserstein 生成对抗网络识别物联网设备类型,增强物联网安全性。
IF 1.1 3区 计算机科学 Q4 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-08-01 Epub Date: 2024-01-31 DOI: 10.1080/0954898X.2024.2304214
Jothi Shri Sankar, Saravanan Dhatchnamurthy, Anitha Mary X, Keerat Kumar Gupta

Due to the massive growth in Internet of Things (IoT) devices, it is necessary to properly identify, authorize, and protect against attacks the devices connected to the particular network. In this manuscript, IoT Device Type Identification based on Variational Auto Encoder Wasserstein Generative Adversarial Network optimized with Pelican Optimization Algorithm (IoT-DTI-VAWGAN-POA) is proposed for Prolonging IoT Security. The proposed technique comprises three phases, such as data collection, feature extraction, and IoT device type detection. Initially, real network traffic dataset is gathered by distinct IoT device types, like baby monitor, security camera, etc. For feature extraction phase, the network traffic feature vector comprises packet sizes, Mean, Variance, Kurtosis derived by Adaptive and concise empirical wavelet transforms. Then, the extracting features are supplied to VAWGAN is used to identify the IoT devices as known or unknown. Then Pelican Optimization Algorithm (POA) is considered to optimize the weight factors of VAWGAN for better IoT device type identification. The proposed IoT-DTI-VAWGAN-POA method is implemented in Python and proficiency is examined under the performance metrics, like accuracy, precision, f-measure, sensitivity, Error rate, computational complexity, and RoC. It provides 33.41%, 32.01%, and 31.65% higher accuracy, and 44.78%, 43.24%, and 48.98% lower error rate compared to the existing methods.

由于物联网(IoT)设备的大规模增长,有必要对连接到特定网络的设备进行适当的识别、授权和防护。本手稿提出了基于变异自动编码器瓦瑟斯坦生成对抗网络(Variational Auto Encoder Wasserstein Generative Adversarial Network)和鹈鹕优化算法(Pelican Optimization Algorithm)的物联网设备类型识别技术(IoT-DTI-VAWGAN-POA),以延长物联网的安全性。所提出的技术包括三个阶段,如数据收集、特征提取和物联网设备类型检测。首先,通过不同的物联网设备类型(如婴儿监视器、安全摄像头等)收集真实的网络流量数据集。在特征提取阶段,网络流量特征向量包括数据包大小、平均值、方差和峰度,由自适应和简明经验小波变换得出。然后,将提取的特征提供给 VAWGAN,用于识别已知或未知的物联网设备。然后,考虑采用鹈鹕优化算法(POA)来优化 VAWGAN 的权重因子,以更好地识别物联网设备类型。所提出的 IoT-DTI-VAWGAN-POA 方法是用 Python 实现的,并根据准确度、精确度、f 值、灵敏度、错误率、计算复杂度和 RoC 等性能指标对其性能进行了检验。与现有方法相比,该方法的准确率分别提高了 33.41%、32.01% 和 31.65%,错误率分别降低了 44.78%、43.24% 和 48.98%。
{"title":"Bolstering IoT security with IoT device type Identification using optimized Variational Autoencoder Wasserstein Generative Adversarial Network.","authors":"Jothi Shri Sankar, Saravanan Dhatchnamurthy, Anitha Mary X, Keerat Kumar Gupta","doi":"10.1080/0954898X.2024.2304214","DOIUrl":"10.1080/0954898X.2024.2304214","url":null,"abstract":"<p><p>Due to the massive growth in Internet of Things (IoT) devices, it is necessary to properly identify, authorize, and protect against attacks the devices connected to the particular network. In this manuscript, IoT Device Type Identification based on Variational Auto Encoder Wasserstein Generative Adversarial Network optimized with Pelican Optimization Algorithm (IoT-DTI-VAWGAN-POA) is proposed for Prolonging IoT Security. The proposed technique comprises three phases, such as data collection, feature extraction, and IoT device type detection. Initially, real network traffic dataset is gathered by distinct IoT device types, like baby monitor, security camera, etc. For feature extraction phase, the network traffic feature vector comprises packet sizes, Mean, Variance, Kurtosis derived by Adaptive and concise empirical wavelet transforms. Then, the extracting features are supplied to VAWGAN is used to identify the IoT devices as known or unknown. Then Pelican Optimization Algorithm (POA) is considered to optimize the weight factors of VAWGAN for better IoT device type identification. The proposed IoT-DTI-VAWGAN-POA method is implemented in Python and proficiency is examined under the performance metrics, like accuracy, precision, f-measure, sensitivity, Error rate, computational complexity, and RoC. It provides 33.41%, 32.01%, and 31.65% higher accuracy, and 44.78%, 43.24%, and 48.98% lower error rate compared to the existing methods.</p>","PeriodicalId":54735,"journal":{"name":"Network-Computation in Neural Systems","volume":" ","pages":"278-299"},"PeriodicalIF":1.1,"publicationDate":"2024-08-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"139643428","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Improved deep belief network for estimating mango quality indices and grading: A computer vision-based neutrosophic approach. 用于估算芒果质量指标和分级的改进型深度信念网络:基于计算机视觉的中性方法。
IF 1.1 3区 计算机科学 Q4 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-08-01 Epub Date: 2024-01-15 DOI: 10.1080/0954898X.2023.2299851
Mukesh Kumar Tripathi, Shivendra

This research introduces a revolutionary machinet learning algorithm-based quality estimation and grading system. The suggested work is divided into four main parts: Ppre-processing, neutroscopic model transformation, Feature Extraction, and Grading. The raw images are first pre-processed by following five major stages: read, resize, noise removal, contrast enhancement via CLAHE, and Smoothing via filtering. The pre-processed images are then converted into a neutrosophic domain for more effective mango grading. The image is processed under a new Geometric Mean based neutrosophic approach to transforming it into the neutrosophic domain. Finally, the prediction of TSS for the different chilling conditions is done by Improved Deep Belief Network (IDBN) and based on this; the grading of mango is done automatically as the model is already trained with it. Here, the prediction of TSS is carried out under the consideration of SSC, firmness, and TAC. A comparison between the proposed and traditional methods is carried out to confirm the efficacy of various metrics.

本研究介绍了一种革命性的基于机器学习算法的质量评估和分级系统。建议的工作分为四个主要部分:预处理、中观模型转换、特征提取和分级。原始图像首先要经过五个主要阶段的预处理:读取、调整大小、去除噪声、通过 CLAHE 增强对比度以及通过滤波平滑。然后将预处理后的图像转换为中性域,以便更有效地进行芒果分级。采用基于几何平均数的新中性方法处理图像,将其转换到中性域。最后,通过改进的深度信念网络(IDBN)对不同冷藏条件下的 TSS 进行预测,并在此基础上自动对芒果进行分级,因为模型已经过训练。在这里,TSS 的预测是在考虑 SSC、硬度和 TAC 的情况下进行的。对所提出的方法和传统方法进行了比较,以确认各种指标的有效性。
{"title":"Improved deep belief network for estimating mango quality indices and grading: A computer vision-based neutrosophic approach.","authors":"Mukesh Kumar Tripathi, Shivendra","doi":"10.1080/0954898X.2023.2299851","DOIUrl":"10.1080/0954898X.2023.2299851","url":null,"abstract":"<p><p>This research introduces a revolutionary machinet learning algorithm-based quality estimation and grading system. The suggested work is divided into four main parts: Ppre-processing, neutroscopic model transformation, Feature Extraction, and Grading. The raw images are first pre-processed by following five major stages: read, resize, noise removal, contrast enhancement via CLAHE, and Smoothing via filtering. The pre-processed images are then converted into a neutrosophic domain for more effective mango grading. The image is processed under a new Geometric Mean based neutrosophic approach to transforming it into the neutrosophic domain. Finally, the prediction of TSS for the different chilling conditions is done by Improved Deep Belief Network (IDBN) and based on this; the grading of mango is done automatically as the model is already trained with it. Here, the prediction of TSS is carried out under the consideration of SSC, firmness, and TAC. A comparison between the proposed and traditional methods is carried out to confirm the efficacy of various metrics.</p>","PeriodicalId":54735,"journal":{"name":"Network-Computation in Neural Systems","volume":" ","pages":"249-277"},"PeriodicalIF":1.1,"publicationDate":"2024-08-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"139467171","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
M2AI-CVD: Multi-modal AI approach cardiovascular risk prediction system using fundus images. M2AI-CVD:使用眼底图像的多模态人工智能心血管风险预测系统。
IF 1.1 3区 计算机科学 Q4 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-08-01 Epub Date: 2024-01-27 DOI: 10.1080/0954898X.2024.2306988
Premalatha Gurumurthy, Manjunathan Alagarsamy, Sangeetha Kuppusamy, Niranjana Chitra Ponnusamy

Cardiovascular diseases (CVD) represent a significant global health challenge, often remaining undetected until severe cardiac events, such as heart attacks or strokes, occur. In regions like Qatar, research focused on non-invasive CVD identification methods, such as retinal imaging and dual-energy X-ray absorptiometry (DXA), is limited. This study presents a groundbreaking system known as Multi-Modal Artificial Intelligence for Cardiovascular Disease (M2AI-CVD), designed to provide highly accurate predictions of CVD. The M2AI-CVD framework employs a four-fold methodology: First, it rigorously evaluates image quality and processes lower-quality images for further analysis. Subsequently, it uses the Entropy-based Fuzzy C Means (EnFCM) algorithm for precise image segmentation. The Multi-Modal Boltzmann Machine (MMBM) is then employed to extract relevant features from various data modalities, while the Genetic Algorithm (GA) selects the most informative features. Finally, a ZFNet Convolutional Neural Network (ZFNetCNN) classifies images, effectively distinguishing between CVD and Non-CVD cases. The research's culmination, tested across five distinct datasets, yields outstanding results, with an accuracy of 95.89%, sensitivity of 96.89%, and specificity of 98.7%. This multi-modal AI approach offers a promising solution for the accurate and early detection of cardiovascular diseases, significantly improving the prospects of timely intervention and improved patient outcomes in the realm of cardiovascular health.

心血管疾病(CVD)是全球健康面临的一项重大挑战,通常在心脏病发作或中风等严重心脏事件发生之前都不会被发现。在卡塔尔等地区,对非侵入性心血管疾病识别方法(如视网膜成像和双能 X 射线吸收测量法 (DXA))的研究十分有限。本研究提出了一种开创性的系统,称为心血管疾病多模式人工智能(M2AI-CVD),旨在提供高度准确的心血管疾病预测。M2AI-CVD 框架采用了四种方法:首先,它严格评估图像质量,并处理质量较低的图像以作进一步分析。随后,它使用基于熵的模糊 C 均值(EnFCM)算法进行精确的图像分割。然后使用多模态玻尔兹曼机(MMBM)从各种数据模态中提取相关特征,同时使用遗传算法(GA)选择信息量最大的特征。最后,ZFNet 卷积神经网络 (ZFNetCNN) 对图像进行分类,有效区分心血管疾病和非心血管疾病病例。研究成果在五个不同的数据集上进行了测试,结果非常出色,准确率达到 95.89%,灵敏度达到 96.89%,特异性达到 98.7%。这种多模式人工智能方法为准确、早期检测心血管疾病提供了一种前景广阔的解决方案,大大改善了及时干预的前景,提高了心血管健康领域的患者治疗效果。
{"title":"M2AI-CVD: Multi-modal AI approach cardiovascular risk prediction system using fundus images.","authors":"Premalatha Gurumurthy, Manjunathan Alagarsamy, Sangeetha Kuppusamy, Niranjana Chitra Ponnusamy","doi":"10.1080/0954898X.2024.2306988","DOIUrl":"10.1080/0954898X.2024.2306988","url":null,"abstract":"<p><p>Cardiovascular diseases (CVD) represent a significant global health challenge, often remaining undetected until severe cardiac events, such as heart attacks or strokes, occur. In regions like Qatar, research focused on non-invasive CVD identification methods, such as retinal imaging and dual-energy X-ray absorptiometry (DXA), is limited. This study presents a groundbreaking system known as Multi-Modal Artificial Intelligence for Cardiovascular Disease (M2AI-CVD), designed to provide highly accurate predictions of CVD. The M2AI-CVD framework employs a four-fold methodology: First, it rigorously evaluates image quality and processes lower-quality images for further analysis. Subsequently, it uses the Entropy-based Fuzzy C Means (EnFCM) algorithm for precise image segmentation. The Multi-Modal Boltzmann Machine (MMBM) is then employed to extract relevant features from various data modalities, while the Genetic Algorithm (GA) selects the most informative features. Finally, a ZFNet Convolutional Neural Network (ZFNetCNN) classifies images, effectively distinguishing between CVD and Non-CVD cases. The research's culmination, tested across five distinct datasets, yields outstanding results, with an accuracy of 95.89%, sensitivity of 96.89%, and specificity of 98.7%. This multi-modal AI approach offers a promising solution for the accurate and early detection of cardiovascular diseases, significantly improving the prospects of timely intervention and improved patient outcomes in the realm of cardiovascular health.</p>","PeriodicalId":54735,"journal":{"name":"Network-Computation in Neural Systems","volume":" ","pages":"319-346"},"PeriodicalIF":1.1,"publicationDate":"2024-08-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"139572032","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
State identification for a class of uncertain switched systems by differential neural networks. 用微分神经网络识别一类不确定开关系统的状态。
IF 1.1 3区 计算机科学 Q4 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-08-01 Epub Date: 2024-01-11 DOI: 10.1080/0954898X.2023.2296115
Isaac Chairez, Alejandro Garcia-Gonzalez, Alberto Luviano-Juarez

This paper presents a non-parametric identification scheme for a class of uncertain switched nonlinear systems based on continuous-time neural networks. This scheme is based on a continuous neural network identifier. This adaptive identifier guaranteed the convergence of the identification errors to a small vicinity of the origin. The convergence of the identification error was determined by the Lyapunov theory supported by a practical stability variation for switched systems. The same stability analysis generated the learning laws that adjust the identifier structure. The upper bound of the convergence region was characterized in terms of uncertainties and noises affecting the switched system. A second finite-time convergence learning law was also developed to describe an alternative way of forcing the identification error's stability. The study presented in this paper described a formal technique for analysing the application of adaptive identifiers based on continuous neural networks for uncertain switched systems. The identifier was tested for two basic problems: a simple mechanical system and a switched representation of the human gait model. In both cases, accurate results for the identification problem were achieved.

本文提出了一种基于连续时间神经网络的不确定开关非线性系统的非参数识别方案。该方案基于连续神经网络识别器。这种自适应识别器保证了识别误差收敛到原点附近的小范围内。识别误差的收敛性是由里亚普诺夫理论决定的,该理论得到了开关系统实际稳定性变化的支持。同样的稳定性分析产生了调整识别器结构的学习定律。收敛区域的上限是根据影响开关系统的不确定性和噪声确定的。此外,还开发了第二种有限时间收敛学习定律,以描述迫使识别误差稳定的另一种方法。本文介绍的研究描述了一种正式技术,用于分析基于连续神经网络的自适应识别器在不确定开关系统中的应用。该识别器针对两个基本问题进行了测试:一个简单的机械系统和人类步态模型的切换表示。在这两种情况下,都取得了识别问题的准确结果。
{"title":"State identification for a class of uncertain switched systems by differential neural networks.","authors":"Isaac Chairez, Alejandro Garcia-Gonzalez, Alberto Luviano-Juarez","doi":"10.1080/0954898X.2023.2296115","DOIUrl":"10.1080/0954898X.2023.2296115","url":null,"abstract":"<p><p>This paper presents a non-parametric identification scheme for a class of uncertain switched nonlinear systems based on continuous-time neural networks. This scheme is based on a continuous neural network identifier. This adaptive identifier guaranteed the convergence of the identification errors to a small vicinity of the origin. The convergence of the identification error was determined by the Lyapunov theory supported by a practical stability variation for switched systems. The same stability analysis generated the learning laws that adjust the identifier structure. The upper bound of the convergence region was characterized in terms of uncertainties and noises affecting the switched system. A second finite-time convergence learning law was also developed to describe an alternative way of forcing the identification error's stability. The study presented in this paper described a formal technique for analysing the application of adaptive identifiers based on continuous neural networks for uncertain switched systems. The identifier was tested for two basic problems: a simple mechanical system and a switched representation of the human gait model. In both cases, accurate results for the identification problem were achieved.</p>","PeriodicalId":54735,"journal":{"name":"Network-Computation in Neural Systems","volume":" ","pages":"213-248"},"PeriodicalIF":1.1,"publicationDate":"2024-08-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"139418624","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Secure and privacy improved cloud user authentication in biometric multimodal multi fusion using blockchain-based lightweight deep instance-based DetectNet. 使用基于区块链的轻量级深度实例检测网络,在生物识别多模态多融合中提高云用户身份验证的安全性和隐私性。
IF 1.1 3区 计算机科学 Q4 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-08-01 Epub Date: 2024-01-31 DOI: 10.1080/0954898X.2024.2304707
Selvarani Poomalai, Keerthika Venkatesan, Surendran Subbaraj, Sundar Radha

This research introduces an innovative solution addressing the challenge of user authentication in cloud-based systems, emphasizing heightened security and privacy. The proposed system integrates multimodal biometrics, deep learning (Instance-based learning-based DetectNet-(IL-DN), privacy-preserving techniques, and blockchain technology. Motivated by the escalating need for robust authentication methods in the face of evolving cyber threats, the research aims to overcome the struggle between accuracy and user privacy inherent in current authentication methods. The proposed system swiftly and accurately identifies users using multimodal biometric data through IL-DN. To address privacy concerns, advanced techniques are employed to encode biometric data, ensuring user privacy. Additionally, the system utilizes blockchain technology to establish a decentralized, tamper-proof, and transparent authentication system. This is reinforced by smart contracts and an enhanced Proof of Work (PoW) mechanism. The research rigorously evaluates performance metrics, encompassing authentication accuracy, privacy preservation, security, and resource utilization, offering a comprehensive solution for secure and privacy-enhanced user authentication in cloud-based environments. This work significantly contributes to filling the existing research gap in this critical domain.

本研究针对云系统中用户身份验证所面临的挑战提出了一种创新解决方案,强调提高安全性和隐私性。拟议的系统集成了多模态生物识别、深度学习(基于实例学习的 DetectNet-(IL-DN))、隐私保护技术和区块链技术。面对不断发展的网络威胁,人们对强大的身份验证方法的需求不断升级,这项研究旨在克服当前身份验证方法固有的准确性和用户隐私之间的矛盾。所提出的系统通过 IL-DN 使用多模态生物识别数据迅速准确地识别用户。为解决隐私问题,系统采用先进技术对生物识别数据进行编码,确保用户隐私。此外,该系统还利用区块链技术建立了一个去中心化、防篡改和透明的身份验证系统。智能合约和增强型工作量证明(PoW)机制强化了这一点。研究严格评估了性能指标,包括认证准确性、隐私保护、安全性和资源利用率,为基于云的环境中安全和隐私增强型用户认证提供了全面的解决方案。这项工作极大地填补了这一关键领域现有的研究空白。
{"title":"Secure and privacy improved cloud user authentication in biometric multimodal multi fusion using blockchain-based lightweight deep instance-based DetectNet.","authors":"Selvarani Poomalai, Keerthika Venkatesan, Surendran Subbaraj, Sundar Radha","doi":"10.1080/0954898X.2024.2304707","DOIUrl":"10.1080/0954898X.2024.2304707","url":null,"abstract":"<p><p>This research introduces an innovative solution addressing the challenge of user authentication in cloud-based systems, emphasizing heightened security and privacy. The proposed system integrates multimodal biometrics, deep learning (Instance-based learning-based DetectNet-(IL-DN), privacy-preserving techniques, and blockchain technology. Motivated by the escalating need for robust authentication methods in the face of evolving cyber threats, the research aims to overcome the struggle between accuracy and user privacy inherent in current authentication methods. The proposed system swiftly and accurately identifies users using multimodal biometric data through IL-DN. To address privacy concerns, advanced techniques are employed to encode biometric data, ensuring user privacy. Additionally, the system utilizes blockchain technology to establish a decentralized, tamper-proof, and transparent authentication system. This is reinforced by smart contracts and an enhanced Proof of Work (PoW) mechanism. The research rigorously evaluates performance metrics, encompassing authentication accuracy, privacy preservation, security, and resource utilization, offering a comprehensive solution for secure and privacy-enhanced user authentication in cloud-based environments. This work significantly contributes to filling the existing research gap in this critical domain.</p>","PeriodicalId":54735,"journal":{"name":"Network-Computation in Neural Systems","volume":" ","pages":"300-318"},"PeriodicalIF":1.1,"publicationDate":"2024-08-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"139643429","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Retraction. 撤回。
IF 1.1 3区 计算机科学 Q4 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-07-31 DOI: 10.1080/0954898X.2024.2385532
{"title":"Retraction.","authors":"","doi":"10.1080/0954898X.2024.2385532","DOIUrl":"https://doi.org/10.1080/0954898X.2024.2385532","url":null,"abstract":"","PeriodicalId":54735,"journal":{"name":"Network-Computation in Neural Systems","volume":" ","pages":"1"},"PeriodicalIF":1.1,"publicationDate":"2024-07-31","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141857223","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Internet-of-Things for smart irrigation control and crop recommendation using interactive guide-deep model in Agriculture 4.0 applications. 在农业 4.0 应用中使用交互式深度引导模型进行智能灌溉控制和作物推荐的物联网。
IF 1.1 3区 计算机科学 Q4 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-07-31 DOI: 10.1080/0954898X.2024.2383893
Smita Sandeep Mane, Vaibhav E Narawade

The rapid advancements in Agriculture 4.0 have led to the development of the continuous monitoring of the soil parameters and recommend crops based on soil fertility to improve crop yield. Accordingly, the soil parameters, such as pH, nitrogen, phosphorous, potassium, and soil moisture are exploited for irrigation control, followed by the crop recommendation of the agricultural field. The smart irrigation control is performed utilizing the Interactive guide optimizer-Deep Convolutional Neural Network (Interactive guide optimizer-DCNN), which supports the decision-making regarding the soil nutrients. Specifically, the Interactive guide optimizer-DCNN classifier is designed to replace the standard ADAM algorithm through the modeled interactive guide optimizer, which exhibits alertness and guiding characters from the nature-inspired dog and cat population. In addition, the data is down-sampled to reduce redundancy and preserve important information to improve computing performance. The designed model attains an accuracy of 93.11 % in predicting the minerals, pH value, and soil moisture thereby, exhibiting a higher recommendation accuracy of 97.12% when the model training is fixed at 90%. Further, the developed model attained the F-score, specificity, sensitivity, and accuracy values of 90.30%, 92.12%, 89.56%, and 86.36% with k-fold 10 in predicting the minerals that revealed the efficacy of the model.

农业 4.0 的飞速发展促使人们开始持续监测土壤参数,并根据土壤肥力推荐作物,以提高作物产量。因此,利用 pH 值、氮、磷、钾和土壤水分等土壤参数进行灌溉控制,然后推荐农田作物。智能灌溉控制是利用交互式向导优化器-深度卷积神经网络(交互式向导优化器-DCNN)进行的,该网络支持有关土壤养分的决策。具体来说,交互式向导优化器-DCNN 分类器旨在通过建模的交互式向导优化器取代标准的 ADAM 算法。此外,还对数据进行了下采样,以减少冗余并保留重要信息,从而提高计算性能。所设计的模型在预测矿物质、pH 值和土壤湿度方面的准确率为 93.11%,因此,当模型训练固定为 90% 时,推荐准确率更高达 97.12%。此外,在预测矿物质方面,所开发模型的 F-score、特异性、灵敏度和准确度值分别为 90.30%、92.12%、89.56% 和 86.36%(k-fold 10),显示了模型的有效性。
{"title":"Internet-of-Things for smart irrigation control and crop recommendation using interactive guide-deep model in Agriculture 4.0 applications.","authors":"Smita Sandeep Mane, Vaibhav E Narawade","doi":"10.1080/0954898X.2024.2383893","DOIUrl":"https://doi.org/10.1080/0954898X.2024.2383893","url":null,"abstract":"<p><p>The rapid advancements in Agriculture 4.0 have led to the development of the continuous monitoring of the soil parameters and recommend crops based on soil fertility to improve crop yield. Accordingly, the soil parameters, such as pH, nitrogen, phosphorous, potassium, and soil moisture are exploited for irrigation control, followed by the crop recommendation of the agricultural field. The smart irrigation control is performed utilizing the Interactive guide optimizer-Deep Convolutional Neural Network (Interactive guide optimizer-DCNN), which supports the decision-making regarding the soil nutrients. Specifically, the Interactive guide optimizer-DCNN classifier is designed to replace the standard ADAM algorithm through the modeled interactive guide optimizer, which exhibits alertness and guiding characters from the nature-inspired dog and cat population. In addition, the data is down-sampled to reduce redundancy and preserve important information to improve computing performance. The designed model attains an accuracy of 93.11 % in predicting the minerals, pH value, and soil moisture thereby, exhibiting a higher recommendation accuracy of 97.12% when the model training is fixed at 90%. Further, the developed model attained the <i>F</i>-score, specificity, sensitivity, and accuracy values of 90.30%, 92.12%, 89.56%, and 86.36% with <i>k</i>-fold 10 in predicting the minerals that revealed the efficacy of the model.</p>","PeriodicalId":54735,"journal":{"name":"Network-Computation in Neural Systems","volume":" ","pages":"1-33"},"PeriodicalIF":1.1,"publicationDate":"2024-07-31","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141857222","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
期刊
Network-Computation in Neural 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