The evaluation model was established to estimate the number of houses collapsed during typhoon disaster for Zhejiang Province.The factor leading to disaster,the environment fostering disaster and the exposure of build...The evaluation model was established to estimate the number of houses collapsed during typhoon disaster for Zhejiang Province.The factor leading to disaster,the environment fostering disaster and the exposure of buildings were processed by Principal Component Analysis.The key factor was extracted to support input of vector machine model and to build an evaluation model;the historical fitting result kept in line with the fact.In the real evaluation of two typhoons landed in Zhejiang Province in 2008 and 2009,the coincidence of evaluating result and actual value proved the feasibility of this model.展开更多
Laser-induced breakdown spectroscopy(LIBS) is a versatile tool for both qualitative and quantitative analysis.In this paper,LIBS combined with principal component analysis(PCA) and support vector machine(SVM) is...Laser-induced breakdown spectroscopy(LIBS) is a versatile tool for both qualitative and quantitative analysis.In this paper,LIBS combined with principal component analysis(PCA) and support vector machine(SVM) is applied to rock analysis.Fourteen emission lines including Fe,Mg,Ca,Al,Si,and Ti are selected as analysis lines.A good accuracy(91.38% for the real rock) is achieved by using SVM to analyze the spectroscopic peak area data which are processed by PCA.It can not only reduce the noise and dimensionality which contributes to improving the efficiency of the program,but also solve the problem of linear inseparability by combining PCA and SVM.By this method,the ability of LIBS to classify rock is validated.展开更多
Support vector classifier (SVC) has the superior advantages for small sample learning problems with high dimensions, with especially better generalization ability. However there is some redundancy among the high dim...Support vector classifier (SVC) has the superior advantages for small sample learning problems with high dimensions, with especially better generalization ability. However there is some redundancy among the high dimensions of the original samples and the main features of the samples may be picked up first to improve the performance of SVC. A principal component analysis (PCA) is employed to reduce the feature dimensions of the original samples and the pre-selected main features efficiently, and an SVC is constructed in the selected feature space to improve the learning speed and identification rate of SVC. Furthermore, a heuristic genetic algorithm-based automatic model selection is proposed to determine the hyperparameters of SVC to evaluate the performance of the learning machines. Experiments performed on the Heart and Adult benchmark data sets demonstrate that the proposed PCA-based SVC not only reduces the test time drastically, but also improves the identify rates effectively.展开更多
This article presents an anomaly detection system based on principal component analysis (PCA) and support vector machine (SVM). The system first creates a profile defining a normal behavior by frequency-based sche...This article presents an anomaly detection system based on principal component analysis (PCA) and support vector machine (SVM). The system first creates a profile defining a normal behavior by frequency-based scheme, and then compares the similarity of a current behavior with the created profile to decide whether the input instance is norreal or anomaly. In order to avoid overfitting and reduce the computational burden, normal behavior principal features are extracted by the PCA method. SVM is used to distinguish normal or anomaly for user behavior after training procedure has been completed by learning. In the experiments for performance evaluation the system achieved a correct detection rate equal to 92.2% and a false detection rate equal to 2.8%.展开更多
On-line monitoring and fault diagnosis of chemical process is extremely important for operation safety and product quality. Principal component analysis (PCA) has been widely used in multivariate statistical process m...On-line monitoring and fault diagnosis of chemical process is extremely important for operation safety and product quality. Principal component analysis (PCA) has been widely used in multivariate statistical process monitoring for its ability to reduce processes dimensions. PCA and other statistical techniques, however, have difficulties in differentiating faults correctly in complex chemical process. Support vector machine (SVM) is a novel approach based on statistical learning theory, which has emerged for feature identification and classification. In this paper, an integrated method is applied for process monitoring and fault diagnosis, which combines PCA for fault feature extraction and multiple SVMs for identification of different fault sources. This approach is verified and illustrated on the Tennessee Eastman benchmark process as a case study. Results show that the proposed PCA-SVMs method has good diagnosis capability and overall diagnosis correctness rate.展开更多
A novel configuration performance prediction approach with combination of principal component analysis(PCA) and support vector machine(SVM) was proposed.This method can estimate the performance parameter values of a n...A novel configuration performance prediction approach with combination of principal component analysis(PCA) and support vector machine(SVM) was proposed.This method can estimate the performance parameter values of a newly configured product through soft computing technique instead of practical test experiments,which helps to evaluate whether or not the product variant can satisfy the customers' individual requirements.The PCA technique was used to reduce and orthogonalize the module parameters that affect the product performance.Then,these extracted features were used as new input variables in SVM model to mine knowledge from the limited existing product data.The performance values of a newly configured product can be predicted by means of the trained SVM models.This PCA-SVM method can ensure that the performance prediction is executed rapidly and accurately,even under the small sample conditions.The applicability of the proposed method was verified on a family of plate electrostatic precipitators.展开更多
Machine learning algorithms (MLs) can potentially improve disease diagnostics, leading to early detection and treatment of these diseases. As a malignant tumor whose primary focus is located in the bronchial mucosal e...Machine learning algorithms (MLs) can potentially improve disease diagnostics, leading to early detection and treatment of these diseases. As a malignant tumor whose primary focus is located in the bronchial mucosal epithelium, lung cancer has the highest mortality and morbidity among cancer types, threatening health and life of patients suffering from the disease. Machine learning algorithms such as Random Forest (RF), Support Vector Machine (SVM), K-Nearest Neighbor (KNN) and Naïve Bayes (NB) have been used for lung cancer prediction. However they still face challenges such as high dimensionality of the feature space, over-fitting, high computational complexity, noise and missing data, low accuracies, low precision and high error rates. Ensemble learning, which combines classifiers, may be helpful to boost prediction on new data. However, current ensemble ML techniques rarely consider comprehensive evaluation metrics to evaluate the performance of individual classifiers. The main purpose of this study was to develop an ensemble classifier that improves lung cancer prediction. An ensemble machine learning algorithm is developed based on RF, SVM, NB, and KNN. Feature selection is done based on Principal Component Analysis (PCA) and Analysis of Variance (ANOVA). This algorithm is then executed on lung cancer data and evaluated using execution time, true positives (TP), true negatives (TN), false positives (FP), false negatives (FN), false positive rate (FPR), recall (R), precision (P) and F-measure (FM). Experimental results show that the proposed ensemble classifier has the best classification of 0.9825% with the lowest error rate of 0.0193. This is followed by SVM in which the probability of having the best classification is 0.9652% at an error rate of 0.0206. On the other hand, NB had the worst performance of 0.8475% classification at 0.0738 error rate.展开更多
The selection of important factors in machine learning-based susceptibility assessments is crucial to obtain reliable susceptibility results.In this study,metaheuristic optimization and feature selection techniques we...The selection of important factors in machine learning-based susceptibility assessments is crucial to obtain reliable susceptibility results.In this study,metaheuristic optimization and feature selection techniques were applied to identify the most important input parameters for mapping debris flow susceptibility in the southern mountain area of Chengde City in Hebei Province,China,by using machine learning algorithms.In total,133 historical debris flow records and 16 related factors were selected.The support vector machine(SVM)was first used as the base classifier,and then a hybrid model was introduced by a two-step process.First,the particle swarm optimization(PSO)algorithm was employed to select the SVM model hyperparameters.Second,two feature selection algorithms,namely principal component analysis(PCA)and PSO,were integrated into the PSO-based SVM model,which generated the PCA-PSO-SVM and FS-PSO-SVM models,respectively.Three statistical metrics(accuracy,recall,and specificity)and the area under the receiver operating characteristic curve(AUC)were employed to evaluate and validate the performance of the models.The results indicated that the feature selection-based models exhibited the best performance,followed by the PSO-based SVM and SVM models.Moreover,the performance of the FS-PSO-SVM model was better than that of the PCA-PSO-SVM model,showing the highest AUC,accuracy,recall,and specificity values in both the training and testing processes.It was found that the selection of optimal features is crucial to improving the reliability of debris flow susceptibility assessment results.Moreover,the PSO algorithm was found to be not only an effective tool for hyperparameter optimization,but also a useful feature selection algorithm to improve prediction accuracies of debris flow susceptibility by using machine learning algorithms.The high and very high debris flow susceptibility zone appropriately covers 38.01%of the study area,where debris flow may occur under intensive human activities and heavy rainfall events.展开更多
This paper studies the problem of tensor principal component analysis (PCA). Usually the tensor PCA is viewed as a low-rank matrix completion problem via matrix factorization technique, and nuclear norm is used as a c...This paper studies the problem of tensor principal component analysis (PCA). Usually the tensor PCA is viewed as a low-rank matrix completion problem via matrix factorization technique, and nuclear norm is used as a convex approximation of the rank operator under mild condition. However, most nuclear norm minimization approaches are based on SVD operations. Given a matrix , the time complexity of SVD operation is O(mn2), which brings prohibitive computational complexity in large-scale problems. In this paper, an efficient and scalable algorithm for tensor principal component analysis is proposed which is called Linearized Alternating Direction Method with Vectorized technique for Tensor Principal Component Analysis (LADMVTPCA). Different from traditional matrix factorization methods, LADMVTPCA utilizes the vectorized technique to formulate the tensor as an outer product of vectors, which greatly improves the computational efficacy compared to matrix factorization method. In the experiment part, synthetic tensor data with different orders are used to empirically evaluate the proposed algorithm LADMVTPCA. Results have shown that LADMVTPCA outperforms matrix factorization based method.展开更多
Financial time series forecasting could be beneficial for individual as well as institutional investors. But, the high noise and complexity residing in the financial data make this job extremely challenging. Over the ...Financial time series forecasting could be beneficial for individual as well as institutional investors. But, the high noise and complexity residing in the financial data make this job extremely challenging. Over the years, many researchers have used support vector regression (SVR) quite successfully to conquer this challenge. In this paper, an SVR based forecasting model is proposed which first uses the principal component analysis (PCA) to extract the low-dimensional and efficient feature information, and then uses the independent component analysis (ICA) to preprocess the extracted features to nullify the influence of noise in the features. Experiments were carried out based on 16 years’ historical data of three prominent stocks from three different sectors listed in Dhaka Stock Exchange (DSE), Bangladesh. The predictions were made for 1 to 4 days in advance targeting the short term prediction. For comparison, the integration of PCA with SVR (PCA-SVR), ICA with SVR (ICA-SVR) and single SVR approaches were applied to evaluate the prediction accuracy of the proposed approach. Experimental results show that the proposed model (PCA-ICA-SVR) outperforms the PCA-SVR, ICA-SVR and single SVR methods.展开更多
To change flight direction, flying animals modulate aerodynamic force either relative to their bodies to generate torque about the center of mass, or relative to the flight path to produce centripetal force that curve...To change flight direction, flying animals modulate aerodynamic force either relative to their bodies to generate torque about the center of mass, or relative to the flight path to produce centripetal force that curves the trajectory. In employing the latter, the direction of aerodynamic force remains fixed in the body flame and rotations of the body redirect the force. While both aforementioned techniques are essential for flight, it is critical to investigate how an animal balances the two to achieve aerial locomotion. Here, we measured wing and body kinematics of cicada (Tibicen linnei) in flee flight, including flight periods of both little and substantial body reorientations. It is found that cicadas employ a common force vectoring technique to execute all these flights. We show that the direction of the half-stroke averaged aerodynamic force relative to the body is independent of the body orientation, varying in a range of merely 20 deg. Despite directional limitation of the aerodynamic force, pitch and roll torque are generated by altering wing angle of attack and its mean position relative to the center of mass. This results in body rotations which redirect the wing force in the global flame and consequently change the flight traiectorv.展开更多
The decrease of total cultivated area and the lower per capita available arable land resource are now serious problems in Shandong Province, a major agricultural province in China. These problems will become more seri...The decrease of total cultivated area and the lower per capita available arable land resource are now serious problems in Shandong Province, a major agricultural province in China. These problems will become more serious along with the further development of economy. In this paper, based on the statistical information at provincial and county levels, the changes of arable land in Shandong Province and their driving forces during the last 50 years are analyzed. The general changing trends of arable land and per capita available arable land are reducing, and the trends of decrease will continue when the economy is developing. The result of GIS spatial analysis shows that the change of the arable land use in Shandong Province has a regional difference. Eight variables having influences on cultivated land change are analyzed by principal component analysis. The results show that the dynamic development of economy, pressure of social system and progress of scientific techniques in agriculture are the main causes for cultivated land reduction. The principal factors which can be considered as driving forces for arable land change include per capita net living space, total population and per ha grain yield. By using regressive equation, along with analysis on population growth and economic development, cultivated areas in Shandong Province in 2005 and 2010 are predicted respectively. The predicted cultivated areas in Shandong will be 6435.47 thousand hain 2005 and 6336.23 thousand ha in 2010 respectively.展开更多
Entropy generation for thermally developing forced convection in a porous medium bounded by two isothermal parallel plates is investigated analytically on the basis of the Darcy flow model where the viscous dissipatio...Entropy generation for thermally developing forced convection in a porous medium bounded by two isothermal parallel plates is investigated analytically on the basis of the Darcy flow model where the viscous dissipation effects had also been taken into account. A parametric study showed that decreasing the group parameter and the Peclet number increases the entropy generation while for the Brinkman number the converse is true. Heatline visualization technique is applied with an emphasis on the Br 〈 0 case where there is somewhere that heat transfer changes direction at some streamwise location to the wall instead of its original direction, i.e., from the wall.展开更多
By selecting impact factors of driving force and formulating evaluation criteria of the impacts, the evaluation system of corresponding driving force impact of land use change was established. Taking Lu'an mining ...By selecting impact factors of driving force and formulating evaluation criteria of the impacts, the evaluation system of corresponding driving force impact of land use change was established. Taking Lu'an mining area as an example, the specific impact factors of coal mine were comprehensively evaluated and analyzed in order to carry out qualitative and quantitative analysis for the driving force of mining-land use change. The principal component analysis shows that the social and economic development in mining area from 2000 to 2007 demonstrates continuous accelerate trends, and the impacts of its overall driving force to land use change are increased gradually. The socio-economic factors have more impacts to mining-land use change than those of the natural resources. The main driving force of mining-land use change also include population, technological progress and policy.展开更多
Crashworthiness and lightweight optimization design of the crash box are studied in this paper. For the initial model, a physical test was performed to verify the model. Then, a parametric model using mesh morphing te...Crashworthiness and lightweight optimization design of the crash box are studied in this paper. For the initial model, a physical test was performed to verify the model. Then, a parametric model using mesh morphing technology is used to optimize and decrease the maximum collision force (MCF) and increase specific energy absorption (SEA) while ensure mass is not increased. Because MCF and SEA are two conflicting objectives, grey relational analysis (GRA) and principal component analysis (PCA) are employed for design optimization of the crash box. Furthermore, multi-objective analysis can convert to a single objective using the grey relational grade (GRG) simultaneously, hence, the proposed method can obtain the optimal combination of design parameters for the crash box. It can be concluded that the proposed method decreases the MCF and weight to 16.7% and 29.4% respectively, while increasing SEA to 16.4%. Meanwhile, the proposed method in comparison to the conventional NSGA-Ⅱ method, reduces the time cost by 103%. Hence, the proposed method can be properly applied to the optimization of the crash box.展开更多
Purpose: Long-term training specificity is thought to alter performance in tests evaluating strength and power production capability. The aim of the present study was to provide additional information to the limited ...Purpose: Long-term training specificity is thought to alter performance in tests evaluating strength and power production capability. The aim of the present study was to provide additional information to the limited existing knowledge concerning the possible differences of the force/time profile of squat jumping among different groups of young female athletes. Methods: One hundred and seventy-three adult women (20.1 ± 2.8 years, 1.71 ± 0.09 m, 65.6 ± 10.3 kg, mean± SD for age, height, and mass, respectively) engaged in track and field (TF), volleyball (VO), handball (HA), basketball (BA), and physical education students (PE) executed maximal squat jumps (SQJ) on a force plate. Pearson's correlation was used to identify the relationship between SQJ performance, the anthropometric characteristics and the biomechanical parameters. Differences concerning the biomechanical parameters among groups were investigated with analysis of variance, while the force- (FPD) or time- (TPD) dependency of SQJ execution was examined using principal components analysis (PCA). Results: SQJ was unrelated to body height but significantly correlated with body mass (r = -0.26, p = 0.001). TF jumped higher and produced larger peak body power output compared to all the other groups (p 〈 0.05). All athletes were superior to PE since they performed the SQJ with a longer (p 〈 0.05) vertical body center of mass trajectory during the propulsion phase. PCA results revealed that TF significantly differentiated than the other groups by relying on FPD. Conclusion: Various different profiles of FPD and TPD were detected due to different sporting background in young female athletes. Since TF superiority in SQJ was relied on the larger power production and a greater FPD, female indoor team sport athletes are suggested to execute jumping exercises adopting the jumping strategies utilized by TE展开更多
On the basis of overview of the study area,by analyzing the dynamic change of farmland in Ninglang County,we can find that the farmland area in this county tended to decrease from 1996 to 2008.According to the investi...On the basis of overview of the study area,by analyzing the dynamic change of farmland in Ninglang County,we can find that the farmland area in this county tended to decrease from 1996 to 2008.According to the investigation data concerning land change provided by Bureau of Land and Resources in Ninglang County and socio-economic data provided by Bureau of Statistics in Ninglang County,we select 11 indices,such as total population,GDP,total output value of county and so on,coupled with SPSS statistical method,we adopt principal component analysis method to analyze driving force factors of farmland use change in the high and cold areas in Northwest Yunnan.The results show that the two factors of economic development and population growth are the dominant driving factors impacting farmland use change,and the policy factors,such as "returning farmland to forests",are also the important driving factors impacting Ninglang County.展开更多
The study of mooring forces is an important issue in marine engineering and offshore structures.Although being widely applied in mooring system,numerical simulations suffer from difficulties in their multivariate and ...The study of mooring forces is an important issue in marine engineering and offshore structures.Although being widely applied in mooring system,numerical simulations suffer from difficulties in their multivariate and nonlinear modeling.Data-driven model is employed in this paper to predict the mooring forces in different lines,which is a new attempt to study the mooring forces.The height and period of regular wave,length of berth,ship load,draft and rolling period are considered as potential influencing factors.Input variables are determined using mutual information(MI)and principal component analysis(PCA),and imported to an artificial neural network(NN)model for prediction.With study case of 200 and 300 thousand tons ships experimental data obtained in Dalian University of Technology,MI is found to be more appropriate to provide effective input variables than PCA.Although the three factors regarding ship characteristics are highly correlated,it is recommended to input all of them to the NN model.The accuracy of predicting aft spring line force attains as high as 91.2%.The present paper demonstrates the feasibility of MI-NN model in mapping the mooring forces and their influencing factors.展开更多
To find out the reason of resulting in the crease recovery of a fabric and provide theoretical guidance for designing a new material with good creasing-recovery property,the relationship between the creasing-recovery ...To find out the reason of resulting in the crease recovery of a fabric and provide theoretical guidance for designing a new material with good creasing-recovery property,the relationship between the creasing-recovery force and the crease-recovery angle of a woven fabric was investigated by self-setup experimental device.The results show that the crease-recovery angle of a woven fabric is correlated with the creasing-recovery force of the fabric in a linear relation.Furthermore,it is found that the internal stress is the principal force of affecting the creasing-recovery property of a woven fabric.In addition,the relationship between the tensile property of a woven fabric and the creasing-recovery property of the fabric has also been investigated,showing that the lower relaxation velocity of tensile stress of a fabric is,the better creasing-recovery property of the fabric has.展开更多
In order to meet the requirements of nondestructive testing of true 3D topography of micro-nano structures,a novel three-dimensional atomic force microscope(3D-AFM)based on flared tip is developed.A high-precision sca...In order to meet the requirements of nondestructive testing of true 3D topography of micro-nano structures,a novel three-dimensional atomic force microscope(3D-AFM)based on flared tip is developed.A high-precision scanning platform is designed to achieve fast servo through moving probe and sample simultaneously,and several combined nanopositioning stages are used to guarantee linearity and orthogonality of displacement.To eliminate the signal deviation caused by AFM-head movement,a traceable optical lever system is designed for cantilever deformation detection.In addition,a method of tailoring the cantilever of commercial probe with flared tip is proposed to reduce the lateral force applied on the tip in measurement.The tailored probe is mounted on the 3D-AFM,and 3D imaging experiments are conducted on different samples by use of adaptive-angle scanning strategy.The results show the roob-mean-square value of the vertical displacement noise(RMS)of the prototype is less than 0.1 nm and the high/width measurement repeatability(peak-to-peak)is less than 2.5 nm.展开更多
基金Supported by Scientific Research Project for Commonwealth (GYHY200806017)Innovation Project for Graduate of Jiangsu Province (CX09S-018Z)
文摘The evaluation model was established to estimate the number of houses collapsed during typhoon disaster for Zhejiang Province.The factor leading to disaster,the environment fostering disaster and the exposure of buildings were processed by Principal Component Analysis.The key factor was extracted to support input of vector machine model and to build an evaluation model;the historical fitting result kept in line with the fact.In the real evaluation of two typhoons landed in Zhejiang Province in 2008 and 2009,the coincidence of evaluating result and actual value proved the feasibility of this model.
基金Project supported by the National Natural Science Foundation of China(Grant No.11075184)the Knowledge Innovation Program of the Chinese Academy of Sciences(CAS)(Grant No.Y03RC21124)the CAS President’s International Fellowship Initiative Foundation(Grant No.2015VMA007)
文摘Laser-induced breakdown spectroscopy(LIBS) is a versatile tool for both qualitative and quantitative analysis.In this paper,LIBS combined with principal component analysis(PCA) and support vector machine(SVM) is applied to rock analysis.Fourteen emission lines including Fe,Mg,Ca,Al,Si,and Ti are selected as analysis lines.A good accuracy(91.38% for the real rock) is achieved by using SVM to analyze the spectroscopic peak area data which are processed by PCA.It can not only reduce the noise and dimensionality which contributes to improving the efficiency of the program,but also solve the problem of linear inseparability by combining PCA and SVM.By this method,the ability of LIBS to classify rock is validated.
基金the National Natural Science of China (50675167)a Foundation for the Author of National Excellent Doctoral Dissertation of China(200535)
文摘Support vector classifier (SVC) has the superior advantages for small sample learning problems with high dimensions, with especially better generalization ability. However there is some redundancy among the high dimensions of the original samples and the main features of the samples may be picked up first to improve the performance of SVC. A principal component analysis (PCA) is employed to reduce the feature dimensions of the original samples and the pre-selected main features efficiently, and an SVC is constructed in the selected feature space to improve the learning speed and identification rate of SVC. Furthermore, a heuristic genetic algorithm-based automatic model selection is proposed to determine the hyperparameters of SVC to evaluate the performance of the learning machines. Experiments performed on the Heart and Adult benchmark data sets demonstrate that the proposed PCA-based SVC not only reduces the test time drastically, but also improves the identify rates effectively.
基金Supported by the Natural Science Foundation ofHubei Province (2005ABA256)
文摘This article presents an anomaly detection system based on principal component analysis (PCA) and support vector machine (SVM). The system first creates a profile defining a normal behavior by frequency-based scheme, and then compares the similarity of a current behavior with the created profile to decide whether the input instance is norreal or anomaly. In order to avoid overfitting and reduce the computational burden, normal behavior principal features are extracted by the PCA method. SVM is used to distinguish normal or anomaly for user behavior after training procedure has been completed by learning. In the experiments for performance evaluation the system achieved a correct detection rate equal to 92.2% and a false detection rate equal to 2.8%.
文摘On-line monitoring and fault diagnosis of chemical process is extremely important for operation safety and product quality. Principal component analysis (PCA) has been widely used in multivariate statistical process monitoring for its ability to reduce processes dimensions. PCA and other statistical techniques, however, have difficulties in differentiating faults correctly in complex chemical process. Support vector machine (SVM) is a novel approach based on statistical learning theory, which has emerged for feature identification and classification. In this paper, an integrated method is applied for process monitoring and fault diagnosis, which combines PCA for fault feature extraction and multiple SVMs for identification of different fault sources. This approach is verified and illustrated on the Tennessee Eastman benchmark process as a case study. Results show that the proposed PCA-SVMs method has good diagnosis capability and overall diagnosis correctness rate.
基金Project(9140A18010210KG01) supported by the Departmental Pre-Research Fund of China
文摘A novel configuration performance prediction approach with combination of principal component analysis(PCA) and support vector machine(SVM) was proposed.This method can estimate the performance parameter values of a newly configured product through soft computing technique instead of practical test experiments,which helps to evaluate whether or not the product variant can satisfy the customers' individual requirements.The PCA technique was used to reduce and orthogonalize the module parameters that affect the product performance.Then,these extracted features were used as new input variables in SVM model to mine knowledge from the limited existing product data.The performance values of a newly configured product can be predicted by means of the trained SVM models.This PCA-SVM method can ensure that the performance prediction is executed rapidly and accurately,even under the small sample conditions.The applicability of the proposed method was verified on a family of plate electrostatic precipitators.
文摘Machine learning algorithms (MLs) can potentially improve disease diagnostics, leading to early detection and treatment of these diseases. As a malignant tumor whose primary focus is located in the bronchial mucosal epithelium, lung cancer has the highest mortality and morbidity among cancer types, threatening health and life of patients suffering from the disease. Machine learning algorithms such as Random Forest (RF), Support Vector Machine (SVM), K-Nearest Neighbor (KNN) and Naïve Bayes (NB) have been used for lung cancer prediction. However they still face challenges such as high dimensionality of the feature space, over-fitting, high computational complexity, noise and missing data, low accuracies, low precision and high error rates. Ensemble learning, which combines classifiers, may be helpful to boost prediction on new data. However, current ensemble ML techniques rarely consider comprehensive evaluation metrics to evaluate the performance of individual classifiers. The main purpose of this study was to develop an ensemble classifier that improves lung cancer prediction. An ensemble machine learning algorithm is developed based on RF, SVM, NB, and KNN. Feature selection is done based on Principal Component Analysis (PCA) and Analysis of Variance (ANOVA). This algorithm is then executed on lung cancer data and evaluated using execution time, true positives (TP), true negatives (TN), false positives (FP), false negatives (FN), false positive rate (FPR), recall (R), precision (P) and F-measure (FM). Experimental results show that the proposed ensemble classifier has the best classification of 0.9825% with the lowest error rate of 0.0193. This is followed by SVM in which the probability of having the best classification is 0.9652% at an error rate of 0.0206. On the other hand, NB had the worst performance of 0.8475% classification at 0.0738 error rate.
基金supported by the Second Tibetan Plateau Scientific Expedition and Research Program(Grant no.2019QZKK0904)Natural Science Foundation of Hebei Province(Grant no.D2022403032)S&T Program of Hebei(Grant no.E2021403001).
文摘The selection of important factors in machine learning-based susceptibility assessments is crucial to obtain reliable susceptibility results.In this study,metaheuristic optimization and feature selection techniques were applied to identify the most important input parameters for mapping debris flow susceptibility in the southern mountain area of Chengde City in Hebei Province,China,by using machine learning algorithms.In total,133 historical debris flow records and 16 related factors were selected.The support vector machine(SVM)was first used as the base classifier,and then a hybrid model was introduced by a two-step process.First,the particle swarm optimization(PSO)algorithm was employed to select the SVM model hyperparameters.Second,two feature selection algorithms,namely principal component analysis(PCA)and PSO,were integrated into the PSO-based SVM model,which generated the PCA-PSO-SVM and FS-PSO-SVM models,respectively.Three statistical metrics(accuracy,recall,and specificity)and the area under the receiver operating characteristic curve(AUC)were employed to evaluate and validate the performance of the models.The results indicated that the feature selection-based models exhibited the best performance,followed by the PSO-based SVM and SVM models.Moreover,the performance of the FS-PSO-SVM model was better than that of the PCA-PSO-SVM model,showing the highest AUC,accuracy,recall,and specificity values in both the training and testing processes.It was found that the selection of optimal features is crucial to improving the reliability of debris flow susceptibility assessment results.Moreover,the PSO algorithm was found to be not only an effective tool for hyperparameter optimization,but also a useful feature selection algorithm to improve prediction accuracies of debris flow susceptibility by using machine learning algorithms.The high and very high debris flow susceptibility zone appropriately covers 38.01%of the study area,where debris flow may occur under intensive human activities and heavy rainfall events.
文摘This paper studies the problem of tensor principal component analysis (PCA). Usually the tensor PCA is viewed as a low-rank matrix completion problem via matrix factorization technique, and nuclear norm is used as a convex approximation of the rank operator under mild condition. However, most nuclear norm minimization approaches are based on SVD operations. Given a matrix , the time complexity of SVD operation is O(mn2), which brings prohibitive computational complexity in large-scale problems. In this paper, an efficient and scalable algorithm for tensor principal component analysis is proposed which is called Linearized Alternating Direction Method with Vectorized technique for Tensor Principal Component Analysis (LADMVTPCA). Different from traditional matrix factorization methods, LADMVTPCA utilizes the vectorized technique to formulate the tensor as an outer product of vectors, which greatly improves the computational efficacy compared to matrix factorization method. In the experiment part, synthetic tensor data with different orders are used to empirically evaluate the proposed algorithm LADMVTPCA. Results have shown that LADMVTPCA outperforms matrix factorization based method.
文摘Financial time series forecasting could be beneficial for individual as well as institutional investors. But, the high noise and complexity residing in the financial data make this job extremely challenging. Over the years, many researchers have used support vector regression (SVR) quite successfully to conquer this challenge. In this paper, an SVR based forecasting model is proposed which first uses the principal component analysis (PCA) to extract the low-dimensional and efficient feature information, and then uses the independent component analysis (ICA) to preprocess the extracted features to nullify the influence of noise in the features. Experiments were carried out based on 16 years’ historical data of three prominent stocks from three different sectors listed in Dhaka Stock Exchange (DSE), Bangladesh. The predictions were made for 1 to 4 days in advance targeting the short term prediction. For comparison, the integration of PCA with SVR (PCA-SVR), ICA with SVR (ICA-SVR) and single SVR approaches were applied to evaluate the prediction accuracy of the proposed approach. Experimental results show that the proposed model (PCA-ICA-SVR) outperforms the PCA-SVR, ICA-SVR and single SVR methods.
基金funded by the National Natural Science Foundation of China (1313217)Air Force Office of Scientific Research (FA9550-12-1-007) monitored by Dr. Douglas Smith
文摘To change flight direction, flying animals modulate aerodynamic force either relative to their bodies to generate torque about the center of mass, or relative to the flight path to produce centripetal force that curves the trajectory. In employing the latter, the direction of aerodynamic force remains fixed in the body flame and rotations of the body redirect the force. While both aforementioned techniques are essential for flight, it is critical to investigate how an animal balances the two to achieve aerial locomotion. Here, we measured wing and body kinematics of cicada (Tibicen linnei) in flee flight, including flight periods of both little and substantial body reorientations. It is found that cicadas employ a common force vectoring technique to execute all these flights. We show that the direction of the half-stroke averaged aerodynamic force relative to the body is independent of the body orientation, varying in a range of merely 20 deg. Despite directional limitation of the aerodynamic force, pitch and roll torque are generated by altering wing angle of attack and its mean position relative to the center of mass. This results in body rotations which redirect the wing force in the global flame and consequently change the flight traiectorv.
基金The National Natural Science Foundation of China, No.49971004
文摘The decrease of total cultivated area and the lower per capita available arable land resource are now serious problems in Shandong Province, a major agricultural province in China. These problems will become more serious along with the further development of economy. In this paper, based on the statistical information at provincial and county levels, the changes of arable land in Shandong Province and their driving forces during the last 50 years are analyzed. The general changing trends of arable land and per capita available arable land are reducing, and the trends of decrease will continue when the economy is developing. The result of GIS spatial analysis shows that the change of the arable land use in Shandong Province has a regional difference. Eight variables having influences on cultivated land change are analyzed by principal component analysis. The results show that the dynamic development of economy, pressure of social system and progress of scientific techniques in agriculture are the main causes for cultivated land reduction. The principal factors which can be considered as driving forces for arable land change include per capita net living space, total population and per ha grain yield. By using regressive equation, along with analysis on population growth and economic development, cultivated areas in Shandong Province in 2005 and 2010 are predicted respectively. The predicted cultivated areas in Shandong will be 6435.47 thousand hain 2005 and 6336.23 thousand ha in 2010 respectively.
文摘Entropy generation for thermally developing forced convection in a porous medium bounded by two isothermal parallel plates is investigated analytically on the basis of the Darcy flow model where the viscous dissipation effects had also been taken into account. A parametric study showed that decreasing the group parameter and the Peclet number increases the entropy generation while for the Brinkman number the converse is true. Heatline visualization technique is applied with an emphasis on the Br 〈 0 case where there is somewhere that heat transfer changes direction at some streamwise location to the wall instead of its original direction, i.e., from the wall.
基金Project(MTKJ2010-377)supported by the Sci-tech Plan Project of China National Coal AssociationProject(B2006-18)supported by the Doctor Fund of Henan Polytechnic University
文摘By selecting impact factors of driving force and formulating evaluation criteria of the impacts, the evaluation system of corresponding driving force impact of land use change was established. Taking Lu'an mining area as an example, the specific impact factors of coal mine were comprehensively evaluated and analyzed in order to carry out qualitative and quantitative analysis for the driving force of mining-land use change. The principal component analysis shows that the social and economic development in mining area from 2000 to 2007 demonstrates continuous accelerate trends, and the impacts of its overall driving force to land use change are increased gradually. The socio-economic factors have more impacts to mining-land use change than those of the natural resources. The main driving force of mining-land use change also include population, technological progress and policy.
基金Supported by the National Key Research and Development Project(2016YFB0101601)
文摘Crashworthiness and lightweight optimization design of the crash box are studied in this paper. For the initial model, a physical test was performed to verify the model. Then, a parametric model using mesh morphing technology is used to optimize and decrease the maximum collision force (MCF) and increase specific energy absorption (SEA) while ensure mass is not increased. Because MCF and SEA are two conflicting objectives, grey relational analysis (GRA) and principal component analysis (PCA) are employed for design optimization of the crash box. Furthermore, multi-objective analysis can convert to a single objective using the grey relational grade (GRG) simultaneously, hence, the proposed method can obtain the optimal combination of design parameters for the crash box. It can be concluded that the proposed method decreases the MCF and weight to 16.7% and 29.4% respectively, while increasing SEA to 16.4%. Meanwhile, the proposed method in comparison to the conventional NSGA-Ⅱ method, reduces the time cost by 103%. Hence, the proposed method can be properly applied to the optimization of the crash box.
文摘Purpose: Long-term training specificity is thought to alter performance in tests evaluating strength and power production capability. The aim of the present study was to provide additional information to the limited existing knowledge concerning the possible differences of the force/time profile of squat jumping among different groups of young female athletes. Methods: One hundred and seventy-three adult women (20.1 ± 2.8 years, 1.71 ± 0.09 m, 65.6 ± 10.3 kg, mean± SD for age, height, and mass, respectively) engaged in track and field (TF), volleyball (VO), handball (HA), basketball (BA), and physical education students (PE) executed maximal squat jumps (SQJ) on a force plate. Pearson's correlation was used to identify the relationship between SQJ performance, the anthropometric characteristics and the biomechanical parameters. Differences concerning the biomechanical parameters among groups were investigated with analysis of variance, while the force- (FPD) or time- (TPD) dependency of SQJ execution was examined using principal components analysis (PCA). Results: SQJ was unrelated to body height but significantly correlated with body mass (r = -0.26, p = 0.001). TF jumped higher and produced larger peak body power output compared to all the other groups (p 〈 0.05). All athletes were superior to PE since they performed the SQJ with a longer (p 〈 0.05) vertical body center of mass trajectory during the propulsion phase. PCA results revealed that TF significantly differentiated than the other groups by relying on FPD. Conclusion: Various different profiles of FPD and TPD were detected due to different sporting background in young female athletes. Since TF superiority in SQJ was relied on the larger power production and a greater FPD, female indoor team sport athletes are suggested to execute jumping exercises adopting the jumping strategies utilized by TE
基金Supported by The National Natural Science Foundation of China(40861014)
文摘On the basis of overview of the study area,by analyzing the dynamic change of farmland in Ninglang County,we can find that the farmland area in this county tended to decrease from 1996 to 2008.According to the investigation data concerning land change provided by Bureau of Land and Resources in Ninglang County and socio-economic data provided by Bureau of Statistics in Ninglang County,we select 11 indices,such as total population,GDP,total output value of county and so on,coupled with SPSS statistical method,we adopt principal component analysis method to analyze driving force factors of farmland use change in the high and cold areas in Northwest Yunnan.The results show that the two factors of economic development and population growth are the dominant driving factors impacting farmland use change,and the policy factors,such as "returning farmland to forests",are also the important driving factors impacting Ninglang County.
基金financially supported by“Demonstration Project of Innovation and Development of Marine Economy in Fuzhou in the13th Five-Year Plan(Grant No.FZHJ16)”“2019 Subsidy Fund Project for Marine Economy Development in Fujian Province(Grant No.FJHJF-L-2019-8)”Basic Scientific Research Operating Expenses of Central Public Welfare Research Institutes(Grant No.TKS170106)。
文摘The study of mooring forces is an important issue in marine engineering and offshore structures.Although being widely applied in mooring system,numerical simulations suffer from difficulties in their multivariate and nonlinear modeling.Data-driven model is employed in this paper to predict the mooring forces in different lines,which is a new attempt to study the mooring forces.The height and period of regular wave,length of berth,ship load,draft and rolling period are considered as potential influencing factors.Input variables are determined using mutual information(MI)and principal component analysis(PCA),and imported to an artificial neural network(NN)model for prediction.With study case of 200 and 300 thousand tons ships experimental data obtained in Dalian University of Technology,MI is found to be more appropriate to provide effective input variables than PCA.Although the three factors regarding ship characteristics are highly correlated,it is recommended to input all of them to the NN model.The accuracy of predicting aft spring line force attains as high as 91.2%.The present paper demonstrates the feasibility of MI-NN model in mapping the mooring forces and their influencing factors.
文摘To find out the reason of resulting in the crease recovery of a fabric and provide theoretical guidance for designing a new material with good creasing-recovery property,the relationship between the creasing-recovery force and the crease-recovery angle of a woven fabric was investigated by self-setup experimental device.The results show that the crease-recovery angle of a woven fabric is correlated with the creasing-recovery force of the fabric in a linear relation.Furthermore,it is found that the internal stress is the principal force of affecting the creasing-recovery property of a woven fabric.In addition,the relationship between the tensile property of a woven fabric and the creasing-recovery property of the fabric has also been investigated,showing that the lower relaxation velocity of tensile stress of a fabric is,the better creasing-recovery property of the fabric has.
基金National Key Research and Development Pragram of China(No.2016YFF0200602)National Natural Science Foundation of China(No.61973233)。
文摘In order to meet the requirements of nondestructive testing of true 3D topography of micro-nano structures,a novel three-dimensional atomic force microscope(3D-AFM)based on flared tip is developed.A high-precision scanning platform is designed to achieve fast servo through moving probe and sample simultaneously,and several combined nanopositioning stages are used to guarantee linearity and orthogonality of displacement.To eliminate the signal deviation caused by AFM-head movement,a traceable optical lever system is designed for cantilever deformation detection.In addition,a method of tailoring the cantilever of commercial probe with flared tip is proposed to reduce the lateral force applied on the tip in measurement.The tailored probe is mounted on the 3D-AFM,and 3D imaging experiments are conducted on different samples by use of adaptive-angle scanning strategy.The results show the roob-mean-square value of the vertical displacement noise(RMS)of the prototype is less than 0.1 nm and the high/width measurement repeatability(peak-to-peak)is less than 2.5 nm.