Traditional PCA is a linear method, but most engineering problems are nonlinear. Using the linear PCA in nonlinear problems may bring distorted and misleading results. Therefore, an approach of nonlinear principal com...Traditional PCA is a linear method, but most engineering problems are nonlinear. Using the linear PCA in nonlinear problems may bring distorted and misleading results. Therefore, an approach of nonlinear principal component analysis (NLPCA) using radial basis function (RBF) neural network is developed in this paper. The orthogonal least squares (OLS) algorithm is used to train the RBF neural network. This method improves the training speed and prevents it from being trapped in local optimization. Results of two experiments show that this NLPCA method can effectively capture nonlinear correlation of nonlinear complex data, and improve the precision of the classification and the prediction.展开更多
Reinforcement learning is an excellent approach which is used in artificial intelligence,automatic control, etc. However, ordinary reinforcement learning algorithm, such as Q-learning with lookup table cannot cope wit...Reinforcement learning is an excellent approach which is used in artificial intelligence,automatic control, etc. However, ordinary reinforcement learning algorithm, such as Q-learning with lookup table cannot cope with extremely complex and dynamic environment due to the huge state space. To reduce the state space, modular neural network Q-learning algorithm is proposed, which combines Q-learning algorithm with neural network and module method. Forward feedback neural network, Elman neural network and radius-basis neural network are separately employed to construct such algorithm. It is revealed that Elman neural network Q-learning algorithm has the best performance under the condition that the same neural network training method, i.e. gradient descent error back-propagation algorithm is applied.展开更多
This study aims to predict ground surface settlement due to shallow tunneling and introduce the most affecting parameters on this phenomenon.Based on data collected from Shanghai LRT Line 2 project undertaken by TBM-E...This study aims to predict ground surface settlement due to shallow tunneling and introduce the most affecting parameters on this phenomenon.Based on data collected from Shanghai LRT Line 2 project undertaken by TBM-EPB method,this research has considered the tunnel's geometric,strength,and operational factors as the dependent variables.At first,multiple regression(MR) method was used to propose equations based on various parameters.The results indicated the dependency of surface settlement on many parameters so that the interactions among different parameters make it impossible to use MR method as it leads to equations of poor accuracy.As such,adaptive neuro-fuzzy inference system(ANFIS),was used to evaluate its capabilities in terms of predicting surface settlement.Among generated ANFIS models,the model with all input parameters considered produced the best prediction,so as its associated R^2 in the test phase was obtained to be 0.957.The equations and models in which operational factors were taken into consideration gave better prediction results indicating larger relative effect of such factors.For sensitivity analysis of ANFIS model,cosine amplitude method(CAM) was employed; among other dependent variables,fill factor of grouting(n) and grouting pressure(P) were identified as the most affecting parameters.展开更多
Because interval value is quite natural in clustering, an interval-valued fuzzy competitive neural network is proposed. Firstly, this paper proposes several definitions of distance relating to interval number. And the...Because interval value is quite natural in clustering, an interval-valued fuzzy competitive neural network is proposed. Firstly, this paper proposes several definitions of distance relating to interval number. And then, it indicates the method of preprocessing input data, the structure of the network and the learning algorithm of the interval-valued fuzzy competitive neural network. This paper also analyses the principle of the learning algorithm. At last, an experiment is used to test the validity of the network.展开更多
This paper presents a new algorithm based on Hopfield neural network to find the optimal solution for an electric distribution network. This algorithm transforms the distribution power network-planning problem into a ...This paper presents a new algorithm based on Hopfield neural network to find the optimal solution for an electric distribution network. This algorithm transforms the distribution power network-planning problem into a directed graph-planning problem. The Hopfield neural network is designed to decide the in-degree of each node and is in combined application with an energy function. The new algorithm doesn’t need to code city streets and normalize data, so the program is easier to be realized. A case study applying the method to a district of 29 street proved that an optimal solution for the planning of such a power system could be obtained by only 26 iterations. The energy function and algorithm developed in this work have the following advantages over many existing algorithms for electric distribution network planning: fast convergence and unnecessary to code all possible lines.展开更多
The main purpose of current study is development of an intelligent model for estimation of shear wave velocity in limestone. Shear wave velocity is one of the most important rock dynamic parameters. Because rocks have...The main purpose of current study is development of an intelligent model for estimation of shear wave velocity in limestone. Shear wave velocity is one of the most important rock dynamic parameters. Because rocks have complicated structure, direct determination of this parameter takes time, spends expenditure and requires accuracy. On the other hand, there are no precise equations for indirect determination of it; most of them are empirical. By using data sets of several dams of Iran and neuro-genetic, adaptive neuro-fuzzy inference system (ANFIS), and gene expression programming (GEP) methods, models are rendered for prediction of shear wave velocity in limestone. Totally, 516 sets of data has been used for modeling. From these data sets, 413 ones have been utilized for building the intelligent model, and 103 have been used for their performance evaluation. Compressional wave velocity (Vp), density (7) and porosity (.n), were considered as input parameters. Respectively, the amount of R for neuro-genetic and ANFIS networks was 0.959 and 0.963. In addition, by using GEP, three equations are obtained; the best of them has 0.958R. ANFIS shows the best prediction results, whereas GEP indicates proper equations. Because these equations have accuracy, they could be used for prediction of shear wave velocity for limestone in the future.展开更多
This paper briefly introduces the collection and recognition of bio-medical sig nals, designs the method to collect FM signals. A detailed discussion on the sys tem hardware, structure and functions is also given. Und...This paper briefly introduces the collection and recognition of bio-medical sig nals, designs the method to collect FM signals. A detailed discussion on the sys tem hardware, structure and functions is also given. Under LabWindows/CVI,the ha rdware and the driver do compatible, the hardware equipment work properly active ly. The paper adopts multi threading technology for real-time analysis and make s use of latency time of CPU effectively, expedites program reflect speed, impro ve s the program to perform efficiency. One threading is collecting data; the other threading is analyzing data. Using the method, it is broaden to analyze the sig nal in real-time. Wavelet transform to remove the main interference in the FM a nd by adding time-window to recognize with BP network; Finally the results of c ollecting signals and BP networks are discussed.8 pregnant women’s signals of F M were collected successfully by using the sensor. The correct of BP network rec ognition is about 83.3% by using the above measure.展开更多
A method and results of identification of wear debris using their morphological features are presented. The color images of wear debris were used as initial data. Each particle was characterized by a set of numerical ...A method and results of identification of wear debris using their morphological features are presented. The color images of wear debris were used as initial data. Each particle was characterized by a set of numerical parameters combined by its shape, color and surface texture features through a computer vision system. Those features were used as input vector of artificial neural network for wear debris identification. A radius basis function (RBF) network based model suitable for wear debris recognition was established, and its algorithm was presented in detail. Compared with traditional recognition methods, the RBF network model is faster in convergence, and higher in accuracy.展开更多
文摘Traditional PCA is a linear method, but most engineering problems are nonlinear. Using the linear PCA in nonlinear problems may bring distorted and misleading results. Therefore, an approach of nonlinear principal component analysis (NLPCA) using radial basis function (RBF) neural network is developed in this paper. The orthogonal least squares (OLS) algorithm is used to train the RBF neural network. This method improves the training speed and prevents it from being trapped in local optimization. Results of two experiments show that this NLPCA method can effectively capture nonlinear correlation of nonlinear complex data, and improve the precision of the classification and the prediction.
文摘Reinforcement learning is an excellent approach which is used in artificial intelligence,automatic control, etc. However, ordinary reinforcement learning algorithm, such as Q-learning with lookup table cannot cope with extremely complex and dynamic environment due to the huge state space. To reduce the state space, modular neural network Q-learning algorithm is proposed, which combines Q-learning algorithm with neural network and module method. Forward feedback neural network, Elman neural network and radius-basis neural network are separately employed to construct such algorithm. It is revealed that Elman neural network Q-learning algorithm has the best performance under the condition that the same neural network training method, i.e. gradient descent error back-propagation algorithm is applied.
文摘This study aims to predict ground surface settlement due to shallow tunneling and introduce the most affecting parameters on this phenomenon.Based on data collected from Shanghai LRT Line 2 project undertaken by TBM-EPB method,this research has considered the tunnel's geometric,strength,and operational factors as the dependent variables.At first,multiple regression(MR) method was used to propose equations based on various parameters.The results indicated the dependency of surface settlement on many parameters so that the interactions among different parameters make it impossible to use MR method as it leads to equations of poor accuracy.As such,adaptive neuro-fuzzy inference system(ANFIS),was used to evaluate its capabilities in terms of predicting surface settlement.Among generated ANFIS models,the model with all input parameters considered produced the best prediction,so as its associated R^2 in the test phase was obtained to be 0.957.The equations and models in which operational factors were taken into consideration gave better prediction results indicating larger relative effect of such factors.For sensitivity analysis of ANFIS model,cosine amplitude method(CAM) was employed; among other dependent variables,fill factor of grouting(n) and grouting pressure(P) were identified as the most affecting parameters.
基金Supported by National Nature Science Foundation of China (No.60573072)
文摘Because interval value is quite natural in clustering, an interval-valued fuzzy competitive neural network is proposed. Firstly, this paper proposes several definitions of distance relating to interval number. And then, it indicates the method of preprocessing input data, the structure of the network and the learning algorithm of the interval-valued fuzzy competitive neural network. This paper also analyses the principle of the learning algorithm. At last, an experiment is used to test the validity of the network.
文摘This paper presents a new algorithm based on Hopfield neural network to find the optimal solution for an electric distribution network. This algorithm transforms the distribution power network-planning problem into a directed graph-planning problem. The Hopfield neural network is designed to decide the in-degree of each node and is in combined application with an energy function. The new algorithm doesn’t need to code city streets and normalize data, so the program is easier to be realized. A case study applying the method to a district of 29 street proved that an optimal solution for the planning of such a power system could be obtained by only 26 iterations. The energy function and algorithm developed in this work have the following advantages over many existing algorithms for electric distribution network planning: fast convergence and unnecessary to code all possible lines.
文摘The main purpose of current study is development of an intelligent model for estimation of shear wave velocity in limestone. Shear wave velocity is one of the most important rock dynamic parameters. Because rocks have complicated structure, direct determination of this parameter takes time, spends expenditure and requires accuracy. On the other hand, there are no precise equations for indirect determination of it; most of them are empirical. By using data sets of several dams of Iran and neuro-genetic, adaptive neuro-fuzzy inference system (ANFIS), and gene expression programming (GEP) methods, models are rendered for prediction of shear wave velocity in limestone. Totally, 516 sets of data has been used for modeling. From these data sets, 413 ones have been utilized for building the intelligent model, and 103 have been used for their performance evaluation. Compressional wave velocity (Vp), density (7) and porosity (.n), were considered as input parameters. Respectively, the amount of R for neuro-genetic and ANFIS networks was 0.959 and 0.963. In addition, by using GEP, three equations are obtained; the best of them has 0.958R. ANFIS shows the best prediction results, whereas GEP indicates proper equations. Because these equations have accuracy, they could be used for prediction of shear wave velocity for limestone in the future.
文摘This paper briefly introduces the collection and recognition of bio-medical sig nals, designs the method to collect FM signals. A detailed discussion on the sys tem hardware, structure and functions is also given. Under LabWindows/CVI,the ha rdware and the driver do compatible, the hardware equipment work properly active ly. The paper adopts multi threading technology for real-time analysis and make s use of latency time of CPU effectively, expedites program reflect speed, impro ve s the program to perform efficiency. One threading is collecting data; the other threading is analyzing data. Using the method, it is broaden to analyze the sig nal in real-time. Wavelet transform to remove the main interference in the FM a nd by adding time-window to recognize with BP network; Finally the results of c ollecting signals and BP networks are discussed.8 pregnant women’s signals of F M were collected successfully by using the sensor. The correct of BP network rec ognition is about 83.3% by using the above measure.
文摘A method and results of identification of wear debris using their morphological features are presented. The color images of wear debris were used as initial data. Each particle was characterized by a set of numerical parameters combined by its shape, color and surface texture features through a computer vision system. Those features were used as input vector of artificial neural network for wear debris identification. A radius basis function (RBF) network based model suitable for wear debris recognition was established, and its algorithm was presented in detail. Compared with traditional recognition methods, the RBF network model is faster in convergence, and higher in accuracy.