期刊文献+
共找到137,884篇文章
< 1 2 250 >
每页显示 20 50 100
Efficient Training of Multi-Layer Neural Networks to Achieve Faster Validation 被引量:1
1
作者 Adel Saad Assiri 《Computer Systems Science & Engineering》 SCIE EI 2021年第3期435-450,共16页
Artificial neural networks(ANNs)are one of the hottest topics in computer science and artificial intelligence due to their potential and advantages in analyzing real-world problems in various disciplines,including but... Artificial neural networks(ANNs)are one of the hottest topics in computer science and artificial intelligence due to their potential and advantages in analyzing real-world problems in various disciplines,including but not limited to physics,biology,chemistry,and engineering.However,ANNs lack several key characteristics of biological neural networks,such as sparsity,scale-freeness,and small-worldness.The concept of sparse and scale-free neural networks has been introduced to fill this gap.Network sparsity is implemented by removing weak weights between neurons during the learning process and replacing them with random weights.When the network is initialized,the neural network is fully connected,which means the number of weights is four times the number of neurons.In this study,considering that a biological neural network has some degree of initial sparsity,we design an ANN with a prescribed level of initial sparsity.The neural network is tested on handwritten digits,Arabic characters,CIFAR-10,and Reuters newswire topics.Simulations show that it is possible to reduce the number of weights by up to 50%without losing prediction accuracy.Moreover,in both cases,the testing time is dramatically reduced compared with fully connected ANNs. 展开更多
关键词 SPARSITY weak weights multi-layer neural network NN training with initial sparsity
在线阅读 下载PDF
Hausdorff Dimension of Multi-Layer Neural Networks
2
作者 Jung-Chao Ban Chih-Hung Chang 《Advances in Pure Mathematics》 2013年第9期9-14,共6页
This elucidation investigates the Hausdorff dimension of the output space of multi-layer neural networks. When the factor map from the covering space of the output space to the output space has a synchronizing word, t... This elucidation investigates the Hausdorff dimension of the output space of multi-layer neural networks. When the factor map from the covering space of the output space to the output space has a synchronizing word, the Hausdorff dimension of the output space relates to its topological entropy. This clarifies the geometrical structure of the output space in more details. 展开更多
关键词 multi-layer neural networks HAUSDORFF DIMENSION Sofic SHIFT OUTPUT Space
在线阅读 下载PDF
Intelligent Parameter Decision-Making and Multi-objective Prediction for Multi-layer and Multi-pass LDED Process
3
作者 Li Yaguan Nie Zhenguo +2 位作者 Li Huilin Wang Tao Huang Qingxue 《稀有金属材料与工程》 北大核心 2026年第1期47-58,共12页
The key parameters that characterize the morphological quality of multi-layer and multi-pass metal laser deposited parts are the surface roughness and the error between the actual printing height and the theoretical m... The key parameters that characterize the morphological quality of multi-layer and multi-pass metal laser deposited parts are the surface roughness and the error between the actual printing height and the theoretical model height.The Taguchi method was employed to establish the correlations between process parameter combinations and multi-objective characterization of metal deposition morphology(height error and roughness).Results show that using the signal-to-noise ratio and grey relational analysis,the optimal parameter combination for multi-layer and multi-pass deposition is determined as follows:laser power of 800 W,powder feeding rate of 0.3 r/min,step distance of 1.6 mm,and scanning speed of 20 mm/s.Subsequently,a Genetic Bayesian-back propagation(GB-BP)network is constructed to predict multi-objective responses.Compared with the traditional back propagation network,the GB-back propagation network improves the prediction accuracy of height error and surface roughness by 43.14%and 71.43%,respectively.This network can accurately predict the multi-objective characterization of morphological quality of multi-layer and multi-pass metal deposited parts. 展开更多
关键词 multi-layer and multi-pass laser cladding Taguchi method grey relational analysis GB-BP network
原文传递
A Multi-Scale Graph Neural Networks Ensemble Approach for Enhanced DDoS Detection
4
作者 Noor Mueen Mohammed Ali Hayder Seyed Amin Hosseini Seno +2 位作者 Hamid Noori Davood Zabihzadeh Mehdi Ebady Manaa 《Computers, Materials & Continua》 2026年第4期1216-1242,共27页
Distributed Denial of Service(DDoS)attacks are one of the severe threats to network infrastructure,sometimes bypassing traditional diagnosis algorithms because of their evolving complexity.PresentMachine Learning(ML)t... Distributed Denial of Service(DDoS)attacks are one of the severe threats to network infrastructure,sometimes bypassing traditional diagnosis algorithms because of their evolving complexity.PresentMachine Learning(ML)techniques for DDoS attack diagnosis normally apply network traffic statistical features such as packet sizes and inter-arrival times.However,such techniques sometimes fail to capture complicated relations among various traffic flows.In this paper,we present a new multi-scale ensemble strategy given the Graph Neural Networks(GNNs)for improving DDoS detection.Our technique divides traffic into macro-and micro-level elements,letting various GNN models to get the two corase-scale anomalies and subtle,stealthy attack models.Through modeling network traffic as graph-structured data,GNNs efficiently learn intricate relations among network entities.The proposed ensemble learning algorithm combines the results of several GNNs to improve generalization,robustness,and scalability.Extensive experiments on three benchmark datasets—UNSW-NB15,CICIDS2017,and CICDDoS2019—show that our approach outperforms traditional machine learning and deep learning models in detecting both high-rate and low-rate(stealthy)DDoS attacks,with significant improvements in accuracy and recall.These findings demonstrate the suggested method’s applicability and robustness for real-world implementation in contexts where several DDoS patterns coexist. 展开更多
关键词 DDoS detection graph neural networks multi-scale learning ensemble learning network security stealth attacks network graphs
在线阅读 下载PDF
Multi-Label Classification Model Using Graph Convolutional Neural Network for Social Network Nodes
5
作者 Junmin Lyu Guangyu Xu +4 位作者 Feng Bao Yu Zhou Yuxin Liu Siyu Lu Wenfeng Zheng 《Computer Modeling in Engineering & Sciences》 2026年第2期1235-1256,共22页
Graph neural networks(GNN)have shown strong performance in node classification tasks,yet most existing models rely on uniform or shared weight aggregation,lacking flexibility in modeling the varying strength of relati... Graph neural networks(GNN)have shown strong performance in node classification tasks,yet most existing models rely on uniform or shared weight aggregation,lacking flexibility in modeling the varying strength of relationships among nodes.This paper proposes a novel graph coupling convolutional model that introduces an adaptive weighting mechanism to assign distinct importance to neighboring nodes based on their similarity to the central node.Unlike traditional methods,the proposed coupling strategy enhances the interpretability of node interactions while maintaining competitive classification performance.The model operates in the spatial domain,utilizing adjacency list structures for efficient convolution and addressing the limitations of weight sharing through a coupling-based similarity computation.Extensive experiments are conducted on five graph-structured datasets,including Cora,Citeseer,PubMed,Reddit,and BlogCatalog,as well as a custom topology dataset constructed from the Open University Learning Analytics Dataset(OULAD)educational platform.Results demonstrate that the proposed model achieves good classification accuracy,while significantly reducing training time through direct second-order neighbor fusion and data preprocessing.Moreover,analysis of neighborhood order reveals that considering third-order neighbors offers limited accuracy gains but introduces considerable computational overhead,confirming the efficiency of first-and second-order convolution in practical applications.Overall,the proposed graph coupling model offers a lightweight,interpretable,and effective framework for multi-label node classification in complex networks. 展开更多
关键词 GNN social networks nodes multi-label classification model graphic convolution neural network coupling principle
在线阅读 下载PDF
Artificial Neural Network Model for Thermal Conductivity Estimation of Metal Oxide Water-Based Nanofluids
6
作者 Nikhil S.Mane Sheetal Kumar Dewangan +3 位作者 Sayantan Mukherjee Pradnyavati Mane Deepak Kumar Singh Ravindra Singh Saluja 《Computers, Materials & Continua》 2026年第1期316-331,共16页
The thermal conductivity of nanofluids is an important property that influences the heat transfer capabilities of nanofluids.Researchers rely on experimental investigations to explore nanofluid properties,as it is a n... The thermal conductivity of nanofluids is an important property that influences the heat transfer capabilities of nanofluids.Researchers rely on experimental investigations to explore nanofluid properties,as it is a necessary step before their practical application.As these investigations are time and resource-consuming undertakings,an effective prediction model can significantly improve the efficiency of research operations.In this work,an Artificial Neural Network(ANN)model is developed to predict the thermal conductivity of metal oxide water-based nanofluid.For this,a comprehensive set of 691 data points was collected from the literature.This dataset is split into training(70%),validation(15%),and testing(15%)and used to train the ANN model.The developed model is a backpropagation artificial neural network with a 4–12–1 architecture.The performance of the developed model shows high accuracy with R values above 0.90 and rapid convergence.It shows that the developed ANN model accurately predicts the thermal conductivity of nanofluids. 展开更多
关键词 Artificial neural networks nanofluids thermal conductivity PREDICTION
在线阅读 下载PDF
Reconfigurable bipolar and nonlinear photoresponse in 2D VSe_(2)/WSe_(2) photodetectors for high-performance optical neural networks
7
作者 Zhengui Zhao Yuan Cheng +5 位作者 Jiacheng Sun Pengyu Zhang Tonglu Wang Jianshi Tang Yuyan Wang Junying Zhang 《Science Bulletin》 2026年第3期486-489,共4页
In the era of big data and artificial intelligence,optical neural networks(ONNs)have emerged as a promising alternative to conventional electronic approaches,offering superior parallelism,ultrafast processing speeds,a... In the era of big data and artificial intelligence,optical neural networks(ONNs)have emerged as a promising alternative to conventional electronic approaches,offering superior parallelism,ultrafast processing speeds,and high energy efficiency[1-3].However,a major bottleneck in the practical implementation of ONNs is the absence of effective nonlinear activation functions.Self-driven photodetectors have emerged as versatile optical to electrical converters,opening innovative avenues for energy-effective and flexibly integrated activation functions in ONNs through their reconfigurable optoelectronic nonlinearity. 展开更多
关键词 D VSe WSe photodetectors optical electrical convertersopening conventional electronic approachesoffering reconfigurable bipolar high performance optical neural networks artificial intelligenceoptical neural networks onns big data nonlinear photoresponse
原文传递
Robust training of open-set graph neural networks on graphs with in-distribution and out-of-distribution noise
8
作者 Sichao FU Qinmu PENG +3 位作者 Weihua OU Bin ZOU Xiao-Yuan JING Xinge YOU 《Science China(Technological Sciences)》 2026年第3期225-240,共16页
The node labels collected from real-world applications are often accompanied by the occurrence of in-distribution noise(seen class nodes with wrong labels) and out-of-distribution noise(unseen class nodes with seen cl... The node labels collected from real-world applications are often accompanied by the occurrence of in-distribution noise(seen class nodes with wrong labels) and out-of-distribution noise(unseen class nodes with seen class labels), which significantly degrade the superior performance of recently emerged open-set graph neural networks(GNN). Nowadays, only a few researchers have attempted to introduce sample selection strategies developed in non-graph areas to limit the influence of noisy node labels. These studies often neglect the impact of inaccurate graph structure relationships, invalid utilization of noisy nodes and unlabeled nodes self-supervision information for noisy node labels constraint. More importantly, simply enhancing the accuracy of graph structure relationships or the utilization of nodes' self-supervision information still cannot minimize the influence of noisy node labels for open-set GNN. In this paper, we propose a novel RT-OGNN(robust training of open-set GNN) framework to solve the above-mentioned issues. Specifically, an effective graph structure learning module is proposed to weaken the impact of structure noise and extend the receptive field of nodes. Then, the augmented graph is sent to a pair of peer GNNs to accurately distinguish noisy node labels of labeled nodes. Third, the label propagation and multilayer perceptron-based decoder modules are simultaneously introduced to discover more supervision information from remaining nodes apart from clean nodes. Finally, we jointly optimize the above modules and open-set GNN in an end-to-end way via consistency regularization loss and cross-entropy loss, which minimizes the influence of noisy node labels and provides more supervision guidance for open-set GNN optimization.Extensive experiments on three benchmarks and various noise rates validate the superiority of RT-OGNN over state-of-the-art models. 展开更多
关键词 graph neural networks open-set recognition in-distribution noise out-of-distribution noise
原文传递
A generalizable physics-informed neural network for lithium-ion battery SOH estimation utilizing partial charging segments
9
作者 Sijing Wang Ruoyu Zhou +3 位作者 Yijia Ren Honglai Liu Yiting Lin Cheng Lian 《Journal of Energy Chemistry》 2026年第1期977-986,I0021,共11页
Accurate state of health(SOH)estimation is essential for the safe and reliable operation of lithium-ion batteries.However,existing methods face significant challenges,primarily because they rely on complete charge–di... Accurate state of health(SOH)estimation is essential for the safe and reliable operation of lithium-ion batteries.However,existing methods face significant challenges,primarily because they rely on complete charge–discharge cycles and fixed-form physical constraints,which limit adaptability to different chemistries and real-world conditions.To address these issues,this study proposes an approach that extracts features from segmented state of charge(SOC)intervals and integrates them into an enhanced physics-informed neural network(PINN).Specifically,voltage data within the 25%–75%SOC range during charging are used to derive statistical,time–frequency,and mechanism-based features that capture degradation trends.A hybrid PINN-Lasso-Transformer-BiLSTM architecture is developed,where Lasso regression enables sparse feature selection,and a nonlinear empirical degradation model is embedded as a learnable physical term within a dynamically scaled composite loss.This design adaptively balances data-driven accuracy with physical consistency,thereby enhancing estimation precision,robustness,and generalization.The results show that the proposed method outperforms conventional neural networks across four battery chemistries,achieving root mean square error and mean absolute error below 1%.Notably,features from partial charging segments exhibit higher robustness than those from full cycles.Furthermore,the model maintains strong performance under high temperatures and demonstrates excellent generalization capacity in transfer learning across chemistries,temperatures,and C-rates.This work establishes a scalable and interpretable solution for accurate SOH estimation under diverse practical operating conditions. 展开更多
关键词 State of health Feature extraction Charging process Physics-informed neural network Generalization
在线阅读 下载PDF
Physics-constrained graph neural networks for solving adjoint equations
10
作者 Jinpeng Xiang Shufang Song +2 位作者 Wenbo Cao Kuijun Zuo Weiwei Zhang 《Acta Mechanica Sinica》 2026年第1期178-191,共14页
The adjoint method is widely used in gradient-based optimization with high-dimensional design variables.However,the cost of solving the adjoint equations in each iteration is comparable to that of solving the flow fie... The adjoint method is widely used in gradient-based optimization with high-dimensional design variables.However,the cost of solving the adjoint equations in each iteration is comparable to that of solving the flow field,resulting in expensive computational costs.To improve the efficiency of solving adjoint equations,we propose a physics-constrained graph neural networks for solving adjoint equations,named ADJ-PCGN.ADJ-PCGN establishes a mapping relationship between flow characteristics and adjoint vector based on data,serving as a replacement for the computationally expensive numerical solution of adjoint equations.A physics-based graph structure and message-passing mechanism are designed to endow its strong fitting and generalization capabilities.Taking transonic drag reduction and maximum lift-drag ratio of the airfoil as examples,results indicate that ADJ-PCGN attains a similar optimal shape as the classical direct adjoint loop method.In addition,ADJ-PCGN demonstrates strong generalization capabilities across different mesh topologies,mesh densities,and out-of-distribution conditions.It holds the potential to become a universal model for aerodynamic shape optimization involving states,geometries,and meshes. 展开更多
关键词 Adjoint method Deep learning Graph neural network Physics-constrained Fast aerodynamic analysis
原文传递
Deep neural networks for adulteration detection in red chilli powder:a pillar for Food Quality 4.0
11
作者 Dilpreet Singh Brar Birmohan Singh Vikas Nanda 《Journal of Future Foods》 2026年第6期1004-1017,共14页
Red chilli powder(RCP)is a versatile spice accepted globally in diverse culinary products due to its distinct pungent characteristics and red colour.The higher market demand makes the spice vulnerable to unethical mix... Red chilli powder(RCP)is a versatile spice accepted globally in diverse culinary products due to its distinct pungent characteristics and red colour.The higher market demand makes the spice vulnerable to unethical mixing,so its quality assessment is crucial.The non-destructive application of computer vision for measuring food adulteration has always attracted researchers and industry due to its robustness and feasibility.Following the current era of Food Quality 4.0 and artificial intelligence,this study follows an approach based on 1D-convolutional neural networks(CNN)and 2D-CNN models for detecting RCP adulteration.The performance evaluation metrics are used to analyse the efficiency of these models.The histogram features from the Lab colour space trained on the 1D-CNN model(BS-40 and Epoch 100)show an accuracy of 84.56%.On the other hand,the 2D-CNN model DenseNet-121(AdamW and BS-30)also shows a test accuracy of 84.62%.From the observations of this study,it is concluded that CNN models can be a promising tool for solving the adulteration detection problem in food quality evaluation.Further,internet of things-based systems can be developed to aid the industry and government agencies in monitoring the quality of RCP to harness the unethical practices of food adulteration. 展开更多
关键词 Deep learning Convolutional neural networks Food adulteration Food Quality 4.0 SPICES
在线阅读 下载PDF
Spectral-Integrated Neural Networks for Transient Heat Conduction in Thin-Walled Structures
12
作者 Ting Gao Chengze Shang +1 位作者 Juan Wang Yan Gu 《Computer Modeling in Engineering & Sciences》 2026年第2期253-268,共16页
An efficient data-driven numerical framework is developed for transient heat conduction analysis in thin-walled structures.The proposed approach integrates spectral time discretization with neural network approximatio... An efficient data-driven numerical framework is developed for transient heat conduction analysis in thin-walled structures.The proposed approach integrates spectral time discretization with neural network approximation,forming a spectral-integrated neural network(SINN)scheme tailored for problems characterized by long-time evolution.Temporal derivatives are treated through a spectral integration strategy based on orthogonal polynomial expansions,which significantly alleviates stability constraints associated with conventional time-marching schemes.A fully connected neural network is employed to approximate the temperature-related variables,while governing equa-tions and boundary conditions are enforced through a physics-informed loss formulation.Numerical investigations demonstrate that the proposed method maintains high accuracy even when large time steps are adopted,where standard numerical solvers often suffer from instability or excessive computational cost.Moreover,the framework exhibits strong robustness for ultrathin configurations with extreme aspect ratios,achieving relative errors on the order of 10−5 or lower.These results indicate that the SINN framework provides a reliable and efficient alternative for transient thermal analysis of thin-walled structures under challenging computational conditions. 展开更多
关键词 Physics-informed neural networks spectral time integration transient heat conduction thin-walled structures
在线阅读 下载PDF
Physics-Informed Neural Networks:Current Progress and Challenges in Computational Solid and Structural Mechanics
13
作者 Itthidet Thawon Duy Vo +6 位作者 Tinh QuocBui Kanya Rattanamongkhonkun Chakkapong Chamroon Nakorn Tippayawong Yuttana Mona Ramnarong Wanison Pana Suttakul 《Computer Modeling in Engineering & Sciences》 2026年第2期48-86,共39页
Physics-informed neural networks(PINNs)have emerged as a promising class of scientific machine learning techniques that integrate governing physical laws into neural network training.Their ability to enforce different... Physics-informed neural networks(PINNs)have emerged as a promising class of scientific machine learning techniques that integrate governing physical laws into neural network training.Their ability to enforce differential equations,constitutive relations,and boundary conditions within the loss function provides a physically grounded alternative to traditional data-driven models,particularly for solid and structural mechanics,where data are often limited or noisy.This review offers a comprehensive assessment of recent developments in PINNs,combining bibliometric analysis,theoretical foundations,application-oriented insights,and methodological innovations.A biblio-metric survey indicates a rapid increase in publications on PINNs since 2018,with prominent research clusters focused on numerical methods,structural analysis,and forecasting.Building upon this trend,the review consolidates advance-ments across five principal application domains,including forward structural analysis,inverse modeling and parameter identification,structural and topology optimization,assessment of structural integrity,and manufacturing processes.These applications are propelled by substantial methodological advancements,encompassing rigorous enforcement of boundary conditions,modified loss functions,adaptive training,domain decomposition strategies,multi-fidelity and transfer learning approaches,as well as hybrid finite element–PINN integration.These advances address recurring challenges in solid mechanics,such as high-order governing equations,material heterogeneity,complex geometries,localized phenomena,and limited experimental data.Despite remaining challenges in computational cost,scalability,and experimental validation,PINNs are increasingly evolving into specialized,physics-aware tools for practical solid and structural mechanics applications. 展开更多
关键词 Artificial Intelligence physics-informed neural networks computational mechanics bibliometric analysis solid mechanics structural mechanics
在线阅读 下载PDF
Attention Mechanisms and FFM Feature Fusion Module-Based Modification of the Deep Neural Network for Detection of Structural Cracks
14
作者 Tao Jin Zhekun Shou +1 位作者 Hongchao Liu Yuchun Shao 《Computer Modeling in Engineering & Sciences》 2026年第2期345-366,共22页
This research centers on structural health monitoring of bridges,a critical transportation infrastructure.Owing to the cumulative action of heavy vehicle loads,environmental variations,and material aging,bridge compon... This research centers on structural health monitoring of bridges,a critical transportation infrastructure.Owing to the cumulative action of heavy vehicle loads,environmental variations,and material aging,bridge components are prone to cracks and other defects,severely compromising structural safety and service life.Traditional inspection methods relying on manual visual assessment or vehicle-mounted sensors suffer from low efficiency,strong subjectivity,and high costs,while conventional image processing techniques and early deep learning models(e.g.,UNet,Faster R-CNN)still performinadequately in complex environments(e.g.,varying illumination,noise,false cracks)due to poor perception of fine cracks andmulti-scale features,limiting practical application.To address these challenges,this paper proposes CACNN-Net(CBAM-Augmented CNN),a novel dual-encoder architecture that innovatively couples a CNN for local detail extraction with a CBAM-Transformer for global context modeling.A key contribution is the dedicated Feature FusionModule(FFM),which strategically integratesmulti-scale features and focuses attention on crack regions while suppressing irrelevant noise.Experiments on bridge crack datasets demonstrate that CACNNNet achieves a precision of 77.6%,a recall of 79.4%,and an mIoU of 62.7%.These results significantly outperform several typical models(e.g.,UNet-ResNet34,Deeplabv3),confirming their superior accuracy and robust generalization,providing a high-precision automated solution for bridge crack detection and a novel network design paradigm for structural surface defect identification in complex scenarios,while future research may integrate physical features like depth information to advance intelligent infrastructure maintenance and digital twin management. 展开更多
关键词 Bridge crack diseases structural health monitoring convolutional neural network feature fusion
在线阅读 下载PDF
Artificial Neural Network-Based Flow and Heat Transfer Analysis of Williamson Nanofluid over a Moving Wedge:Effects of Thermal Radiation,Viscous Dissipation,and Homogeneous-Heterogeneous
15
作者 Adnan Ashique Nehad Ali Shah +3 位作者 Usman Afzal Yazen Alawaideh Sohaib Abdal Jae Dong Chung 《Computer Modeling in Engineering & Sciences》 2026年第2期642-664,共23页
There is a need for accurate prediction of heat and mass transfer in aerodynamically designed,non-Newtonian nanofluids across aerodynamically designed,high-flux biomedical micro-devices for thermal management and reac... There is a need for accurate prediction of heat and mass transfer in aerodynamically designed,non-Newtonian nanofluids across aerodynamically designed,high-flux biomedical micro-devices for thermal management and reactive coating processes,but existing work is not uncharacteristically remiss regarding viscoelasticity,radiative heating,viscous dissipation,and homogeneous–heterogeneous reactions within a single scheme that is calibrated.This research investigates the flow of Williamson nanofluid across a dynamically wedged surface under conditions that include viscous dissipation,thermal radiation,and homogeneous-heterogeneous reactions.The paper develops a detailed mathematical approach that utilizes boundary layers to transform partial differential equations into ordinary differential equations using similarity transformations.RK4 is the technique for gaining numerical solutions,but with the addition of ANNs,there is an improvement in prediction accuracy and computational efficiency.The study investigates the influence of wedge angle parameter,along with Weissenberg number,thermal radiation parameter and Brownian motion parameter,and Schmidt number,on velocity distribution,temperature distribution,and concentra-tion distribution.Enhanced Weissenberg numbers enhance viscoelastic responses that modify velocity patterns,but radiation parameters and thermophoresis have key impacts on thermal transfer phenomena.This research develops findings that are of enormous application in aerospace,biomedical(artificial hearts and drug delivery),and industrial cooling technology applications.New findings on non-Newtonian nanofluids under full flow systems are included in this work to enhance heat transfer methods in novel fluid-based systems. 展开更多
关键词 Williamson fluid thermal radiation viscous dissipation Artificial neural networks(ANNs) homogeneous-heterogeneous reactions
在线阅读 下载PDF
Coordinated control strategy for hybrid energy storage primary frequency regulation based on improved VMD algorithm and fuzzy neural network
16
作者 Ping Zhang Ming Zhi Li Chang Sheng Jiao 《Global Energy Interconnection》 2026年第1期119-130,共12页
Facing the economic challenges of significant frequency regulation wear and tear on thermal power units and short energy storage lifespan in thermal-energy storage combined systems participating in grid primary freque... Facing the economic challenges of significant frequency regulation wear and tear on thermal power units and short energy storage lifespan in thermal-energy storage combined systems participating in grid primary frequency regulation(PFR),this paper proposes a novel hybrid energy storage system(HESS)control strategy based on Newton-Raphson optimization algorithm(NRBO)-VMD and a fuzzy neural network(FNN)for PFR.In the primary power allocation stage,the high inertia and slow response of thermal power units prevent them from promptly responding to the high-frequency components of PFR signals,leading to increased mechanical stress.To address the distinct response characteristics of thermal units and HESS,an NRBO-VMD based decomposition method for PFR signals is proposed,enabling a flexible system response to grid frequency deviations.Within the HESS,an adaptive coordinated control strategy and a State of Charge(SOC)self-recovery strategy are introduced.These strategies autonomously adjust the virtual inertia and droop coefficients based on the depth of frequency regulation and the real-time SOC.Furthermore,a FNN is constructed to perform secondary refinement of the internal power distribution within the HESS.Finally,simulations under various operational conditions demonstrate that the proposed strategy effectively mitigates frequent power adjustments of the thermal unit during PFR,adaptively achieves optimal power decomposition and distribution,maintains the flywheel energy storage’s SOC within an optimal range,and ensures the long-term stable operation of the HESS. 展开更多
关键词 Primary frequency regulation Hybrid energy storage Adaptive coordinated control Fuzzy neural network
在线阅读 下载PDF
Residual resampling-based physics-informed neural network for neutron diffusion equations
17
作者 Heng Zhang Yun-Ling He +3 位作者 Dong Liu Qin Hang He-Min Yao Di Xiang 《Nuclear Science and Techniques》 2026年第2期16-41,共26页
The neutron diffusion equation plays a pivotal role in nuclear reactor analysis.Nevertheless,employing the physics-informed neural network(PINN)method for its solution entails certain limitations.Conventional PINN app... The neutron diffusion equation plays a pivotal role in nuclear reactor analysis.Nevertheless,employing the physics-informed neural network(PINN)method for its solution entails certain limitations.Conventional PINN approaches generally utilize a fully connected network(FCN)architecture that is susceptible to overfitting,training instability,and gradient vanishing as the network depth increases.These challenges result in accuracy bottlenecks in the solution.In response to these issues,the residual-based resample physics-informed neural network(R2-PINN)is proposed.It is an improved PINN architecture that replaces the FCN with a convolutional neural network with a shortcut(S-CNN).It incorporates skip connections to facilitate gradient propagation between network layers.Additionally,the incorporation of the residual adaptive resampling(RAR)mechanism dynamically increases the number of sampling points.This,in turn,enhances the spatial representation capabilities and overall predictive accuracy of the model.The experimental results illustrate that our approach significantly improves the convergence capability of the model and achieves high-precision predictions of the physical fields.Compared with conventional FCN-based PINN methods,R 2-PINN effectively overcomes the limitations inherent in current methods.Thus,it provides more accurate and robust solutions for neutron diffusion equations. 展开更多
关键词 Neutron diffusion equation Physics-informed neural network CNN with shortcut Residual adaptive resampling
在线阅读 下载PDF
Physics-informed neural network with equation adaption for ^(220)Rn progeny concentration prediction
18
作者 Shao-Hua Hu Qi Qiu +7 位作者 De-Tao Xiao Xiang-Yuan Deng Xiang-Yu Xu Peng-Hao Fan Lei Dai Zhi-Wen Hu Tao Zhu Qing-Zhi Zhou 《Nuclear Science and Techniques》 2026年第2期79-95,共17页
Physics-informed neural networks(PINNs)are vital for machine learning and exhibit significant advantages when handling complex physical problems.The PINN method can rapidly predict ^(220)Rn progeny concentration and i... Physics-informed neural networks(PINNs)are vital for machine learning and exhibit significant advantages when handling complex physical problems.The PINN method can rapidly predict ^(220)Rn progeny concentration and is very important for regulating and measuring this property.To construct a PINN model,training data are typically preprocessed;however,this approach changes the physical characteristics of the data,with the preprocessed data potentially no longer directly conforming to the original physical equations.As a result,the original physical equations cannot be directly employed in the PINN.Consequently,an effective method for transforming physical equations is crucial for accurately constraining PINNs to model the ^(220)Rn progeny concentration prediction.This study presents an equation adaptation approach for neural networks,which is designed to improve prediction of ^(220)Rn progeny concentration.Five neural network models based on three architectures are established:a classical network,a physics-informed network without equation adaptation,and a physics-informed network with equation adaptation.The transport equation of the ^(220)Rn progeny concentration is transformed via equation adaption and integrated with the PINN model.The compatibility and robustness of the model with equation adaption is then analyzed.The results show that PINNs with equation adaption converge consistently with classical neural networks in terms of the training and validation loss and achieve the same level of prediction accuracy.This outcome indicates that the proposed method can be integrated into the neural network architecture.Moreover,the prediction performance of classical neural networks declines significantly when interference data are encountered,whereas the PINNs with equation adaption exhibit stable prediction accuracy.This performance demonstrates that the proposed method successfully harnesses the constraining power of physical equations,significantly enhancing the robustness of the resultant PINN models.Thus,the use of a physics-informed network with equation adaption can guarantee accurate prediction of ^(220)Rn progeny concentration. 展开更多
关键词 Machine learning Physics-informed neural networks Equation adaption ^(220)Rn progeny
在线阅读 下载PDF
A Privacy-Preserving Convolutional Neural Network Inference Framework for AIoT Applications
19
作者 Haoran Wang Shuhong Yang +2 位作者 Kuan Shao Tao Xiao Zhenyong Zhang 《Computers, Materials & Continua》 2026年第1期1354-1371,共18页
With the rapid development of the Artificial Intelligence of Things(AIoT),convolutional neural networks(CNNs)have demonstrated potential and remarkable performance in AIoT applications due to their excellent performan... With the rapid development of the Artificial Intelligence of Things(AIoT),convolutional neural networks(CNNs)have demonstrated potential and remarkable performance in AIoT applications due to their excellent performance in various inference tasks.However,the users have concerns about privacy leakage for the use of AI and the performance and efficiency of computing on resource-constrained IoT edge devices.Therefore,this paper proposes an efficient privacy-preserving CNN framework(i.e.,EPPA)based on the Fully Homomorphic Encryption(FHE)scheme for AIoT application scenarios.In the plaintext domain,we verify schemes with different activation structures to determine the actual activation functions applicable to the corresponding ciphertext domain.Within the encryption domain,we integrate batch normalization(BN)into the convolutional layers to simplify the computation process.For nonlinear activation functions,we use composite polynomials for approximate calculation.Regarding the noise accumulation caused by homomorphic multiplication operations,we realize the refreshment of ciphertext noise through minimal“decryption-encryption”interactions,instead of adopting bootstrapping operations.Additionally,in practical implementation,we convert three-dimensional convolution into two-dimensional convolution to reduce the amount of computation in the encryption domain.Finally,we conduct extensive experiments on four IoT datasets,different CNN architectures,and two platforms with different resource configurations to evaluate the performance of EPPA in detail. 展开更多
关键词 Artificial Intelligence of Things(AIoT) convolutional neural network PRIVACY-PRESERVING fully homomorphic encryption
在线阅读 下载PDF
上一页 1 2 250 下一页 到第
使用帮助 返回顶部