期刊文献+
共找到10,835篇文章
< 1 2 250 >
每页显示 20 50 100
Solar Radiation Estimation Based on a New Combined Approach of Artificial Neural Networks (ANN) and Genetic Algorithms (GA) in South Algeria
1
作者 Djeldjli Halima Benatiallah Djelloul +3 位作者 Ghasri Mehdi Tanougast Camel Benatiallah Ali Benabdelkrim Bouchra 《Computers, Materials & Continua》 SCIE EI 2024年第6期4725-4740,共16页
When designing solar systems and assessing the effectiveness of their many uses,estimating sun irradiance is a crucial first step.This study examined three approaches(ANN,GA-ANN,and ANFIS)for estimating daily global s... When designing solar systems and assessing the effectiveness of their many uses,estimating sun irradiance is a crucial first step.This study examined three approaches(ANN,GA-ANN,and ANFIS)for estimating daily global solar radiation(GSR)in the south of Algeria:Adrar,Ouargla,and Bechar.The proposed hybrid GA-ANN model,based on genetic algorithm-based optimization,was developed to improve the ANN model.The GA-ANN and ANFIS models performed better than the standalone ANN-based model,with GA-ANN being better suited for forecasting in all sites,and it performed the best with the best values in the testing phase of Coefficient of Determination(R=0.9005),Mean Absolute Percentage Error(MAPE=8.40%),and Relative Root Mean Square Error(rRMSE=12.56%).Nevertheless,the ANFIS model outperformed the GA-ANN model in forecasting daily GSR,with the best values of indicators when testing the model being R=0.9374,MAPE=7.78%,and rRMSE=10.54%.Generally,we may conclude that the initial ANN stand-alone model performance when forecasting solar radiation has been improved,and the results obtained after injecting the genetic algorithm into the ANN to optimize its weights were satisfactory.The model can be used to forecast daily GSR in dry climates and other climates and may also be helpful in selecting solar energy system installations and sizes. 展开更多
关键词 Solar energy systems genetic algorithm neural networks hybrid adaptive neuro fuzzy inference system solar radiation
下载PDF
Topological optimization of ballistic protective structures through genetic algorithms in a vulnerability-driven environment
2
作者 Salvatore Annunziata Luca Lomazzi +1 位作者 Marco Giglio Andrea Manes 《Defence Technology(防务技术)》 SCIE EI CAS CSCD 2024年第10期125-137,共13页
Reducing the vulnerability of a platform,i.e.,the risk of being affected by hostile objects,is of paramount importance in the design process of vehicles,especially aircraft.A simple and effective way to decrease vulne... Reducing the vulnerability of a platform,i.e.,the risk of being affected by hostile objects,is of paramount importance in the design process of vehicles,especially aircraft.A simple and effective way to decrease vulnerability is to introduce protective structures to intercept and possibly stop threats.However,this type of solution can lead to a significant increase in weight,affecting the performance of the aircraft.For this reason,it is crucial to study possible solutions that allow reducing the vulnerability of the aircraft while containing the increase in structural weight.One possible strategy is to optimize the topology of protective solutions to find the optimal balance between vulnerability and the weight of the added structures.Among the many optimization techniques available in the literature for this purpose,multiobjective genetic algorithms stand out as promising tools.In this context,this work proposes the use of a in-house software for vulnerability calculation to guide the process of topology optimization through multi-objective genetic algorithms,aiming to simultaneously minimize the weight of protective structures and vulnerability.In addition to the use of the in-house software,which itself represents a novelty in the field of topology optimization of structures,the method incorporates a custom mutation function within the genetic algorithm,specifically developed using a graph-based approach to ensure the continuity of the generated structures.The tool developed for this work is capable of generating protections with optimized layouts considering two different types of impacting objects,namely bullets and fragments from detonating objects.The software outputs a set of non-dominated solutions describing different topologies that the user can choose from. 展开更多
关键词 Topological optimization Protective structure genetic algorithm SURVIVABILITY VULNERABILITY
下载PDF
Combining the genetic algorithms with artificial neural networks for optimization of board allocating 被引量:2
3
作者 曹军 张怡卓 岳琪 《Journal of Forestry Research》 SCIE CAS CSCD 2003年第1期87-88,共2页
This paper introduced the Genetic Algorithms (GAs) and Artificial Neural Networks (ANNs), which have been widely used in optimization of allocating. The combination way of the two optimizing algorithms was used in boa... This paper introduced the Genetic Algorithms (GAs) and Artificial Neural Networks (ANNs), which have been widely used in optimization of allocating. The combination way of the two optimizing algorithms was used in board allocating of furniture production. In the experiment, the rectangular flake board of 3650 mm 1850 mm was used as raw material to allocate 100 sets of Table Bucked. The utilizing rate of the board reached 94.14 % and the calculating time was only 35 s. The experiment result proofed that the method by using the GA for optimizing the weights of the ANN can raise the utilizing rate of the board and can shorten the time of the design. At the same time, this method can simultaneously searched in many directions, thus greatly in-creasing the probability of finding a global optimum. 展开更多
关键词 Artificial neural network genetic algorithms Back propagation model (BP model) optimization
下载PDF
APPROXIMATION TECHNIQUES FOR APPLICATION OF GENETIC ALGORITHMS TO STRUCTURAL OPTIMIZATION 被引量:1
4
作者 金海波 丁运亮 《Transactions of Nanjing University of Aeronautics and Astronautics》 EI 2003年第2期147-154,共8页
Although the genetic algorithm (GA) has very powerful robustness and fitness, it needs a large size of population and a large number of iterations to reach the optimum result. Especially when GA is used in complex str... Although the genetic algorithm (GA) has very powerful robustness and fitness, it needs a large size of population and a large number of iterations to reach the optimum result. Especially when GA is used in complex structural optimization problems, if the structural reanalysis technique is not adopted, the more the number of finite element analysis (FEA) is, the more the consuming time is. In the conventional structural optimization the number of FEA can be reduced by the structural reanalysis technique based on the approximation techniques and sensitivity analysis. With these techniques, this paper provides a new approximation model-segment approximation model, adopted for the GA application. This segment approximation model can decrease the number of FEA and increase the convergence rate of GA. So it can apparently decrease the computation time of GA. Two examples demonstrate the availability of the new segment approximation model. 展开更多
关键词 approximation techniques segment approximation model genetic algorithms structural optimization sensitivity analysis
下载PDF
An Optimization Approach for Convolutional Neural Network Using Non-Dominated Sorted Genetic Algorithm-Ⅱ
5
作者 Afia Zafar Muhammad Aamir +6 位作者 Nazri Mohd Nawi Ali Arshad Saman Riaz Abdulrahman Alruban Ashit Kumar Dutta Badr Almutairi Sultan Almotairi 《Computers, Materials & Continua》 SCIE EI 2023年第3期5641-5661,共21页
In computer vision,convolutional neural networks have a wide range of uses.Images representmost of today’s data,so it’s important to know how to handle these large amounts of data efficiently.Convolutional neural ne... In computer vision,convolutional neural networks have a wide range of uses.Images representmost of today’s data,so it’s important to know how to handle these large amounts of data efficiently.Convolutional neural networks have been shown to solve image processing problems effectively.However,when designing the network structure for a particular problem,you need to adjust the hyperparameters for higher accuracy.This technique is time consuming and requires a lot of work and domain knowledge.Designing a convolutional neural network architecture is a classic NP-hard optimization challenge.On the other hand,different datasets require different combinations of models or hyperparameters,which can be time consuming and inconvenient.Various approaches have been proposed to overcome this problem,such as grid search limited to low-dimensional space and queuing by random selection.To address this issue,we propose an evolutionary algorithm-based approach that dynamically enhances the structure of Convolution Neural Networks(CNNs)using optimized hyperparameters.This study proposes a method using Non-dominated sorted genetic algorithms(NSGA)to improve the hyperparameters of the CNN model.In addition,different types and parameter ranges of existing genetic algorithms are used.Acomparative study was conducted with various state-of-the-art methodologies and algorithms.Experiments have shown that our proposed approach is superior to previous methods in terms of classification accuracy,and the results are published in modern computing literature. 展开更多
关键词 Non-dominated sorted genetic algorithm convolutional neural network hyper-parameter optimization
下载PDF
Vehicle Plate Number Localization Using Memetic Algorithms and Convolutional Neural Networks
6
作者 Gibrael Abosamra 《Computers, Materials & Continua》 SCIE EI 2023年第2期3539-3560,共22页
This paper introduces the third enhanced version of a genetic algorithm-based technique to allow fast and accurate detection of vehicle plate numbers(VPLN)in challenging image datasets.Since binarization of the input ... This paper introduces the third enhanced version of a genetic algorithm-based technique to allow fast and accurate detection of vehicle plate numbers(VPLN)in challenging image datasets.Since binarization of the input image is the most important and difficult step in the detection of VPLN,a hybrid technique is introduced that fuses the outputs of three fast techniques into a pool of connected components objects(CCO)and hence enriches the solution space with more solution candidates.Due to the combination of the outputs of the three binarization techniques,many CCOs are produced into the output pool from which one or more sequences are to be selected as candidate solutions.The pool is filtered and submitted to a new memetic algorithm to select the best fit sequence of CCOs based on an objective distance between the tested sequence and the defined geometrical relationship matrix that represents the layout of the VPLN symbols inside the concerned plate prototype.Using any of the previous versions will give moderate results but with very low speed.Hence,a new local search is added as a memetic operator to increase the fitness of the best chromosomes based on the linear arrangement of the license plate symbols.The memetic operator speeds up the convergence to the best solution and hence compensates for the overhead of the used hybrid binarization techniques and allows for real-time detection especially after using GPUs in implementing most of the used techniques.Also,a deep convolutional network is used to detect false positives to prevent fake detection of non-plate text or similar patterns.Various image samples with a wide range of scale,orientation,and illumination conditions have been experimented with to verify the effect of the new improvements.Encouraging results with 97.55%detection precision have been reported using the recent challenging public Chinese City Parking Dataset(CCPD)outperforming the author of the dataset by 3.05%and the state-of-the-art technique by 1.45%. 展开更多
关键词 genetic algorithms memetic algorithm convolutional neural network object detection adaptive binarization filters license plate detection
下载PDF
Composite Structural Optimization by Genetic Algorithm and Neural Network Response Surface Modeling 被引量:13
7
作者 徐元铭 李烁 荣晓敏 《Chinese Journal of Aeronautics》 SCIE EI CAS CSCD 2005年第4期310-316,共7页
Neural-Network Response Surfaces (NNRS) is applied to replace the actual expensive finite element analysis during the composite structural optimization process. The Orthotropic Experiment Method (OEM) is used to s... Neural-Network Response Surfaces (NNRS) is applied to replace the actual expensive finite element analysis during the composite structural optimization process. The Orthotropic Experiment Method (OEM) is used to select the most appropriate design samples for network training. The trained response surfaces can either be objective function or constraint conditions. Together with other conven- tional constraints, an optimization model is then set up and can be solved by Genetic Algorithm (GA). This allows the separation between design analysis modeling and optimization searching. Through an example of a hat-stiffened composite plate design, the weight response surface is constructed to be objective function, and strength and buckling response surfaces as constraints; and all of them are trained through NASTRAN finite element analysis. The results of optimization study illustrate that the cycles of structural analysis ean be remarkably reduced or even eliminated during the optimization, thus greatly raising the efficiency of optimization process. It also observed that NNRS approximation can achieve equal or even better accuracy than conventional functional response surfaces. 展开更多
关键词 neural network genetic algorithm response surface composite structural optimization
下载PDF
Optimization of Processing Parameters of Power Spinning for Bushing Based on Neural Network and Genetic Algorithms 被引量:3
8
作者 Junsheng Zhao Yuantong Gu Zhigang Feng 《Journal of Beijing Institute of Technology》 EI CAS 2019年第3期606-616,共11页
A neural network model of key process parameters and forming quality is developed based on training samples which are obtained from the orthogonal experiment and the finite element numerical simulation. Optimization o... A neural network model of key process parameters and forming quality is developed based on training samples which are obtained from the orthogonal experiment and the finite element numerical simulation. Optimization of the process parameters is conducted using the genetic algorithm (GA). The experimental results have shown that a surface model of the neural network can describe the nonlinear implicit relationship between the parameters of the power spinning process:the wall margin and amount of expansion. It has been found that the process of determining spinning technological parameters can be accelerated using the optimization method developed based on the BP neural network and the genetic algorithm used for the process parameters of power spinning formation. It is undoubtedly beneficial towards engineering applications. 展开更多
关键词 power SPINNING process parameters optimization BP neural network genetic algorithms (GA) response surface methodology (RSM)
下载PDF
DETERMINING THE STRUCTURES AND PARAMETERS OF RADIAL BASIS FUNCTION NEURAL NETWORKS USING IMPROVED GENETIC ALGORITHMS 被引量:1
9
作者 Meiqin Liu Jida Chen 《Journal of Central South University》 SCIE EI CAS 1998年第2期68-73,共6页
The method of determining the structures and parameters of radial basis function neural networks(RBFNNs) using improved genetic algorithms is proposed. Akaike′s information criterion (AIC) with generalization error t... The method of determining the structures and parameters of radial basis function neural networks(RBFNNs) using improved genetic algorithms is proposed. Akaike′s information criterion (AIC) with generalization error term is used as the best criterion of optimizing the structures and parameters of networks. It is shown from the simulation results that the method not only improves the approximation and generalization capability of RBFNNs ,but also obtain the optimal or suboptimal structures of networks. 展开更多
关键词 RADIAL BASIS function neural network genetic algorithms Akaike′s information CRITERION OVERFITTING
下载PDF
Optimizing neural networks by genetic algorithms for predicting particulate matter concentration in summer in Beijing 被引量:1
10
作者 王芳 《Journal of Chongqing University》 CAS 2010年第3期117-123,共7页
We developed and tested an improved neural network to predict the average concentration of PM10(particulate matter with diameter smaller than 10 ?m) several hours in advance in summer in Beijing.A genetic algorithm op... We developed and tested an improved neural network to predict the average concentration of PM10(particulate matter with diameter smaller than 10 ?m) several hours in advance in summer in Beijing.A genetic algorithm optimization procedure for optimizing initial weights and thresholds of the neural network was also evaluated.This research was based upon the PM10 data from seven monitoring sites in Beijing urban region and meteorological observation data,which were recorded every 3 h during summer of 2002.Two neural network models were developed.Model I was built for predicting PM10 concentrations 3 h in advance while Model II for one day in advance.The predictions of both models were found to be consistent with observations.Percent errors in forecasting the numerical value were about 20.This brings us to the conclusion that short-term fluctuations of PM10 concentrations in Beijing urban region in summer are to a large extent driven by meteorological conditions.Moreover,the predicted results of Model II were compared with the ones provided by the Models-3 Community Multiscale Air Quality(CMAQ) modeling system.The mean relative errors of both models were 0.21 and 0.26,respectively.The performance of the neural network model was similar to numerical models,when applied to short-time prediction of PM10 concentration. 展开更多
关键词 PM10 concentration neural network genetic algorithm prediction
下载PDF
A Review of an Expert System Design for Crude Oil Distillation Column Using the Neural Networks Model and Process Optimization and Control Using Genetic Algorithm Framework 被引量:1
11
作者 Lekan Taofeek Popoola Gutti Babagana Alfred Akpoveta Susu 《Advances in Chemical Engineering and Science》 2013年第2期164-170,共7页
This paper presents a comprehensive review of various traditional systems of crude oil distillation column design, modeling, simulation, optimization and control methods. Artificial neural network (ANN), fuzzy logic (... This paper presents a comprehensive review of various traditional systems of crude oil distillation column design, modeling, simulation, optimization and control methods. Artificial neural network (ANN), fuzzy logic (FL) and genetic algorithm (GA) framework were chosen as the best methodologies for design, optimization and control of crude oil distillation column. It was discovered that many past researchers used rigorous simulations which led to convergence problems that were time consuming. The use of dynamic mathematical models was also challenging as these models were also time dependent. The proposed methodologies use back-propagation algorithm to replace the convergence problem using error minimal method. 展开更多
关键词 Artificial neural Network CRUDE Oil Distillation Column genetic ALGORITHM FRAMEWORK Sigmoidal Transfer Function BACK-PROPAGATION ALGORITHM
下载PDF
Fuzzy Optimization of an Elevator Mechanism Applying the Genetic Algorithm and Neural Networks 被引量:2
12
作者 XI Ping-yuan WANG Bing +1 位作者 SHENTU Liu-fang HU Heng-yin 《International Journal of Plant Engineering and Management》 2005年第4期236-240,共5页
Considering the indefinite character of the value of design parameters and being satisfied with load-bearing capacity and stiffness, the fuzzy optimization mathematical model is set up to minimize the volume of tooth ... Considering the indefinite character of the value of design parameters and being satisfied with load-bearing capacity and stiffness, the fuzzy optimization mathematical model is set up to minimize the volume of tooth corona of a worm gear in an elevator mechanism. The method of second-class comprehensive evaluation was used based on the optimal level cut set, thus the optimal level value of every fuzzy constraint can be attained; the fuzzy optimization is transformed into the usual optimization. The Fast Back Propagation of the neural networks algorithm are adopted to train feed-forward networks so as to fit a relative coefficient. Then the fitness function with penalty terms is built by a penalty strategy, a neural networks program is recalled, and solver functions of the Genetic Algorithm Toolbox of Matlab software are adopted to solve the optimization model. 展开更多
关键词 elevator mechanism fuzzy design optimization genetic algorithm and neural networks toolbox
下载PDF
Rapid Application of Neural Networks and A Genetic Algorithms to Solidified Aging Processes for Copper Alloy
13
作者 苏娟华 刘平 +1 位作者 董企铭 李贺军 《Journal of Rare Earths》 SCIE EI CAS CSCD 2005年第S1期464-467,共4页
Rapidly solidified aging is an effective way to refine the microstructure of Cu-Cr-Sn-Zn lead frame alloy and enhance its hardness. The artificial neural network methodology(ANN) along with genetic algorithms were use... Rapidly solidified aging is an effective way to refine the microstructure of Cu-Cr-Sn-Zn lead frame alloy and enhance its hardness. The artificial neural network methodology(ANN) along with genetic algorithms were used for data analysis and optimization. In this paper the input parameters of the artificial neural network (ANN) are the aging temperature and aging time. The outputs of the ANN model are the hardness and conductivity properties. Some explanations of these predicted results from the microstructure and precipitation-hardening viewpoint are given. After the ANN model is trained successfully, genetic algorithms(GAs) are applied for optimizing the aging processes parameters. 展开更多
关键词 copper alloy rapidly solidified aging artificial neural network genetic algorithm
下载PDF
Neural network fault diagnosis method optimization with rough set and genetic algorithms
14
作者 孙红岩 《Journal of Chongqing University》 CAS 2006年第2期94-97,共4页
Aiming at the disadvantages of BP model in artificial neural networks applied to intelligent fault diagnosis, neural network fault diagnosis optimization method with rough sets and genetic algorithms are presented. Th... Aiming at the disadvantages of BP model in artificial neural networks applied to intelligent fault diagnosis, neural network fault diagnosis optimization method with rough sets and genetic algorithms are presented. The neural network nodes of the input layer can be calculated and simplified through rough sets theory; The neural network nodes of the middle layer are designed through genetic algorithms training; the neural network bottom-up weights and bias are obtained finally through the combination of genetic algorithms and BP algorithms. The analysis in this paper illustrates that the optimization method can improve the performance of the neural network fault diagnosis method greatly. 展开更多
关键词 rough sets genetic algorithm BP algorithms artificial neural network encoding rule
下载PDF
Application of Genetic Algorithms to Optimize Neural Networks for Selected Tribological Tests
15
作者 Tomasz Trzepiecinski Hirpa G. Lemu 《Journal of Mechanics Engineering and Automation》 2012年第2期69-76,共8页
This paper presents a method of determining the friction coefficient in metal forming using multilayer artificial neural networks based on experimental data obtained from strip drawing test. The number of input variab... This paper presents a method of determining the friction coefficient in metal forming using multilayer artificial neural networks based on experimental data obtained from strip drawing test. The number of input variables of the artificial neural network has been optimized using genetic algorithm. This process is based on surface parameters of the sheet and dies, sheet material parameters and clamping force as input parameters to train the neural network. In addition to demonstrating the fact that regression statistics model using genetic selection and intelligent problem solver are better than models without preprocessing of input data, the sensitivity analysis of the input variables has been conducted. This avoids the time-consuming testing of neurons in finding the best network architecture. The obtained results from this study have also pointed out that genetic algorithm can successfully be applied to optimize the training set and the outputs agree with experimental results. This allows reduction or elimination of expensive experimental tests to determine friction coefficient value. 展开更多
关键词 FRICTION friction coefficient genetic algorithm artificial neural networks intelligent problem solver.
下载PDF
Genetic Optimization of Artificial Neural Networks to Forecast Virioplankton Abundance from Cytometric Data
16
作者 Gilberto C.Pereira Marilia M.F.de Oliveira Nelson F.F.Ebecken 《Journal of Intelligent Learning Systems and Applications》 2013年第1期57-66,共10页
Since viruses are able to influence the trophic status and community structure they should be accessed and accounted in ecosystem functioning and management models. So, this work met a set of biological, chemical and ... Since viruses are able to influence the trophic status and community structure they should be accessed and accounted in ecosystem functioning and management models. So, this work met a set of biological, chemical and physical time series in order to explore the correlations with marine virioplankton community across different trophic gradients. The case studied is the Arraial do Cabo upwelling system, northeast of Rio de Janeiro State in Southeast coast of Brazil. The main goal is to evolve three type of artificial neural network (ANN) by genetic algorithm (GA) optimization to predict virioplankton abundance and dynamic. The input variables range from the abundance of phytoplankton, bacterioplankton and its ratios acquired by one in situ and another ex situ flow cytometers. These data were collected with weekly frequency from August 2006 to June 2007. Our results show viruses being highly correlated to their host, and that GA provided an efficient method of optimizing ANN architectures to predict the virioplankton abundance. The RBF-NN model presented the best performance to an accuracy of 97% for any period in the year. A discussion and ecological interpretations about the system behavior is also provided. 展开更多
关键词 VIRIOPLANKTON Prediction Flow CYTOMETRY neural networks genetic Algorithm TROPHIC Gradients
下载PDF
Evolving Neural Networks Using an Improved Genetic Algorithm 被引量:2
17
作者 温秀兰 宋爱国 +1 位作者 段江海 王一清 《Journal of Southeast University(English Edition)》 EI CAS 2002年第4期367-369,共3页
A novel real coded improved genetic algorithm (GA) of training feed forward neural network is proposed to realize nonlinear system forecast. The improved GA employs a generation alternation model based the minimal gen... A novel real coded improved genetic algorithm (GA) of training feed forward neural network is proposed to realize nonlinear system forecast. The improved GA employs a generation alternation model based the minimal generation gap (MGP) and blend crossover operators (BLX α). Compared with traditional GA implemented in binary number, the processing time of the improved GA is faster because coding and decoding are unnecessary. In addition, it needn t set parameters such as the probability value of crossove... 展开更多
关键词 genetic algorithms neural network nonlinear forecasting
下载PDF
TWO-DIMENSIONAL STOCHASTIC AIRFOIL OPTIMIZATION DESIGN METHOD BASED ON NEURAL NETWORKS 被引量:1
18
作者 林宇 王和平 彭润艳 《Transactions of Nanjing University of Aeronautics and Astronautics》 EI 2011年第4期324-330,共7页
To avoid the aerodynamic performance loss of airfoil at non-design state which often appears in single point design optimization, and to improve the adaptability to the uncertain factors in actual flight environment, ... To avoid the aerodynamic performance loss of airfoil at non-design state which often appears in single point design optimization, and to improve the adaptability to the uncertain factors in actual flight environment, a two-dimensional stochastic airfoil optimization design method based on neural networks is presented. To provide highly efficient and credible analysis, four BP neural networks are built as surrogate models to predict the airfoil aerodynamic coefficients and geometry parameter. These networks are combined with the probability density function obeying normal distribution and the genetic algorithm, thus forming an optimization design method. Using the method, for GA(W)-2 airfoil, a stochastic optimization is implemented in a two-dimensional flight area about Mach number and angle of attack. Compared with original airfoil and single point optimization design airfoil, results show that the two-dimensional stochastic method can improve the performance in a specific flight area, and increase the airfoil adaptability to the stochastic changes of multiple flight parameters. 展开更多
关键词 stochastic airfoil optimization surrogate model neural network uncertain factor genetic algorithm
下载PDF
Quantitative algorithm for airborne gamma spectrum of large sample based on improved shuffled frog leaping-particle swarm optimization convolutional neural network 被引量:1
19
作者 Fei Li Xiao-Fei Huang +5 位作者 Yue-Lu Chen Bing-Hai Li Tang Wang Feng Cheng Guo-Qiang Zeng Mu-Hao Zhang 《Nuclear Science and Techniques》 SCIE EI CAS CSCD 2023年第7期242-252,共11页
In airborne gamma ray spectrum processing,different analysis methods,technical requirements,analysis models,and calculation methods need to be established.To meet the engineering practice requirements of airborne gamm... In airborne gamma ray spectrum processing,different analysis methods,technical requirements,analysis models,and calculation methods need to be established.To meet the engineering practice requirements of airborne gamma-ray measurements and improve computational efficiency,an improved shuffled frog leaping algorithm-particle swarm optimization convolutional neural network(SFLA-PSO CNN)for large-sample quantitative analysis of airborne gamma-ray spectra is proposed herein.This method was used to train the weight of the neural network,optimize the structure of the network,delete redundant connections,and enable the neural network to acquire the capability of quantitative spectrum processing.In full-spectrum data processing,this method can perform the functions of energy spectrum peak searching and peak area calculations.After network training,the mean SNR and RMSE of the spectral lines were 31.27 and 2.75,respectively,satisfying the demand for noise reduction.To test the processing ability of the algorithm in large samples of airborne gamma spectra,this study considered the measured data from the Saihangaobi survey area as an example to conduct data spectral analysis.The results show that calculation of the single-peak area takes only 0.13~0.15 ms,and the average relative errors of the peak area in the U,Th,and K spectra are 3.11,9.50,and 6.18%,indicating the high processing efficiency and accuracy of this algorithm.The performance of the model can be further improved by optimizing related parameters,but it can already meet the requirements of practical engineering measurement.This study provides a new idea for the full-spectrum processing of airborne gamma rays. 展开更多
关键词 Large sample Airborne gamma spectrum(AGS) Shuffled frog leaping algorithm(SFLA) Particle swarm optimization(PSO) Convolutional neural network(CNN)
下载PDF
Design of artificial neural networks using a genetic algorithm to predict saturates of vacuum gas oil 被引量:15
20
作者 Dong Xiucheng Wang Shouchun +1 位作者 Sun Renjin Zhao Suoqi 《Petroleum Science》 SCIE CAS CSCD 2010年第1期118-122,共5页
Accurate prediction of chemical composition of vacuum gas oil (VGO) is essential for the routine operation of refineries. In this work, a new approach for auto-design of artificial neural networks (ANN) based on a... Accurate prediction of chemical composition of vacuum gas oil (VGO) is essential for the routine operation of refineries. In this work, a new approach for auto-design of artificial neural networks (ANN) based on a genetic algorithm (GA) is developed for predicting VGO saturates. The number of neurons in the hidden layer, the momentum and the learning rates are determined by using the genetic algorithm. The inputs for the artificial neural networks model are five physical properties, namely, average boiling point, density, molecular weight, viscosity and refractive index. It is verified that the genetic algorithm could find the optimal structural parameters and training parameters of ANN. In addition, an artificial neural networks model based on a genetic algorithm was tested and the results indicated that the VGO saturates can be efficiently predicted. Compared with conventional artificial neural networks models, this approach can improve the prediction accuracy. 展开更多
关键词 Saturates vacuum gas oil PREDICTION artificial neural networks genetic algorithm
下载PDF
上一页 1 2 250 下一页 到第
使用帮助 返回顶部